packages: pam/pam.spec - rel 1 - added dk trigram file - seems that a lot o...

baggins baggins at pld-linux.org
Mon Jun 27 14:42:18 CEST 2011


Author: baggins                      Date: Mon Jun 27 12:42:18 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 1
- added dk trigram file
- seems that a lot of modules need pthread now, and all looks working

---- Files affected:
packages/pam:
   pam.spec (1.313 -> 1.314) 

---- Diffs:

================================================================
Index: packages/pam/pam.spec
diff -u packages/pam/pam.spec:1.313 packages/pam/pam.spec:1.314
--- packages/pam/pam.spec:1.313	Mon Jun 27 14:25:20 2011
+++ packages/pam/pam.spec	Mon Jun 27 14:42:13 2011
@@ -18,7 +18,7 @@
 Summary(uk.UTF-8):	Інструмент, що забезпечує аутентифікацію для програм
 Name:		pam
 Version:	1.1.4
-Release:	0.1
+Release:	1
 Epoch:		1
 License:	GPL or BSD
 Group:		Base
@@ -330,15 +330,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/%{_lib}/libpam.so ldd -r ${module} | \
-			fgrep -q libpthread ; then
-		echo ERROR module: ${module} pulls threading libraries.
-		exit 1
-	fi
 done
 
 # useless - shut up check-files
@@ -420,6 +411,7 @@
 %config(noreplace) %verify(not md5 mtime size) /etc/security/trigram
 %config(noreplace) %verify(not md5 mtime size) /etc/security/trigram.en
 %config(noreplace) %verify(not md5 mtime size) /etc/security/trigram.de
+%config(noreplace) %verify(not md5 mtime size) /etc/security/trigram.dk
 %config(noreplace) %verify(not md5 mtime size) /etc/security/trigram.es
 %config(noreplace) %verify(not md5 mtime size) /etc/security/trigram.fi
 %config(noreplace) %verify(not md5 mtime size) /etc/security/trigram.it
@@ -547,6 +539,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.314  2011/06/27 12:42:13  baggins
+- rel 1
+- added dk trigram file
+- seems that a lot of modules need pthread now, and all looks working
+
 Revision 1.313  2011/06/27 12:25:20  baggins
 - up to 1.1.4
 - pam_limits change_uid option has been removed
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pam/pam.spec?r1=1.313&r2=1.314&f=u



More information about the pld-cvs-commit mailing list