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:
parent
b077fc4685
commit
f2d097bac7
@ -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
|
Tue Apr 17 13:54:12 UTC 2012 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@ -91,11 +91,13 @@ for generating delta rpm packages.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
%if 0%{?sles_version}
|
||||||
%if 0%{?sles_version} < 12
|
%if 0%{?sles_version} < 12
|
||||||
# use sle variation with IA64 compat package generation
|
# use sle variation with IA64 compat package generation
|
||||||
install -m 0644 baselibs_global-sle.conf \
|
install -m 0644 baselibs_global-sle.conf \
|
||||||
$RPM_BUILD_ROOT/usr/lib/build/baselibs_global.conf
|
$RPM_BUILD_ROOT/usr/lib/build/baselibs_global.conf
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
cd $RPM_BUILD_ROOT/usr/lib/build/configs/
|
cd $RPM_BUILD_ROOT/usr/lib/build/configs/
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%if 0%{?sles_version}
|
%if 0%{?sles_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user