rpms/pam/F-9 pam.spec,1.180,1.181

Tomáš Mráz tmraz at fedoraproject.org
Tue Mar 17 13:07:13 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/pam/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17275

Modified Files:
	pam.spec 
Log Message:
* Tue Mar 17 2009 Tomas Mraz <tmraz at redhat.com> 1.0.4-1
- update to new upstream minor release (bugfixes and
  minor security fixes)
- drop tests for not pulling in libpthread (as NPTL should
  be safe)



Index: pam.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pam/F-9/pam.spec,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- pam.spec	17 Mar 2009 12:14:00 -0000	1.180
+++ pam.spec	17 Mar 2009 13:06:43 -0000	1.181
@@ -254,14 +254,6 @@
 		echo ERROR module: ${module} cannot be loaded.
 		exit 1
 	fi
-# And for good measure, make sure that none of the modules pull in threading
-# libraries, which if loaded in a non-threaded application, can cause Very
-# Bad Things to happen.
-	if env LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_lib} \
-	       LD_PRELOAD=$RPM_BUILD_ROOT%{_libdir}/libpam.so ldd -r ${module} | fgrep -q libpthread ; then
-		echo ERROR module: ${module} pulls threading libraries.
-		exit 1
-	fi
 done
 
 %clean
@@ -395,6 +387,8 @@
 * Tue Mar 17 2009 Tomas Mraz <tmraz at redhat.com> 1.0.4-1
 - update to new upstream minor release (bugfixes and
   minor security fixes)
+- drop tests for not pulling in libpthread (as NPTL should
+  be safe)
 
 * Tue Sep 23 2008 Tomas Mraz <tmraz at redhat.com> 1.0.2-2
 - new password quality checks in pam_cracklib




More information about the fedora-extras-commits mailing list