From 782e873e1779a9ba683c8818977ef394c6fd2e0a Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 12 Feb 2010 23:04:40 +0000 Subject: [PATCH] * Fri Feb 12 2010 Eric Sandeen 3.1.1-3 - Drop static libs (#556102) --- xfsprogs.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index d2f06f6..d4e5135 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs Version: 3.1.1 -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 @@ -73,7 +73,8 @@ in building or running the xfstests QA suite. export tagname=CC DEBUG=-DNDEBUG %configure \ --enable-readline=yes \ - --enable-blkid=yes + --enable-blkid=yes \ + --enable-static=no # Kill rpaths sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool @@ -138,7 +139,6 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xfs/xfs.h %{_includedir}/xfs/xfs_fs.h %{_includedir}/xfs/xqm.h -%{_libdir}/*.a %{_libdir}/*.so %files qa-devel @@ -194,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xfs/xfs_types.h %changelog +* Fri Feb 12 2010 Eric Sandeen 3.1.1-3 +- Drop static libs (#556102) + * Mon Feb 01 2010 Eric Sandeen 3.1.1-2 - Fix mkfs of target with nothing blkid can recognize (#561870)