Fix wrong multilib flag for i686 arch

This commit is contained in:
vcrhonek 2009-11-02 15:58:25 +00:00
parent 5b416c5163
commit ede9900ab3

View File

@ -32,7 +32,7 @@
%define multilib 0 %define multilib 0
%define bsx '' %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 multilib 1
%define bsx -32 %define bsx -32
%ifarch x86_64 ppc64 s390x sparc64 %ifarch x86_64 ppc64 s390x sparc64
@ -41,7 +41,7 @@
%endif %endif
Version: 2.9.0 Version: 2.9.0
Release: 8%{?dist} Release: 9%{?dist}
Epoch: 2 Epoch: 2
# #
Summary: OpenPegasus WBEM Services for Linux Summary: OpenPegasus WBEM Services for Linux
@ -463,6 +463,9 @@ fi
%changelog %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 * Wed Sep 30 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.9.0-8
- Rebuilt with new net-snmp - Rebuilt with new net-snmp