Accepting request 116237 from openSUSE:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/116237 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build?expand=0&rev=61
This commit is contained in:
commit
7d72616bdc
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">2012.03.17</param>
|
||||
<param name="version">2012.04.24</param>
|
||||
<param name="url">git://github.com/openSUSE/obs-build.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -20,7 +20,7 @@ Name: build-initvm
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Version: 2012.03.17
|
||||
Version: 2012.04.24
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -20,7 +20,7 @@ Name: build-mkbaselibs-sle
|
||||
Summary: Tools to generate base lib packages
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Version: 2012.03.17
|
||||
Version: 2012.04.24
|
||||
Release: 0
|
||||
#!BuildIgnore: build-mkbaselibs
|
||||
Provides: build-mkbaselibs
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 24 13:59:49 UTC 2012 - adrian@suse.de
|
||||
|
||||
- fixed breakage with older perls
|
||||
- ~ support for rpm version compare
|
||||
- handle broken deb packages better
|
||||
- no more hardcoded copy-in of qemu* binaries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 2012.03.17
|
||||
Version: 2012.04.24
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
@ -20,7 +20,7 @@ Name: build
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0+ and GPL-2.0
|
||||
Group: Development/Tools/Building
|
||||
Version: 2012.03.17
|
||||
Version: 2012.04.24
|
||||
Release: 0
|
||||
#!BuildIgnore: build-mkbaselibs
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
@ -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}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53563bdc4bdd108a6db46e83d9947a3ebd808a64823ae826f5851debec174ec9
|
||||
size 133911
|
3
obs-build-2012.04.24.tar.gz
Normal file
3
obs-build-2012.04.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f678e4cbb3fc635c14fbd803e3dbe46569ac6cf7eb4794accb194ce53ed5880
|
||||
size 134475
|
Loading…
Reference in New Issue
Block a user