rpms/pam/F-9 pam.spec,1.183,1.184

Tomáš Mráz tmraz at fedoraproject.org
Mon Mar 30 16:22:56 UTC 2009


Author: tmraz

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

Modified Files:
	pam.spec 
Log Message:
* Mon Mar 30 2009 Tomas Mraz <tmraz at redhat.com> 1.0.4-4
- replace libtool to drop unneeded /lib64 rpath



Index: pam.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pam/F-9/pam.spec,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- pam.spec	26 Mar 2009 10:15:20 -0000	1.183
+++ pam.spec	30 Mar 2009 16:22:26 -0000	1.184
@@ -5,7 +5,7 @@
 Summary: A security tool which provides authentication for applications
 Name: pam
 Version: 1.0.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 # The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
 # as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
 # pam_rhosts_auth module is BSD with advertising
@@ -124,7 +124,9 @@
 %patch45 -p1 -b .safeguards
 %patch46 -p1 -b .root-update
 
-autoreconf
+rm -f m4/{lt*,libtool}.m4
+libtoolize -f
+autoreconf -f
 
 %build
 CFLAGS="-fPIC $RPM_OPT_FLAGS" ; export CFLAGS
@@ -384,6 +386,9 @@
 %doc doc/adg/*.txt doc/adg/html
 
 %changelog
+* Mon Mar 30 2009 Tomas Mraz <tmraz at redhat.com> 1.0.4-4
+- replace libtool to drop unneeded /lib64 rpath
+
 * Thu Mar 26 2009 Tomas Mraz <tmraz at redhat.com> 1.0.4-3
 - replace all std descriptors when calling helpers (#491471)
 




More information about the fedora-extras-commits mailing list