Fix selinux api
This commit is contained in:
parent
590907641d
commit
99b83d1e74
@ -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.11.1
|
Version: 4.0.11.1
|
||||||
Release: 4
|
Release: 5
|
||||||
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
|
||||||
@ -24,11 +24,13 @@ Patch7: shadow-4.0.11.1-chageList.patch
|
|||||||
Patch8: shadow-4.0.11.1-isSelinuxEnabled.patch
|
Patch8: shadow-4.0.11.1-isSelinuxEnabled.patch
|
||||||
Patch9: shadow-4.0.11.1-notOverwriteHome.patch
|
Patch9: shadow-4.0.11.1-notOverwriteHome.patch
|
||||||
Patch10: shadow-4.0.11.1-lstchg.patch
|
Patch10: shadow-4.0.11.1-lstchg.patch
|
||||||
|
Patch11: shadow-4.0.11.1-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
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel >= 1.25.2-1
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
Requires: libselinux >= 1.25.2-1
|
||||||
Obsoletes: adduser
|
Obsoletes: adduser
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -56,6 +58,7 @@ are used for managing group accounts.
|
|||||||
%patch8 -p1 -b .isSelinuxEnabled
|
%patch8 -p1 -b .isSelinuxEnabled
|
||||||
%patch9 -p1 -b .notOverwriteHome
|
%patch9 -p1 -b .notOverwriteHome
|
||||||
%patch10 -p1 -b .lstchg
|
%patch10 -p1 -b .lstchg
|
||||||
|
%patch11 -p1 -b .selinux
|
||||||
|
|
||||||
rm po/*.gmo
|
rm po/*.gmo
|
||||||
rm po/stamp-po
|
rm po/stamp-po
|
||||||
@ -234,6 +237,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/man8/faillog.8*
|
%{_mandir}/*/man8/faillog.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 13 2005 Dan Walsh <dwalsh@redhat.com> 2:4.0.11.1-5
|
||||||
|
- Change to use new selinux api for selinux_check_passwd_access
|
||||||
|
|
||||||
* Tue Aug 09 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.11.1-4
|
* Tue Aug 09 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.11.1-4
|
||||||
- change the password last changed field in the shadow file
|
- change the password last changed field in the shadow file
|
||||||
when "usermod -p" is used (#164943)
|
when "usermod -p" is used (#164943)
|
||||||
|
Loading…
Reference in New Issue
Block a user