rpms/xfsprogs/devel xfsprogs.spec, 1.48, 1.49 xfsprogs-2.10.2-fix-lib-perms.patch, 1.1, NONE

Eric Sandeen sandeen at fedoraproject.org
Thu Jan 8 15:38:13 UTC 2009


Author: sandeen

Update of /cvs/pkgs/rpms/xfsprogs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25537

Modified Files:
	xfsprogs.spec 
Removed Files:
	xfsprogs-2.10.2-fix-lib-perms.patch 
Log Message:
* Thu Jan 08 2009 Eric Sandeen <sandeen at redhat.com> 2.10.2-3
- Fix perms of libhandle.so in specfile, not makefile



Index: xfsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/devel/xfsprogs.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- xfsprogs.spec	7 Jan 2009 22:53:10 -0000	1.48
+++ xfsprogs.spec	8 Jan 2009 15:37:43 -0000	1.49
@@ -1,7 +1,7 @@
 Summary:	Utilities for managing the XFS filesystem
 Name:		xfsprogs
 Version:	2.10.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 # Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
 # in source, with no mention of version.
 # doc/COPYING file specifies what is GPL and what is LGPL
@@ -21,7 +21,6 @@
 Patch0:		xfsprogs-2.10.1-parallel-build.patch
 Patch1:		xfsprogs-2.10.1-libdisk-gfs2.patch
 Patch2:		xfsprogs-2.10.1-ustat.patch
-Patch3:		xfsprogs-2.10.2-fix-lib-perms.patch
 
 %description
 A set of commands to use the XFS filesystem, including mkfs.xfs.
@@ -55,7 +54,6 @@
 %patch0 -p2
 %patch1 -p2
 %patch2 -p2
-%patch3 -p1
 
 %build
 # xfsprogs abuses libexecdir
@@ -78,6 +76,8 @@
 # fix up symlink to be correct
 rm -f $RPM_BUILD_ROOT/%{_libdir}/libhandle.so
 ln -s ../../%{_lib}/libhandle.so.1 $RPM_BUILD_ROOT/%{_libdir}/libhandle.so
+chmod 0755 $RPM_BUILD_ROOT/%{_lib}/libhandle.so.*.*.*
+
 # remove non-versioned docs location
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
 
@@ -119,6 +119,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Thu Jan 08 2009 Eric Sandeen <sandeen at redhat.com> 2.10.2-3
+- Fix perms of libhandle.so in specfile, not makefile
+
 * Wed Jan 07 2009 Eric Sandeen <sandeen at redhat.com> 2.10.2-2
 - Fix perms of libhandle.so so that it's properly stripped
 


--- xfsprogs-2.10.2-fix-lib-perms.patch DELETED ---




More information about the scm-commits mailing list