From 06bd38dfbf94c63ea0087b67bfe72a2e3582e53c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 2 Jun 2007 22:00:52 +0000 Subject: [PATCH] - looks like we need ix86 arches in x86_64 platform file for multiarch support Changed files: rpm.spec -> 1.822 --- rpm.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rpm.spec b/rpm.spec index d1dcca3..205d225 100644 --- a/rpm.spec +++ b/rpm.spec @@ -808,25 +808,25 @@ echo "x86_64-[^-]*-linux(-gnu)?" >> $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform %endif # x86 things -%ifarch athlon +%ifarch athlon %{x8664} echo "athlon-[^-]*-linux(-gnu)?" >> $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform %endif -%ifarch pentium4 athlon +%ifarch pentium4 athlon %{x8664} echo "pentium4-[^-]*-linux(-gnu)?" >> $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform %endif -%ifarch pentium3 pentium4 athlon +%ifarch pentium3 pentium4 athlon %{x8664} echo "pentium3-[^-]*-linux(-gnu)?" >> $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform %endif -%ifarch i686 pentium3 pentium4 athlon +%ifarch i686 pentium3 pentium4 athlon %{x8664} echo "i686-[^-]*-linux(-gnu)?" >> $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform %endif -%ifarch i586 i686 pentium3 pentium4 athlon +%ifarch i586 i686 pentium3 pentium4 athlon %{x8664} echo "i586-[^-]*-linux(-gnu)?" >> $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform %endif -%ifarch i486 i586 i686 pentium3 pentium4 athlon +%ifarch i486 i586 i686 pentium3 pentium4 athlon %{x8664} echo "i486-[^-]*-linux(-gnu)?" >> $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform %endif -%ifarch %{ix86} +%ifarch %{ix86} %{x8664} echo "i386-[^-]*-linux(-gnu)?" >> $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform %endif -- 2.43.0