rpms/xfsprogs/devel sources,1.6,1.7 xfsprogs.spec,1.17,1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 27 18:51:35 UTC 2006


Author: rcattela

Update of /cvs/dist/rpms/xfsprogs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15189

Modified Files:
	sources xfsprogs.spec 
Log Message:
Update xfsprogs to 2.8.11
Note this picks up the fix for xfs_repair that can deal
with the directory corrution that appeared in 2.6.17 briefly.

Pull in upstream build fix for ppc64 and ia64 as a patch.




Index: sources
===================================================================
RCS file: /cvs/dist/rpms/xfsprogs/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	5 Jul 2006 13:26:08 -0000	1.6
+++ sources	27 Sep 2006 18:51:33 -0000	1.7
@@ -1 +1,2 @@
-4699d6e27acc21911b63696bf1df9949  xfsprogs_2.8.4-1.tar.gz
+fcae4dea0acf79e30d986a38a609be43  xfsprogs_2.8.11-1.tar.gz
+


Index: xfsprogs.spec
===================================================================
RCS file: /cvs/dist/rpms/xfsprogs/devel/xfsprogs.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xfsprogs.spec	18 Jul 2006 20:46:30 -0000	1.17
+++ xfsprogs.spec	27 Sep 2006 18:51:33 -0000	1.18
@@ -1,13 +1,13 @@
-Summary: Utilities for managing the XFS filesystem.
+Summary: Utilities for managing the XFS filesystem
 Name: xfsprogs
-Version: 2.8.4
-Release: 3
+Version: 2.8.11
+Release: 2%{?dist}
 License: GPL
 Group: System Environment/Base
 URL: http://oss.sgi.com/projects/xfs/
 Source0: ftp://oss.sgi.com/projects/xfs/download/cmd_tars/%{name}_%{version}-1.tar.gz
 Source1: xfsprogs-wrapper.h
-Patch0: xfsprogs-2.7.11-mkfs-inode.patch
+Patch0: ppc64_build.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: autoconf, libtool, gettext
 BuildRequires: readline-devel, libtermcap-devel
@@ -15,8 +15,6 @@
 Provides: xfs-cmds
 Obsoletes: xfs-cmds <= %{version}
 Conflicts: xfsdump < 2.0.0
-# doesn't build on ppc64 right now (#199315)
-ExcludeArch: ppc64 
 
 %description
 A set of commands to use the XFS filesystem, including mkfs.xfs.
@@ -33,7 +31,7 @@
 with the IRIX version of XFS.
 
 %package devel
-Summary: XFS filesystem-specific static libraries and headers.
+Summary: XFS filesystem-specific static libraries and headers
 Group: Development/Libraries
 Requires: xfsprogs = %{version}-%{release}
 
@@ -47,28 +45,31 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .mkfs-inode
-
+%patch0 -p1 -b .ppc64-build
+#
 %build
-# xfsprogs 2.8.3 is shipping no ./configure
+# xfsprogs does not ship ./configure
 autoconf
-
+#
 # xfsprogs abuses libexecdir
 export tagname=CC DEBUG=-DNDEBUG
-%configure --libdir=/%{_lib} --libexecdir=%{_libdir} \
-	   --sbindir=/sbin --bindir=%{_sbindir} \
-	--enable-shared=yes \
-	--enable-gettext=yes \
-	--enable-readline=yes \
-	--enable-editline=no \
-	--enable-termcap=yes \
-	--enable-shared-uuid=yes
+%configure \
+        --sbindir=/sbin         \
+        --libdir=/%{_lib}       \
+        --libexecdir=%{_libdir} \
+        --bindir=%{_sbindir}    \
+        --enable-shared=yes     \
+        --enable-gettext=yes    \
+        --enable-readline=yes   \
+        --enable-editline=no    \
+        --enable-termcap=yes    \
+        --enable-shared-uuid=yes
 make %{?_smp_mflags}
-
+#
 %install
 rm -rf $RPM_BUILD_ROOT
 make DIST_ROOT=$RPM_BUILD_ROOT install install-dev
-
+#
 # nuke .la files, etc
 rm -f $RPM_BUILD_ROOT/{%{_lib}/*.{la,a,so},%{_libdir}/*.la}
 # fix up symlink to be correct
@@ -111,6 +112,12 @@
 %{_libdir}/*.so
 
 %changelog
+* Tue Sep 26 2006 Russell Cattelan <cattelan at thebarn.com> 2.8.11-2
+- add ppc64 build patch
+
+* Thu Sep 21 2006 Russell Cattelan <cattelan at redhat.com> 2.8.11-1
+- Upgrade to xfsprogs 2.8.11 Need to pick up important repair fixes
+
 * Tue Jul 18 2006 Jeremy Katz <katzj at redhat.com> - 2.8.4-3
 - exclude arch ppc64 for now (#199315)
 
@@ -185,4 +192,3 @@
 
 * Thu Apr 10 2003 Axel Thimm <Axel.Thimm at physik.fu-berlin.de> 2.3.9-0_2.90at
 - Rebuilt for Red Hat 9.
-




More information about the fedora-cvs-commits mailing list