diff --git a/xfsprogs-wrapper.h b/xfsprogs-wrapper.h index 8c486bf..66cbb2d 100644 --- a/xfsprogs-wrapper.h +++ b/xfsprogs-wrapper.h @@ -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?" diff --git a/xfsprogs.spec b/xfsprogs.spec index 9f6c081..ef4c155 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -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}/libhandle.so.*.*.* 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 3.0.1-7 +- update sparc multilib handling + * Mon Jun 15 2009 Eric Sandeen 3.0.1-6 - Make lazy superblock counters the default