rpms/openafs/devel openafs.spec,1.19,1.20

Ken Dreyer ktdreyer at rpmfusion.org
Thu Mar 8 23:45:43 CET 2012


Author: ktdreyer

Update of /cvs/free/rpms/openafs/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18798

Modified Files:
	openafs.spec 
Log Message:
* Thu Mar 08 2012 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.1-0.pre4.1
- 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



Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/openafs.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- openafs.spec	7 Mar 2012 17:40:46 -0000	1.19
+++ openafs.spec	8 Mar 2012 22:45:43 -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,6 +325,13 @@
 %{_datadir}/openafs/C/afszcm.cat
 
 %changelog
+* Thu Mar 08 2012 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.1-0.pre4.1
+- 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 Mar 07 2012 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.1-0.pre4
 - Update to OpenAFS 1.6.1 pre-release 4
 



More information about the rpmfusion-commits mailing list