add missing provides for the /usr-move
This commit is contained in:
parent
56e501f901
commit
09220fef36
@ -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.15
|
Version: 8.15
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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,41 @@ Patch951: coreutils-selinuxmanpages.patch
|
|||||||
#Deprecate cp -Z/--context non-upstream option
|
#Deprecate cp -Z/--context non-upstream option
|
||||||
Patch952: coreutils-cpZ-deprecate.patch
|
Patch952: coreutils-cpZ-deprecate.patch
|
||||||
|
|
||||||
|
#Conflicts: filesystem < 3
|
||||||
|
Provides: /bin/basename
|
||||||
|
Provides: /bin/cat
|
||||||
|
Provides: /bin/chgrp
|
||||||
|
Provides: /bin/chmod
|
||||||
|
Provides: /bin/chown
|
||||||
|
Provides: /bin/cp
|
||||||
|
Provides: /bin/cut
|
||||||
|
Provides: /bin/date
|
||||||
|
Provides: /bin/dd
|
||||||
|
Provides: /bin/df
|
||||||
|
Provides: /bin/echo
|
||||||
|
Provides: /bin/env
|
||||||
|
Provides: /bin/false
|
||||||
|
Provides: /bin/ln
|
||||||
|
Provides: /bin/ls
|
||||||
|
Provides: /bin/mkdir
|
||||||
|
Provides: /bin/mknod
|
||||||
|
Provides: /bin/mktemp
|
||||||
|
Provides: /bin/mv
|
||||||
|
Provides: /bin/nice
|
||||||
|
Provides: /bin/pwd
|
||||||
|
Provides: /bin/readlink
|
||||||
|
Provides: /bin/rm
|
||||||
|
Provides: /bin/rmdir
|
||||||
|
Provides: /bin/sleep
|
||||||
|
Provides: /bin/sort
|
||||||
|
Provides: /bin/stty
|
||||||
|
Provides: /bin/su
|
||||||
|
Provides: /bin/sync
|
||||||
|
Provides: /bin/touch
|
||||||
|
Provides: /bin/true
|
||||||
|
Provides: /bin/uname
|
||||||
|
Provides: /sbin/runuser
|
||||||
|
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: gettext bison
|
BuildRequires: gettext bison
|
||||||
@ -383,6 +418,9 @@ fi
|
|||||||
%{?!norunuser:%{_sbindir}/runuser}
|
%{?!norunuser:%{_sbindir}/runuser}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 8.15-4
|
||||||
|
- add missing provides for the /usr-move
|
||||||
|
|
||||||
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 8.15-3
|
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 8.15-3
|
||||||
- install everything in /usr
|
- install everything in /usr
|
||||||
https://fedoraproject.org/wiki/Features/UsrMove
|
https://fedoraproject.org/wiki/Features/UsrMove
|
||||||
|
Loading…
Reference in New Issue
Block a user