rpms/openafs/F-17 openafs.spec,1.19,1.20

Ken Dreyer ktdreyer at rpmfusion.org
Fri Mar 9 00:06:53 CET 2012


Author: ktdreyer

Update of /cvs/free/rpms/openafs/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21818

Modified Files:
	openafs.spec 
Log Message:
* Thu Mar 08 2012 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.1-0.pre4.1
- Set the executable bit on the libraries installed in libdir, so that
  rpmbuild will generate Provides metadata for these libraries. See
  upstream git commit 3f7d8ec2. Fixes RPM Fusion bug #2215



Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-17/openafs.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- openafs.spec	8 Mar 2012 22:59:16 -0000	1.19
+++ openafs.spec	8 Mar 2012 23:06:53 -0000	1.20
@@ -15,7 +15,7 @@
 Summary:        Enterprise Network File System
 Name:           openafs
 Version:        1.6.1
-Release:        0.%{pre}%{?dist}
+Release:        0.%{pre}%{?dist}.1
 License:        IBM
 Group:          System Environment/Daemons
 URL:            http://www.openafs.org
@@ -134,6 +134,10 @@
 rm -rf ${RPM_BUILD_ROOT}
 make DESTDIR=$RPM_BUILD_ROOT install
 
+# Set the executable bit on libraries in libdir, so rpmbuild knows to 
+# create "Provides" entries in the package metadata for the libraries
+chmod +x ${RPM_BUILD_ROOT}%{_libdir}/*.so*
+
 # install config info
 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/openafs
 install -p -m 644 %{SOURCE11} ${RPM_BUILD_ROOT}%{_sysconfdir}/openafs
@@ -321,14 +325,16 @@
 %{_datadir}/openafs/C/afszcm.cat
 
 %changelog
+* Thu Mar 08 2012 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.1-0.pre4.1
+- Set the executable bit on the libraries installed in libdir, so that
+  rpmbuild will generate Provides metadata for these libraries. See
+  upstream git commit 3f7d8ec2. Fixes RPM Fusion bug #2215
+
 * Thu Mar 08 2012 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.1-0.pre4
 - Update to OpenAFS 1.6.1 pre-release 4
 - Update CellServDB to the latest version from grand.central.org
 - Add the sysname from /usr/bin/sys to the end of the Fedora sysname.
   This provides backwards-compatability with sites who need "linux26".
-- Set the executable bit on the libraries installed in libdir, so that
-  rpmbuild will generate Provides metadata for these libraries. See
-  upstream git commit 3f7d8ec2. Fixes RPM Fusion bug #2215
 
 * Wed Feb 28 2012 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.1-0.pre3
 - Update to OpenAFS 1.6.1 pre-release 3



More information about the rpmfusion-commits mailing list