give explicit priority to coreutils over coreutils-single
Make the main coreutils package Obsoletes: coreutils-single so that it has priority in depsolving.
This commit is contained in:
parent
63c57dca19
commit
c553cab787
@ -1,7 +1,7 @@
|
|||||||
Summary: A set of basic GNU tools commonly used in shell scripts
|
Summary: A set of basic GNU tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 8.24
|
Version: 8.24
|
||||||
Release: 104%{?dist}
|
Release: 105%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.gnu.org/software/coreutils/
|
Url: http://www.gnu.org/software/coreutils/
|
||||||
@ -65,6 +65,8 @@ Patch951: coreutils-selinuxmanpages.patch
|
|||||||
Conflicts: filesystem < 3
|
Conflicts: filesystem < 3
|
||||||
# To avoid clobbering installs
|
# To avoid clobbering installs
|
||||||
Conflicts: coreutils-single
|
Conflicts: coreutils-single
|
||||||
|
# To give priority to this package
|
||||||
|
Obsoletes: coreutils-single
|
||||||
Provides: /bin/basename
|
Provides: /bin/basename
|
||||||
Provides: /bin/cat
|
Provides: /bin/cat
|
||||||
Provides: /bin/chgrp
|
Provides: /bin/chgrp
|
||||||
@ -350,6 +352,9 @@ fi
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 14 2015 Pádraig Brady <pbrady@redhat.com> - 8.24-105
|
||||||
|
- Give explicit priority to coreutils over coreutils-single
|
||||||
|
|
||||||
* Thu Dec 03 2015 Pádraig Brady <pbrady@redhat.com> - 8.24-104
|
* Thu Dec 03 2015 Pádraig Brady <pbrady@redhat.com> - 8.24-104
|
||||||
- Avoid libgmp and libcrypto dependencies from coreutils-single
|
- Avoid libgmp and libcrypto dependencies from coreutils-single
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user