From f58b9e7bacdea4baa5417f01c8b445c10639b716 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 9 Feb 2005 20:42:15 +0000 Subject: [PATCH] - Change useradd to use matchpathcon --- shadow-utils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/shadow-utils.spec b/shadow-utils.spec index f4deecb..3c56345 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: 37 +Release: 38 Epoch: 2 URL: http://shadow.pld.org.pl/ Source0: ftp://ftp.pld.org.pl/software/shadow/shadow-%{version}.tar.bz2 @@ -37,6 +37,7 @@ Patch16: shadow-4.0.3-goodname.patch Patch17: shadow-4.0.3-pl-n_useradd.8.patch Patch18: shadow-4.0.3-skellink.patch Patch19: shadow-4.0.3-matchpathcon.patch +Patch20: shadow-4.0.3-selinux_context.patch License: BSD Group: System Environment/Base BuildRequires: autoconf, automake, libtool, gettext-devel @@ -78,6 +79,7 @@ are used for managing group accounts. %patch17 -p1 %patch18 -p1 -b .skellink %patch19 -p1 -b .matchpathcon +%patch20 -p1 -b .selinux_context rm po/*.gmo # Recode man pages from euc-jp to UTF-8. @@ -273,6 +275,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/man8/faillog.8* %changelog +* Wed Feb 9 2005 Dan Walsh 2:4.0.3-38 +- Change useradd to use matchpathcon + * Thu Oct 21 2004 Dan Walsh 2:4.0.3-37 - Add matchpathcon to create the files correctly when they do not exist.