diff --git a/coreutils.changes b/coreutils.changes index 6217bf9..5832a27 100644 --- a/coreutils.changes +++ b/coreutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 17 08:33:10 UTC 2010 - coolo@novell.com + +- remove the prerequire on permissions - this will create a bad + cycle, coreutils is just too core + ------------------------------------------------------------------- Tue Nov 16 10:50:04 UTC 2010 - lnussel@suse.de diff --git a/coreutils.spec b/coreutils.spec index a4ff8d9..8a7697c 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -55,7 +55,9 @@ Patch30: coreutils-8.6-compile-su-with-fpie.diff Patch31: coreutils-getaddrinfo.patch Patch32: coreutils-ptr_int_casts.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -PreReq: permissions +# this will create a cycle, broken up randomly - coreutils is just too core to have other +# prerequires +#PreReq: permissions %description Basic file, shell, and text manipulation utilities. The package @@ -70,44 +72,6 @@ sha224sum sha256sum sha384sum sha512sum shred shuf sleep sort split stat stty su sum sync tac tail tee test timeout touch tr true tsort tty uname unexpand uniq unlink uptime users vdir wc who whoami yes - - -Authors: --------- - Arnold Robbins - Colin Plumb - David M. Ihnat - David MacKenzie - François Pinard - H. Peter Anvin - Ian Lance Taylor - Jay Lepreau - Jim Kingdon - Jim Meyering - Joseph Arceneaux - Kaveh Ghazi - Kayvan Aghaiepour - Larry McVoy - Mark Kettenis - Michael Meskes - Michael Stone - Mike Haertel - Mike Parker - Paul Eggert - Paul Rubin - Pete TerMaat - Randy Smith - Richard M. Stallman - Richard Mlynarik - Roland Huebner - Roland McGrath - Ross Paterson - Scott Bartram - Scott Miller - Stuart Kemp - Torbjorn Granlund - Ulrich Drepper - %lang_package %prep %setup -q @@ -174,6 +138,7 @@ echo '.so man1/test.1' > %{buildroot}/%{_mandir}/man1/\[.1 %post %install_info --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz +# may fail if permissions is not there, but there is no way around that %run_permissions %postun