Fix wrong multilib flag for i686 arch
This commit is contained in:
parent
5b416c5163
commit
ede9900ab3
@ -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 <vcrhonek@redhat.com> - 2:2.9.0-9
|
||||
- Fix wrong multilib flag for ix86 arch
|
||||
|
||||
* Wed Sep 30 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.9.0-8
|
||||
- Rebuilt with new net-snmp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user