Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
staging
rpms
bash
Commits
3d08c6a0
Commit
3d08c6a0
authored
Feb 20, 2021
by
Rocky Automation
📺
Browse files
import bash-4.4.19-8.el8_0
parent
036b4317
Changes
1
Show whitespace changes
Inline
Side-by-side
SPECS/bash.spec
View file @
3d08c6a0
...
...
@@ -7,7 +7,7 @@
Version: %{baseversion}%{patchleveltag}
Name: bash
Summary: The GNU Bourne Again shell
Release:
7
%{?dist}
Release:
8
%{?dist}
License: GPLv3+
Url: https://www.gnu.org/software/bash
Source0: https://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz
...
...
@@ -95,6 +95,10 @@ Patch131: bash-4.4-case-in-command-subst.patch
Patch132: bash-4.4-coverity.patch
# 1727952 - Parsing commands break when using $$ in command substitution $(..)
# https://lists.gnu.org/archive/html/bug-bash/2017-01/msg00065.html
Patch134: bash-5.0-shellpid-subshell.patch
BuildRequires: texinfo bison
BuildRequires: ncurses-devel
BuildRequires: autoconf, gettext
...
...
@@ -318,6 +322,10 @@ end
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Wed Jul 10 2019 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-8
- Fix `$$` expansion in subshell
Resolves: #1727952
* Mon Jan 14 2019 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-7
- Bump version number
Resolves: #1650059
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment