diff --git a/coreutils.spec b/coreutils.spec index 8c139dc..b96117f 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -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 5.2.1-29 -- Mv runuser to /bin +* Mon Oct 4 2004 Dan Walsh 5.2.1-30 +- Mv runuser to /sbin * Mon Oct 4 2004 Dan Walsh 5.2.1-28 - Fix runuser man page.