From dc55825ecf082c91780a61904d9cdace55d94e58 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Jun 04 2008 17:43:55 +0000 Subject: 32 bit sparc is being built as sparcv9 --- diff --git a/xfsprogs.spec b/xfsprogs.spec index 5085422..0a37d96 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs Version: 2.9.8 -Release: 2%{?dist} +Release: 3%{?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 @@ -73,7 +73,7 @@ ln -s ../../%{_lib}/libhandle.so.1 $RPM_BUILD_ROOT/%{_libdir}/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 sparc sparc64 +%define multilib_arches %{ix86} x86_64 ppc ppc64 s390 s390x sparcv9 sparc64 %ifarch %{multilib_arches} mv -f $RPM_BUILD_ROOT%{_includedir}/xfs/platform_defs.h \ @@ -110,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Wed Apr 23 2008 Dennis Gilmore 2.9.8-3 +- sparc32 is built using the sparcv9 variant + * Wed Apr 23 2008 Eric Sandeen 2.9.8-2 - Tidy up multilib hack for non-multilib arches & add sparc (#448452)