From ede9900ab31d4c306805944bf27e713ef9fb7095 Mon Sep 17 00:00:00 2001 From: vcrhonek Date: Mon, 2 Nov 2009 15:58:25 +0000 Subject: [PATCH] Fix wrong multilib flag for i686 arch --- tog-pegasus.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tog-pegasus.spec b/tog-pegasus.spec index 716f2d5..8684454 100644 --- a/tog-pegasus.spec +++ b/tog-pegasus.spec @@ -32,7 +32,7 @@ %define multilib 0 %define bsx '' -%ifarch i386 x86_64 ppc ppc64 s390 s390x sparcv9 sparc64 +%ifarch %{ix86} x86_64 ppc ppc64 s390 s390x sparcv9 sparc64 %define multilib 1 %define bsx -32 %ifarch x86_64 ppc64 s390x sparc64 @@ -41,7 +41,7 @@ %endif Version: 2.9.0 -Release: 8%{?dist} +Release: 9%{?dist} Epoch: 2 # Summary: OpenPegasus WBEM Services for Linux @@ -463,6 +463,9 @@ fi %changelog +* Mon Nov 2 2009 Vitezslav Crhonek - 2:2.9.0-9 +- Fix wrong multilib flag for ix86 arch + * Wed Sep 30 2009 Vitezslav Crhonek - 2:2.9.0-8 - Rebuilt with new net-snmp