specfile: UsrMove safeguard condition inverted
We now comply with: https://fedoraproject.org/wiki/Packaging:Conflicts
This commit is contained in:
parent
42f4b108bb
commit
4af6ac8cf8
@ -8,7 +8,7 @@
|
|||||||
Version: %{baseversion}%{patchleveltag}
|
Version: %{baseversion}%{patchleveltag}
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell
|
Summary: The GNU Bourne Again shell
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Url: http://www.gnu.org/software/bash
|
Url: http://www.gnu.org/software/bash
|
||||||
@ -146,7 +146,7 @@ Patch140: bash-tilda-race-condition.patch
|
|||||||
BuildRequires: texinfo bison
|
BuildRequires: texinfo bison
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: autoconf, gettext
|
BuildRequires: autoconf, gettext
|
||||||
Conflicts: filesystem < 3
|
Requires: filesystem >= 3
|
||||||
Provides: /bin/sh
|
Provides: /bin/sh
|
||||||
Provides: /bin/bash
|
Provides: /bin/bash
|
||||||
|
|
||||||
@ -447,6 +447,10 @@ end
|
|||||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 6 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.3.43-2
|
||||||
|
- Inverted the condition for UsrMove safeguard check, so we comply with:
|
||||||
|
https://fedoraproject.org/wiki/Packaging:Conflicts
|
||||||
|
|
||||||
* Thu Jun 23 2016 Siteshwar Vashisht <svashisht@redhat.com> - 4.3.43-1
|
* Thu Jun 23 2016 Siteshwar Vashisht <svashisht@redhat.com> - 4.3.43-1
|
||||||
- Fix a crash in nested pipeline in lastpipe mode
|
- Fix a crash in nested pipeline in lastpipe mode
|
||||||
Resolves: #1349430
|
Resolves: #1349430
|
||||||
|
Loading…
Reference in New Issue
Block a user