SPECS: pam.spec - 0.79.2 - sync with Linux-PAM CVS - selinux now i...

baggins baggins at pld-linux.org
Tue Jul 12 17:34:51 CEST 2005


Author: baggins                      Date: Tue Jul 12 15:34:51 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.79.2
- sync with Linux-PAM CVS
- selinux now in mainline
- prelude support disabled by default (pulls libraries not from /lib)

---- Files affected:
SPECS:
   pam.spec (1.216 -> 1.217) 

---- Diffs:

================================================================
Index: SPECS/pam.spec
diff -u SPECS/pam.spec:1.216 SPECS/pam.spec:1.217
--- SPECS/pam.spec:1.216	Thu Jun 16 21:42:08 2005
+++ SPECS/pam.spec	Tue Jul 12 17:34:46 2005
@@ -5,6 +5,7 @@
 %bcond_without	cap		# don't build pam_cap module
 %bcond_without	doc		# don't build documentation
 %bcond_without	opie		# don't build pam_opie module
+%bcond_with   	prelude		# build without Prelude IDS support
 %bcond_without	pwdb		# don't build pam_pwdb and pam_radius modules
 %bcond_without	selinux		# build without SELinux support
 %bcond_without	skey		# don't build pam_skey module
@@ -20,18 +21,14 @@
 Summary(tr):	Modüler, artýmsal dođrulama birimleri
 Summary(uk):	śÎÓÔŇŐÍĹÎÔ, ÝĎ ÚÁÂĹÚĐĹŢŐ¤ ÁŐÔĹÎÔÉĆŚËÁĂŚŔ ÄĚŃ ĐŇĎÇŇÁÍ
 Name:		pam
-Version:	0.79.1
-Release:	5
+Version:	0.79.2
+Release:	1
 Epoch:		0
 License:	GPL or BSD
 Group:		Base
 Source0:	ftp://ftp.pld-linux.org/software/pam/%{name}-pld-%{version}.tar.gz
-# Source0-md5:	fc029c41d960eeaf9736df3aeb2d41b2
+# Source0-md5:	6bcbbe817a9dc76696ad789c8c52ff1e
 Source1:	system-auth.pamd
-Patch0:		%{name}-selinux-1.patch
-Patch1:		%{name}-gcc4.patch
-Patch2:		%{name}-fPIC.patch
-Patch3:		%{name}-allow_root_ttyS0.patch
 URL:		http://www.kernel.org/pub/linux/libs/pam/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -41,6 +38,7 @@
 BuildRequires:	flex
 %{?with_cap:BuildRequires:	libcap-devel}
 %{?with_selinux:BuildRequires:	libselinux-devel}
+%{?with_prelude:BuildRequires:	libprelude-devel}
 BuildRequires:	libtool >= 2:1.5
 %{?with_tcpd:BuildRequires:	libwrap-devel >= 7.6-32}
 %{?with_opie:BuildRequires:	opie-devel}
@@ -253,12 +251,19 @@
 %description pam_cap -l pl
 Moduł pam_cap.
 
+%package pam_selinux
+Summary:	PAM module - SELinux support
+Summary(pl):	Moduł PAM pozwalający na zmianę kontekstów SELinuksa
+Group:		Base
+
+%description pam_selinux
+PAM module - SELinux support.
+
+%description pam_selinux -l pl
+Moduł PAM pozwalający na zmianę kontekstów SELinuksa.
+
 %prep
 %setup -q -n %{name}-pld-%{version}
-%{?with_selinux:%patch0 -p1}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %{!?with_doc:sed -i -e '/all-local:/d' doc/Makefile.am}
 
@@ -278,6 +283,8 @@
 	%{!?with_skey:ac_cv_lib_skey_skeyaccess=no} \
 	%{!?with_tcpd:libwrap=no} \
 	%{?with_pwexport:--enable-want-pwexport-module} \
+	%{!?with_selinux:--disable-selinux} \
+	%{!?with_prelude:--disable-prelude} \
 	--enable-strong-crypto
 %{__make}
 
@@ -378,7 +385,10 @@
 %attr(755,root,root) %{_sbindir}/pam_tally
 %attr(755,root,root) %{_sbindir}/pwgen_trigram
 %{_mandir}/man5/*
-%{_mandir}/man8/*
+%{_mandir}/man8/pam.*
+%{_mandir}/man8/pam_localuser*
+%{_mandir}/man8/pam_succeed_if*
+%{_mandir}/man8/pam_xauth*
 
 %files devel
 %defattr(644,root,root,755)
@@ -431,12 +441,28 @@
 %attr(755,root,root) /%{_lib}/security/pam_cap.so
 %endif
 
+%if %{with selinux}
+%files pam_selinux
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) /%{_lib}/security/pam_selinux.so
+%attr(755,root,root) %{_sbindir}/pam_selinux_check
+#TODO: %config(noreplace) %verify(not size mtime md5) /etc/pam.d/pam_selinux_check
+%{_mandir}/man8/pam_selinux*.8*
+%endif
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.217  2005/07/12 15:34:46  baggins
+- 0.79.2
+- sync with Linux-PAM CVS
+- selinux now in mainline
+- prelude support disabled by default (pulls libraries not from /lib)
+
 Revision 1.216  2005/06/16 19:42:08  misi3k
 - rel 5
 - added patch - allow root login on ttyS0
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pam.spec?r1=1.216&r2=1.217&f=u




More information about the pld-cvs-commit mailing list