Accepting request 342576 from openSUSE:Tools
add leap config OBS-URL: https://build.opensuse.org/request/show/342576 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build?expand=0&rev=94
This commit is contained in:
commit
6d80f3808b
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20151006
|
pkgver=20151105
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Build packages in sandbox"
|
pkgdesc="Build packages in sandbox"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 5 14:59:24 UTC 2015 - adrian@suse.de
|
||||||
|
|
||||||
|
- add openSUSE 42.1 config (bnc#953782)
|
||||||
|
- avoid full path in sha256 files of products
|
||||||
|
- support virtio-rng device in kvm builds
|
||||||
|
- lxc 1.1 support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 9 08:41:04 UTC 2015 - adrian@suse.de
|
Fri Oct 9 08:41:04 UTC 2015 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20151006
|
Version: 20151105
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -22,7 +22,7 @@ Name: build
|
|||||||
Summary: A Script to Build SUSE Linux RPMs
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
License: GPL-2.0+ and GPL-2.0
|
License: GPL-2.0+ and GPL-2.0
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 20151006
|
Version: 20151105
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: obs-build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -136,6 +136,10 @@ chmod 0644 $RPM_BUILD_ROOT/usr/lib/build/initvm.*
|
|||||||
# main
|
# main
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
cd $RPM_BUILD_ROOT/usr/lib/build/configs/
|
cd $RPM_BUILD_ROOT/usr/lib/build/configs/
|
||||||
|
%if "%{?suse_version}" == "1315" && 0%{?is_opensuse}
|
||||||
|
# super special leap distro
|
||||||
|
ln -s sl42.1.conf default.conf
|
||||||
|
%else
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%if 0%{?sles_version}
|
%if 0%{?sles_version}
|
||||||
ln -s sles%{sles_version}.conf default.conf
|
ln -s sles%{sles_version}.conf default.conf
|
||||||
@ -145,6 +149,7 @@ cd $RPM_BUILD_ROOT/usr/lib/build/configs/
|
|||||||
%endif
|
%endif
|
||||||
test -e default.conf || exit 1
|
test -e default.conf || exit 1
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
if [ `whoami` != "root" ]; then
|
if [ `whoami` != "root" ]; then
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build (20151006) unstable; urgency=low
|
build (20151105) unstable; urgency=low
|
||||||
|
|
||||||
* Update to current git trunk
|
* Update to current git trunk
|
||||||
- add sles11sp2 build config and adapt autodetection
|
- add sles11sp2 build config and adapt autodetection
|
||||||
|
3
debian.tar.gz
Normal file
3
debian.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e76356912637c3554da7a0cef6cbc7f12e5adf9fc4c6b14fb09084c6b6bcc845
|
||||||
|
size 1524
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:32767a33b3d9ae318a4a4f07987053202bc071ac852fe662bbae084a075eab5f
|
|
||||||
size 225669
|
|
3
obs-build-20151105.tar.gz
Normal file
3
obs-build-20151105.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e498bd32223b88bece019abfa23501bca7343ce1e8156e00f94200bb3ff24079
|
||||||
|
size 231249
|
Loading…
Reference in New Issue
Block a user