diff --git a/filesystem.changes b/filesystem.changes index e83309b..405692b 100644 --- a/filesystem.changes +++ b/filesystem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 4 14:56:55 CET 2009 - ro@suse.de + +- minor change for sparc in specfile (bnc#558343) + ------------------------------------------------------------------- Tue Dec 1 01:49:16 CET 2009 - ro@suse.de diff --git a/filesystem.spec b/filesystem.spec index 9f2cabc..0d163dd 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -24,7 +24,7 @@ Group: System/Fhs AutoReqProv: on Summary: Basic Directory Layout Version: 11.2 -Release: 12 +Release: 13 BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: aaa_dir Provides: aaa_dir @@ -54,7 +54,7 @@ mkdir -p $RPM_BUILD_ROOT echo "%%defattr(-,root,root)" > filesystem.list { cat %{SOURCE0} -%ifarch s390x sparc64 x86_64 ppc64 ppc +%ifarch s390x %sparc x86_64 ppc64 ppc cat %{SOURCE64} %endif } |