Handle return codes in runcon.
This commit is contained in:
parent
5d298e89a7
commit
ec3c8c195c
@ -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 <sgrubb@redhat.com> 5.2.1-32
|
||||
- Handle the return code of function calls in runcon.
|
||||
|
||||
* Mon Oct 18 2004 Tim Waugh <twaugh@redhat.com>
|
||||
- Prevent compiler warning in coreutils-i18n.patch (bug #136090).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user