* Wed Jan 07 2009 Eric Sandeen <sandeen@redhat.com> 2.10.2-2

- Fix perms of libhandle.so so that it's properly stripped
This commit is contained in:
Eric Sandeen 2009-01-07 22:53:10 +00:00
parent d0550f66ba
commit b465fb9875
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,13 @@
Index: xfsprogs-2.10.2/include/buildmacros
===================================================================
--- xfsprogs-2.10.2.orig/include/buildmacros
+++ xfsprogs-2.10.2/include/buildmacros
@@ -56,7 +56,7 @@ ifeq ($(ENABLE_SHARED),yes)
INSTALL_LTLIB = \
cd $(TOPDIR)/$(LIBNAME)/.libs; \
../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
- ../$(INSTALL) -m 644 -T so_dot_version $(LIBNAME).lai $(PKG_LIB_DIR); \
+ ../$(INSTALL) -m 755 -T so_dot_version $(LIBNAME).lai $(PKG_LIB_DIR); \
../$(INSTALL) -T so_dot_current $(LIBNAME).lai $(PKG_LIB_DIR)
endif

View File

@ -1,7 +1,7 @@
Summary: Utilities for managing the XFS filesystem Summary: Utilities for managing the XFS filesystem
Name: xfsprogs Name: xfsprogs
Version: 2.10.2 Version: 2.10.2
Release: 1%{?dist} Release: 2%{?dist}
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
# in source, with no mention of version. # in source, with no mention of version.
# doc/COPYING file specifies what is GPL and what is LGPL # doc/COPYING file specifies what is GPL and what is LGPL
@ -21,6 +21,7 @@ Conflicts: xfsdump < 2.0.0
Patch0: xfsprogs-2.10.1-parallel-build.patch Patch0: xfsprogs-2.10.1-parallel-build.patch
Patch1: xfsprogs-2.10.1-libdisk-gfs2.patch Patch1: xfsprogs-2.10.1-libdisk-gfs2.patch
Patch2: xfsprogs-2.10.1-ustat.patch Patch2: xfsprogs-2.10.1-ustat.patch
Patch3: xfsprogs-2.10.2-fix-lib-perms.patch
%description %description
A set of commands to use the XFS filesystem, including mkfs.xfs. A set of commands to use the XFS filesystem, including mkfs.xfs.
@ -54,6 +55,7 @@ also want to install xfsprogs.
%patch0 -p2 %patch0 -p2
%patch1 -p2 %patch1 -p2
%patch2 -p2 %patch2 -p2
%patch3 -p1
%build %build
# xfsprogs abuses libexecdir # xfsprogs abuses libexecdir
@ -117,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so %{_libdir}/*.so
%changelog %changelog
* Wed Jan 07 2009 Eric Sandeen <sandeen@redhat.com> 2.10.2-2
- Fix perms of libhandle.so so that it's properly stripped
* Sun Dec 07 2008 Eric Sandeen <sandeen@redhat.com> 2.10.2-1 * Sun Dec 07 2008 Eric Sandeen <sandeen@redhat.com> 2.10.2-1
- New upstream release, bugfix only. - New upstream release, bugfix only.