rpms/nss-pam-ldapd/F-13 nss-pam-ldapd.spec,1.2,1.3 sources,1.3,1.4

Nalin Dahyabhai nalin at fedoraproject.org
Fri May 14 17:35:04 UTC 2010


Author: nalin

Update of /cvs/extras/rpms/nss-pam-ldapd/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25651

Modified Files:
	nss-pam-ldapd.spec sources 
Log Message:
- update to 0.7.4
- stop trying to migrate retry timeout parameters from old ldap.conf files
- add an explicit requires: on nscd to make sure it's at least available on
  systems that are using nss-pam-ldapd; otherwise it's usually optional



Index: nss-pam-ldapd.spec
===================================================================
RCS file: /cvs/extras/rpms/nss-pam-ldapd/F-13/nss-pam-ldapd.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- nss-pam-ldapd.spec	23 Mar 2010 15:39:02 -0000	1.2
+++ nss-pam-ldapd.spec	14 May 2010 17:35:04 -0000	1.3
@@ -1,5 +1,5 @@
 Name:		nss-pam-ldapd
-Version:	0.7.3
+Version:	0.7.4
 Release:	1%{?dist}
 Summary:	An nsswitch module which uses directory servers
 Group:		System Environment/Base
@@ -17,6 +17,8 @@ Provides:	nss-ldapd = %{version}-%{relea
 # keep upgrades from removing the module.  We currently disable nss-pam-ldapd's
 # own pam_ldap.so until it's more mature.
 Requires:	/%{_lib}/security/pam_ldap.so
+# Pull in nscd, which is recommended.
+Requires:	nscd
 Requires(post):		/sbin/ldconfig, chkconfig, grep, sed
 Requires(preun):	chkconfig, initscripts
 Requires(postun):	/sbin/ldconfig, initscripts
@@ -125,7 +127,7 @@ if ! grep -q -F "# $comment" $target 2> 
 	# Pull in these settings, if they're set, directly.
 	egrep '^(binddn|bindpw|port|scope|ssl|pagesize)[[:blank:]]' $source 2> /dev/null >> $target
 	egrep '^(tls_)' $source 2> /dev/null >> $target
-	egrep '^(timelimit|bind_timelimit|idle_timelimit|reconnect_sleeptime|reconnect_maxsleeptime)[[:blank:]]' $source 2> /dev/null >> $target
+	egrep '^(timelimit|bind_timelimit|idle_timelimit)[[:blank:]]' $source 2> /dev/null >> $target
 fi
 # If this is the first time we're being installed, and the system is already
 # configured to use LDAP as a naming service, enable the daemon, but don't
@@ -153,6 +155,12 @@ fi
 exit 0
 
 %changelog
+* Fri May 14 2010 Nalin Dahyabhai <nalin at redhat.com> 0.7.4-1
+- update to 0.7.4
+- stop trying to migrate retry timeout parameters from old ldap.conf files
+- add an explicit requires: on nscd to make sure it's at least available on
+  systems that are using nss-pam-ldapd; otherwise it's usually optional
+
 * Tue Mar 23 2010 Nalin Dahyabhai <nalin at redhat.com> 0.7.3-1
 - update to 0.7.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nss-pam-ldapd/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	23 Mar 2010 15:39:02 -0000	1.3
+++ sources	14 May 2010 17:35:04 -0000	1.4
@@ -1,2 +1,2 @@
-688833d959f1878a139d484e980d160e  nss-pam-ldapd-0.7.3.tar.gz
-c62ce1a17fcbaf4f56f388feb8eb0dce  nss-pam-ldapd-0.7.3.tar.gz.sig
+afaadb2a7759302c5b9e5f39090527b1  nss-pam-ldapd-0.7.4.tar.gz
+9e855f5040878355db00686fcc3b1b20  nss-pam-ldapd-0.7.4.tar.gz.sig



More information about the scm-commits mailing list