diff --git a/coreutils.spec b/coreutils.spec index d2c1090..3ce64d2 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: 31 +Release: 32 License: GPL Group: System Environment/Base Url: ftp://alpha.gnu.org/gnu/coreutils/ @@ -55,6 +55,7 @@ Patch923: coreutils-copy.patch #SELINUX Patch Patch950: coreutils-selinux.patch +Patch951: coreutils-5.2.1-runcon.patch BuildRoot: %_tmppath/%{name}-root BuildRequires: gettext libtermcap-devel bison @@ -115,6 +116,7 @@ the old GNU fileutils, sh-utils, and textutils packages. #SELinux %patch950 -p1 -b .selinux +%patch951 -p1 -b .runcon # Don't run basic-1 test, since it breaks when run in the background @@ -248,6 +250,9 @@ fi /sbin/runuser %changelog +* Mon Oct 25 2004 Steve Grubb 5.2.1-32 +- Handle the return code of function calls in runcon. + * Mon Oct 18 2004 Tim Waugh - Prevent compiler warning in coreutils-i18n.patch (bug #136090).