rpms/xfsprogs/F-11 xfsprogs-wrapper.h, 1.4, 1.5 xfsprogs.spec, 1.52, 1.53

Dennis Gilmore ausil at fedoraproject.org
Thu Jun 18 15:42:38 UTC 2009


Author: ausil

Update of /cvs/pkgs/rpms/xfsprogs/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20456

Modified Files:
	xfsprogs-wrapper.h xfsprogs.spec 
Log Message:
fix sparc multilib handling



Index: xfsprogs-wrapper.h
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/F-11/xfsprogs-wrapper.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- xfsprogs-wrapper.h	4 Jun 2008 17:38:01 -0000	1.4
+++ xfsprogs-wrapper.h	18 Jun 2009 15:42:04 -0000	1.5
@@ -17,7 +17,7 @@
 #include "platform_defs-s390.h"
 #elif defined(__sparc__) && defined(__arch64__)
 #include "platform_defs-sparc64.h"
-#elif defined(__sparc64__)
+#elif defined(__sparc__)
 #include "platform_defs-sparc.h"
 #else
 #error "This xfsprogs-devel package does not work your architecture?"


Index: xfsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/F-11/xfsprogs.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- xfsprogs.spec	16 Jun 2009 16:24:30 -0000	1.52
+++ xfsprogs.spec	18 Jun 2009 15:42:05 -0000	1.53
@@ -1,7 +1,7 @@
 Summary:	Utilities for managing the XFS filesystem
 Name:		xfsprogs
 Version:	3.0.1
-Release:	6%{?dist}
+Release:	7%{?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
@@ -97,7 +97,7 @@ chmod 0755 $RPM_BUILD_ROOT/%{_lib}/libha
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
 
 # ugly hack to allow parallel install of 32-bit and 64-bit -devel packages:
-%define multilib_arches %{ix86} x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
+%define multilib_arches %{ix86} x86_64 ppc ppc64 s390 s390x %{sparc}
 
 %ifarch %{multilib_arches}
 mv -f $RPM_BUILD_ROOT%{_includedir}/xfs/platform_defs.h \
@@ -195,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/xfs/xfs_types.h
 
 %changelog
+* Thu Jun 18 2009 Dennis Gilmore <dennis at ausil.us> 3.0.1-7
+- update sparc multilib handling
+
 * Mon Jun 15 2009 Eric Sandeen <sandeen at redhat.com> 3.0.1-6
 - Make lazy superblock counters the default
 




More information about the fedora-extras-commits mailing list