add checkPasswdAccess for SELInux to chage
This commit is contained in:
parent
ed174cef98
commit
fe18d3e1ce
@ -7,7 +7,7 @@
|
|||||||
Summary: Utilities for managing accounts and shadow password files.
|
Summary: Utilities for managing accounts and shadow password files.
|
||||||
Name: shadow-utils
|
Name: shadow-utils
|
||||||
Version: 4.0.3
|
Version: 4.0.3
|
||||||
Release: 29
|
Release: 30
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
URL: http://shadow.pld.org.pl/
|
URL: http://shadow.pld.org.pl/
|
||||||
Source0: ftp://ftp.pld.org.pl/software/shadow/shadow-%{version}.tar.bz2
|
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
|
Patch12: shadow-4.0.3-uninitialized.patch
|
||||||
Patch13: shadow-4.0.3-removemalloc.patch
|
Patch13: shadow-4.0.3-removemalloc.patch
|
||||||
Patch14: shadow-4.0.3-useradd-unlock.patch
|
Patch14: shadow-4.0.3-useradd-unlock.patch
|
||||||
|
Patch15: shadow-4.0.3-chage-selinux.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
BuildRequires: autoconf, automake, libtool, gettext-devel
|
BuildRequires: autoconf, automake, libtool, gettext-devel
|
||||||
@ -68,6 +69,7 @@ are used for managing group accounts.
|
|||||||
%patch12 -p1 -b .uninitialized
|
%patch12 -p1 -b .uninitialized
|
||||||
%patch13 -p1 -b .removemalloc
|
%patch13 -p1 -b .removemalloc
|
||||||
%patch14 -p1 -b .useradd-unlock
|
%patch14 -p1 -b .useradd-unlock
|
||||||
|
%patch15 -p1 -b .chage-selinux
|
||||||
rm po/*.gmo
|
rm po/*.gmo
|
||||||
|
|
||||||
# Recode man pages from euc-jp to UTF-8.
|
# Recode man pages from euc-jp to UTF-8.
|
||||||
@ -257,6 +259,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/man8/faillog.8*
|
%{_mandir}/*/man8/faillog.8*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Sep 26 2004 Adrian Havill <riel@redhat.com> 2:4.0.3-29
|
||||||
- always unlock all files on any exit (#126709)
|
- always unlock all files on any exit (#126709)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user