From fe18d3e1ce5af88f2f1cf98b92b279ef42acef86 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 1 Oct 2004 20:22:26 +0000 Subject: [PATCH] add checkPasswdAccess for SELInux to chage --- shadow-utils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/shadow-utils.spec b/shadow-utils.spec index 2b4ccfb..410a5d9 100644 --- a/shadow-utils.spec +++ b/shadow-utils.spec @@ -7,7 +7,7 @@ Summary: Utilities for managing accounts and shadow password files. Name: shadow-utils Version: 4.0.3 -Release: 29 +Release: 30 Epoch: 2 URL: http://shadow.pld.org.pl/ Source0: ftp://ftp.pld.org.pl/software/shadow/shadow-%{version}.tar.bz2 @@ -32,6 +32,7 @@ Patch11: shadow-4.0.3-fixref.patch Patch12: shadow-4.0.3-uninitialized.patch Patch13: shadow-4.0.3-removemalloc.patch Patch14: shadow-4.0.3-useradd-unlock.patch +Patch15: shadow-4.0.3-chage-selinux.patch License: BSD Group: System Environment/Base BuildRequires: autoconf, automake, libtool, gettext-devel @@ -68,6 +69,7 @@ are used for managing group accounts. %patch12 -p1 -b .uninitialized %patch13 -p1 -b .removemalloc %patch14 -p1 -b .useradd-unlock +%patch15 -p1 -b .chage-selinux rm po/*.gmo # Recode man pages from euc-jp to UTF-8. @@ -257,6 +259,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/man8/faillog.8* %changelog +* Fri Oct 1 2004 Dan Walsh 2:4.0.3-30 +- Add checkPasswdAccess for chage in SELinux + * Sun Sep 26 2004 Adrian Havill 2:4.0.3-29 - always unlock all files on any exit (#126709)