forked from pool/build
no more ia64 builds on openSUSE
Rev openSUSE:Tools/160 Md5 b42083e9d3c0d5d9132884eebfd885e1 2012-04-23 09:50:12 adrianSuSE None
This commit is contained in:
parent
6d553f871c
commit
1df5451884
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user