rpms/xfsprogs/F-8 xfsprogs-wrapper.h, 1.2, 1.3 xfsprogs.spec, 1.32, 1.33

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Wed Oct 24 02:15:30 UTC 2007


Author: sandeen

Update of /cvs/pkgs/rpms/xfsprogs/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14178

Modified Files:
	xfsprogs-wrapper.h xfsprogs.spec 
Log Message:
* Tue Oct 23 2007 Eric Sandeen <sandeen at redhat.com> 2.9.4-4
- Add arm to multilib header wrapper



Index: xfsprogs-wrapper.h
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/F-8/xfsprogs-wrapper.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfsprogs-wrapper.h	1 Oct 2007 23:09:10 -0000	1.2
+++ xfsprogs-wrapper.h	24 Oct 2007 02:14:57 -0000	1.3
@@ -19,6 +19,8 @@
 #include "platform_defs-x86_64.h"
 #elif defined(__alpha__)
 #include "platform_defs-alpha.h"
+#elif defined(__arm__)
+#include "platform_defs-arm.h"
 #else
 #error "This xfsprogs-devel package does not work your architecture?"
 #endif


Index: xfsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/F-8/xfsprogs.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- xfsprogs.spec	2 Oct 2007 14:40:47 -0000	1.32
+++ xfsprogs.spec	24 Oct 2007 02:14:57 -0000	1.33
@@ -1,7 +1,7 @@
 Summary: Utilities for managing the XFS filesystem
 Name: xfsprogs
 Version: 2.9.4
-Release: 3%{?dist}
+Release: 4%{?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
@@ -114,6 +114,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Tue Oct 23 2007 Eric Sandeen <sandeen at redhat.com> 2.9.4-4
+- Add arm to multilib header wrapper
+
 * Tue Oct 02 2007 Eric Sandeen <sandeen at redhat.com> 2.9.4-3
 - mkfs.xfs: Fix wiping old AG headers and purge whack buffers
 




More information about the fedora-extras-commits mailing list