mv runuser to /sbin

This commit is contained in:
Daniel J Walsh 2004-10-04 19:42:34 +00:00
parent 0c03014b5b
commit 2099aee1e4

View File

@ -4,7 +4,7 @@
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
Name: coreutils
Version: 5.2.1
Release: 29
Release: 30
License: GPL
Group: System Environment/Base
Url: ftp://alpha.gnu.org/gnu/coreutils/
@ -185,7 +185,7 @@ install -c -m755 %SOURCE106 $RPM_BUILD_ROOT/etc/profile.d
# su
install -m 4755 src/su $RPM_BUILD_ROOT/bin
install -m 755 src/runuser $RPM_BUILD_ROOT/bin
install -m 755 src/runuser $RPM_BUILD_ROOT/sbin
# These come from util-linux and/or procps.
for i in hostname uptime kill ; do
@ -244,10 +244,11 @@ fi
%_infodir/coreutils*
%_mandir/man*/*
%_sbindir/chroot
/sbin/runuser
%changelog
* Mon Oct 4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-29
- Mv runuser to /bin
* Mon Oct 4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-30
- Mv runuser to /sbin
* Mon Oct 4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-28
- Fix runuser man page.