add checkPasswdAccess for SELInux to chage
This commit is contained in:
parent
ed174cef98
commit
fe18d3e1ce
1 changed files with 6 additions and 1 deletions
|
@ -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 <dwalsh@redhat.com> 2:4.0.3-30
|
||||
- Add checkPasswdAccess for chage in SELinux
|
||||
|
||||
* Sun Sep 26 2004 Adrian Havill <riel@redhat.com> 2:4.0.3-29
|
||||
- always unlock all files on any exit (#126709)
|
||||
|
||||
|
|
Loading…
Reference in a new issue