SPECS: pam.spec - 1.0.0 - removed outdated patches - pam_selinux_p...

baggins baggins at pld-linux.org
Thu Apr 10 23:41:21 CEST 2008


Author: baggins                      Date: Thu Apr 10 21:41:21 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 1.0.0
- removed outdated patches
- pam_selinux_permit merged into mainline as pam_sepermit
- updated BRs

---- Files affected:
SPECS:
   pam.spec (1.281 -> 1.282) 

---- Diffs:

================================================================
Index: SPECS/pam.spec
diff -u SPECS/pam.spec:1.281 SPECS/pam.spec:1.282
--- SPECS/pam.spec:1.281	Tue Mar  4 17:53:25 2008
+++ SPECS/pam.spec	Thu Apr 10 23:41:16 2008
@@ -20,14 +20,14 @@
 Summary(tr.UTF-8):	Modüler, artımsal doğrulama birimleri
 Summary(uk.UTF-8):	Інструмент, що забезпечує аутентифікацію для програм
 Name:		pam
-Version:	0.99.9.0
-Release:	3
+Version:	1.0.0
+Release:	0.1
 License:	GPL or BSD
 Group:		Base
-Source0:	http://ftp.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
-# Source0-md5:	f526c794482ce21c31866549e05c45de
-Source1:	http://ftp.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2.sign
-# Source1-md5:	ffae0c1502acb7866a4a34e4b35eb6ec
+Source0:	http://ftp.kernel.org/pub/linux/libs/pam/library/Linux-PAM-%{version}.tar.bz2
+# Source0-md5:	0f5d63c81cad2f420083a7994fcaa3b3
+Source1:	http://ftp.kernel.org/pub/linux/libs/pam/library/Linux-PAM-%{version}.tar.bz2.sign
+# Source1-md5:	241d37978a808e71b019123d6318113e
 Source2:	ftp://ftp.pld-linux.org/software/pam/pam-pld-%{pam_pld_version}.tar.gz
 # Source2-md5:	a92ff06ff3ab5f96a7e1aaa04ef77fa7
 Source3:	other.pamd
@@ -45,13 +45,11 @@
 Patch6:		%{name}-mkhomedir-new-features.patch
 Patch7:		%{name}-db-gdbm.patch
 Patch8:		%{name}-exec-failok.patch
-Patch9:		%{name}-audit-no-log.patch
-Patch10:	%{name}-namespace-temp-logon.patch
-Patch11:	%{name}-namespace-homedir.patch
-Patch12:	%{name}-selinux-permit.patch
-Patch13:	%{name}-tally-fclose.patch
+Patch9:		%{name}-tally-fclose.patch
+Patch10:	%{name}-set-item.patch
 URL:		http://www.kernel.org/pub/linux/libs/pam/
-%{?with_audit:BuildRequires:	audit-libs-devel >= 1.0.8}
+%{?with_audit:BuildRequires:	audit-libs-devel >= 1.6.9}
+%{?with_audit:BuildRequires:	linux-libc-headers >= 2.6.23.1}
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	bison
@@ -241,10 +239,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
+%patch10 -p0
 
 %build
 %{__libtoolize}
@@ -320,6 +315,7 @@
 for dir in modules/pam_* ; do
 %if %{without selinux}
 [ ${dir} = "modules/pam_selinux" ] && continue
+[ ${dir} = "modules/pam_sepermit" ] && continue
 %endif
 	if [ -d ${dir} ] ; then
 		if ! ls -1 $RPM_BUILD_ROOT/%{_lib}/security/`basename ${dir}`*.so ; then
@@ -423,6 +419,7 @@
 %config /etc/security/console.perms.d/50-default.perms
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/opasswd
 %attr(4755,root,root) /sbin/unix_chkpwd
+%attr(4755,root,root) /sbin/unix_update
 %attr(755,root,root) %{_bindir}/pam_pwgen
 %attr(755,root,root) %{_sbindir}/pam_console_apply
 %attr(755,root,root) %{_sbindir}/pam_tally
@@ -438,6 +435,7 @@
 %{_mandir}/man8/pam_succeed_if*
 %{_mandir}/man8/pam_[t-x]*
 %{_mandir}/man8/unix_chkpwd*
+%{_mandir}/man8/unix_update*
 #%ghost %verify(not md5 size mtime) /var/log/faillog
 %ghost %verify(not md5 size mtime) /var/log/tallylog
 
@@ -473,7 +471,6 @@
 %attr(755,root,root) /%{_lib}/security/pam_permit.so
 %attr(755,root,root) /%{_lib}/security/pam_pwexport.so
 %attr(755,root,root) /%{_lib}/security/pam_pwgen.so
-%attr(755,root,root) /%{_lib}/security/pam_rhosts_auth.so
 %attr(755,root,root) /%{_lib}/security/pam_rhosts.so
 %attr(755,root,root) /%{_lib}/security/pam_rootok.so
 %attr(755,root,root) /%{_lib}/security/pam_rps.so
@@ -485,6 +482,7 @@
 %attr(755,root,root) /%{_lib}/security/pam_tally.so
 %attr(755,root,root) /%{_lib}/security/pam_time.so
 %attr(755,root,root) /%{_lib}/security/pam_timestamp.so
+%attr(755,root,root) /%{_lib}/security/pam_tty_audit.so
 %attr(755,root,root) /%{_lib}/security/pam_umask.so
 %attr(755,root,root) /%{_lib}/security/pam_unix.so
 %attr(755,root,root) /%{_lib}/security/pam_userdb.so
@@ -513,11 +511,12 @@
 %files pam_selinux
 %defattr(644,root,root,755)
 %attr(755,root,root) /%{_lib}/security/pam_selinux.so
-%attr(755,root,root) /%{_lib}/security/pam_selinux_permit.so
+%attr(755,root,root) /%{_lib}/security/pam_sepermit.so
 %attr(755,root,root) %{_sbindir}/pam_selinux_check
 %config(noreplace) %verify(not size mtime md5) /etc/pam.d/pam_selinux_check
 %config(noreplace) %verify(not size mtime md5) /etc/security/sepermit.conf
 %{_mandir}/man8/pam_selinux*.8*
+%{_mandir}/man8/pam_sepermit*.8*
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -526,6 +525,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.282  2008-04-10 21:41:16  baggins
+- 1.0.0
+- removed outdated patches
+- pam_selinux_permit merged into mainline as pam_sepermit
+- updated BRs
+
 Revision 1.281  2008-03-04 16:53:25  baggins
 - rel 3
 - fixed pam_tally leaking file descriptors
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pam.spec?r1=1.281&r2=1.282&f=u



More information about the pld-cvs-commit mailing list