rpms/xfsprogs/devel xfsprogs-2.8.20-fix-type-test.patch, NONE, 1.1 xfsprogs.spec, 1.24, 1.25

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Fri Jun 1 01:26:05 UTC 2007


Author: sandeen

Update of /cvs/pkgs/rpms/xfsprogs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25791

Modified Files:
	xfsprogs.spec 
Added Files:
	xfsprogs-2.8.20-fix-type-test.patch 
Log Message:
* Thu May 31 2007 Eric Sandeen <sandeen at redhat.com> 2.8.20-2
- Fix ppc64 build... again


xfsprogs-2.8.20-fix-type-test.patch:

--- NEW FILE xfsprogs-2.8.20-fix-type-test.patch ---
Index: xfsprogs-2.8.20/aclocal.m4
===================================================================
--- xfsprogs-2.8.20.orig/aclocal.m4
+++ xfsprogs-2.8.20/aclocal.m4
@@ -317,7 +317,7 @@ AC_DEFUN([AC_TYPE_U32],
 #include <stddef.h>
     ], [
          __u32  u32;
-    ], AC_DEFINE(HAVE___U32_T) AC_MSG_RESULT(yes) , AC_MSG_RESULT(no))
+    ], AC_DEFINE(HAVE___U32) AC_MSG_RESULT(yes) , AC_MSG_RESULT(no))
   ])
 
 # 
Index: xfsprogs-2.8.20/m4/package_types.m4
===================================================================
--- xfsprogs-2.8.20.orig/m4/package_types.m4
+++ xfsprogs-2.8.20/m4/package_types.m4
@@ -37,7 +37,7 @@ AC_DEFUN([AC_TYPE_U32],
 #include <stddef.h>
     ], [
          __u32  u32;
-    ], AC_DEFINE(HAVE___U32_T) AC_MSG_RESULT(yes) , AC_MSG_RESULT(no))
+    ], AC_DEFINE(HAVE___U32) AC_MSG_RESULT(yes) , AC_MSG_RESULT(no))
   ])
 
 # 


Index: xfsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/devel/xfsprogs.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- xfsprogs.spec	1 Jun 2007 00:13:46 -0000	1.24
+++ xfsprogs.spec	1 Jun 2007 01:25:29 -0000	1.25
@@ -1,7 +1,7 @@
 Summary: Utilities for managing the XFS filesystem
 Name: xfsprogs
 Version: 2.8.20
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: System Environment/Base
 URL: http://oss.sgi.com/projects/xfs/
@@ -15,6 +15,8 @@
 Obsoletes: xfs-cmds <= %{version}
 Conflicts: xfsdump < 2.0.0
 
+Patch1: xfsprogs-2.8.20-fix-type-test.patch
+
 %description
 A set of commands to use the XFS filesystem, including mkfs.xfs.
 
@@ -44,6 +46,8 @@
 
 %prep
 %setup -q
+# Fix autoconf u32 test for ppc64
+%patch1 -p1 -b .type_test
 #
 %build
 # xfsprogs does not ship ./configure
@@ -107,6 +111,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Thu May 31 2007 Eric Sandeen <sandeen at redhat.com> 2.8.20-2
+- Fix ppc64 build... again
+
 * Fri May 25 2007 Eric Sandeen <sandeen at redhat.com> 2.8.20-1
 - Upgrade to xfsprogs 2.8.20, several xfs_repair fixes
 




More information about the fedora-extras-commits mailing list