no more ia64 builds on openSUSE

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=160
This commit is contained in:
Adrian Schröter 2012-04-23 09:50:12 +00:00 committed by Git OBS Bridge
parent b077fc4685
commit f2d097bac7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 23 09:49:45 UTC 2012 - adrian@suse.de
- do not use sle-baselibs.conf on openSUSE
-------------------------------------------------------------------
Tue Apr 17 13:54:12 UTC 2012 - cfarrell@suse.com

View File

@ -91,11 +91,13 @@ for generating delta rpm packages.
%install
make DESTDIR=$RPM_BUILD_ROOT install
%if 0%{?sles_version}
%if 0%{?sles_version} < 12
# use sle variation with IA64 compat package generation
install -m 0644 baselibs_global-sle.conf \
$RPM_BUILD_ROOT/usr/lib/build/baselibs_global.conf
%endif
%endif
cd $RPM_BUILD_ROOT/usr/lib/build/configs/
%if 0%{?suse_version}
%if 0%{?sles_version}