- Add getseuserbyname call for SELinux MCS/MLS policy
This commit is contained in:
parent
9f1545ee2e
commit
97c6e8fa55
18
pam.spec
18
pam.spec
@ -1,4 +1,3 @@
|
|||||||
%define WITH_SELINUX 1
|
|
||||||
%define WITH_AUDIT 1
|
%define WITH_AUDIT 1
|
||||||
|
|
||||||
%define _sbindir /sbin
|
%define _sbindir /sbin
|
||||||
@ -12,7 +11,7 @@
|
|||||||
Summary: A security tool which provides authentication for applications.
|
Summary: A security tool which provides authentication for applications.
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 0.80
|
Version: 0.80
|
||||||
Release: 9
|
Release: 10
|
||||||
License: GPL or BSD
|
License: GPL or BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
|
Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
|
||||||
@ -39,6 +38,7 @@ Patch74: pam-0.79-userdb-test-null.patch
|
|||||||
Patch75: pam-0.80-limits-process.patch
|
Patch75: pam-0.80-limits-process.patch
|
||||||
Patch76: pam-0.80-unix-honor-nis.patch
|
Patch76: pam-0.80-unix-honor-nis.patch
|
||||||
Patch77: pam-0.80-console-doc-fix.patch
|
Patch77: pam-0.80-console-doc-fix.patch
|
||||||
|
Patch78: pam-0.80-delay.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Requires: cracklib, cracklib-dicts >= 2.8, initscripts >= 3.94
|
Requires: cracklib, cracklib-dicts >= 2.8, initscripts >= 3.94
|
||||||
@ -51,10 +51,8 @@ BuildPrereq: perl, pkgconfig
|
|||||||
BuildPrereq: audit-libs-devel >= 0.9.19
|
BuildPrereq: audit-libs-devel >= 0.9.19
|
||||||
Requires: audit-libs >= 0.9.19
|
Requires: audit-libs >= 0.9.19
|
||||||
%endif
|
%endif
|
||||||
%if %{WITH_SELINUX}
|
BuildPrereq: libselinux-devel >= 1.27.7
|
||||||
BuildPrereq: libselinux-devel >= 1.17.1
|
Requires: libselinux >= 1.27.7
|
||||||
Requires: libselinux >= 1.17.1
|
|
||||||
%endif
|
|
||||||
# Following deps are necessary only to build the pam library documentation.
|
# Following deps are necessary only to build the pam library documentation.
|
||||||
# They can be safely removed if the documentation is not needed.
|
# They can be safely removed if the documentation is not needed.
|
||||||
BuildPrereq: linuxdoc-tools
|
BuildPrereq: linuxdoc-tools
|
||||||
@ -93,9 +91,7 @@ cp $RPM_SOURCE_DIR/config-util.pamd .
|
|||||||
%patch21 -p1 -b .unix-hpux-aging
|
%patch21 -p1 -b .unix-hpux-aging
|
||||||
%patch28 -p1 -b .doc
|
%patch28 -p1 -b .doc
|
||||||
%patch34 -p1 -b .dbpam
|
%patch34 -p1 -b .dbpam
|
||||||
%if %{WITH_SELINUX}
|
|
||||||
%patch61 -p1 -b .pwdbselinux
|
%patch61 -p1 -b .pwdbselinux
|
||||||
%endif
|
|
||||||
%if %{WITH_AUDIT}
|
%if %{WITH_AUDIT}
|
||||||
%patch65 -p1 -b .audit
|
%patch65 -p1 -b .audit
|
||||||
%patch66 -p1 -b .req-audit
|
%patch66 -p1 -b .req-audit
|
||||||
@ -108,6 +104,7 @@ cp $RPM_SOURCE_DIR/config-util.pamd .
|
|||||||
%patch75 -p1 -b .process-limit
|
%patch75 -p1 -b .process-limit
|
||||||
%patch76 -p1 -b .honor-nis
|
%patch76 -p1 -b .honor-nis
|
||||||
%patch77 -p1 -b .console-doc
|
%patch77 -p1 -b .console-doc
|
||||||
|
%patch78 -p1 -b .delay
|
||||||
|
|
||||||
for readme in modules/pam_*/README ; do
|
for readme in modules/pam_*/README ; do
|
||||||
cp -f ${readme} doc/txts/README.`dirname ${readme} | sed -e 's|^modules/||'`
|
cp -f ${readme} doc/txts/README.`dirname ${readme} | sed -e 's|^modules/||'`
|
||||||
@ -332,9 +329,7 @@ fi
|
|||||||
/%{_lib}/security/pam_rhosts_auth.so
|
/%{_lib}/security/pam_rhosts_auth.so
|
||||||
/%{_lib}/security/pam_rootok.so
|
/%{_lib}/security/pam_rootok.so
|
||||||
/%{_lib}/security/pam_rps.so
|
/%{_lib}/security/pam_rps.so
|
||||||
%if %{WITH_SELINUX}
|
|
||||||
/%{_lib}/security/pam_selinux.so
|
/%{_lib}/security/pam_selinux.so
|
||||||
%endif
|
|
||||||
/%{_lib}/security/pam_securetty.so
|
/%{_lib}/security/pam_securetty.so
|
||||||
/%{_lib}/security/pam_shells.so
|
/%{_lib}/security/pam_shells.so
|
||||||
/%{_lib}/security/pam_stack.so
|
/%{_lib}/security/pam_stack.so
|
||||||
@ -382,6 +377,9 @@ fi
|
|||||||
%{_libdir}/libpam_misc.so
|
%{_libdir}/libpam_misc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 13 2005 Dan Walsh <dwalsh@redhat.com> 0.80-11
|
||||||
|
- Add getseuserbyname call for SELinux MCS/MLS policy
|
||||||
|
|
||||||
* Tue Oct 4 2005 Tomas Mraz <tmraz@redhat.com>
|
* Tue Oct 4 2005 Tomas Mraz <tmraz@redhat.com>
|
||||||
- pam_console manpage fixes (#169373)
|
- pam_console manpage fixes (#169373)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user