From 8a698dc025240e854c3f4fe084c7bb99f93afee8 Mon Sep 17 00:00:00 2001 From: OBS User adrianSuSE Date: Tue, 27 Oct 2015 07:50:19 +0000 Subject: [PATCH 1/4] fix debian builds Rev openSUSE:Tools/270 Md5 a759487818ec3c4fa0ab0ca2f1504a7b 2015-10-27 07:50:19 adrianSuSE None --- debian.tar.gz | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian.tar.gz diff --git a/debian.tar.gz b/debian.tar.gz new file mode 100644 index 00000000..6ff99671 --- /dev/null +++ b/debian.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76356912637c3554da7a0cef6cbc7f12e5adf9fc4c6b14fb09084c6b6bcc845 +size 1524 From d950089ed7bc415f9ce9841c898a063789ae892b Mon Sep 17 00:00:00 2001 From: OBS User adrianSuSE Date: Thu, 5 Nov 2015 15:02:43 +0000 Subject: [PATCH 2/4] update Rev openSUSE:Tools/271 Md5 86f765ab96a892f0d34f172990f0a600 2015-11-05 15:02:43 adrianSuSE None --- PKGBUILD | 2 +- build.changes | 8 ++++++++ build.dsc | 2 +- build.spec | 7 ++++++- debian.changelog | 2 +- obs-build-20151006.tar.gz | 3 --- obs-build-20151105.tar.gz | 3 +++ 7 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 obs-build-20151006.tar.gz create mode 100644 obs-build-20151105.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 83befccf..6e02dbf9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20151006 +pkgver=20151105 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build.changes b/build.changes index 13785014..c5a9ab1e 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 5 14:59:24 UTC 2015 - adrian@suse.de + +- add openSUSE 42.1 config +- 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 diff --git a/build.dsc b/build.dsc index e0df70d6..8cba1e8a 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20151006 +Version: 20151105 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 10b83386..a3095fa0 100644 --- a/build.spec +++ b/build.spec @@ -22,7 +22,7 @@ Name: build Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0+ and GPL-2.0 Group: Development/Tools/Building -Version: 20151006 +Version: 20151105 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -136,6 +136,10 @@ chmod 0644 $RPM_BUILD_ROOT/usr/lib/build/initvm.* # main make DESTDIR=$RPM_BUILD_ROOT install cd $RPM_BUILD_ROOT/usr/lib/build/configs/ +%if "0%{?suse_version}" == "1315" && 0%{?is_opensuse} +# super special leap distro + ln -s sl42.1.conf default.conf +%else %if 0%{?suse_version} %if 0%{?sles_version} ln -s sles%{sles_version}.conf default.conf @@ -145,6 +149,7 @@ cd $RPM_BUILD_ROOT/usr/lib/build/configs/ %endif test -e default.conf || exit 1 %endif +%endif %check if [ `whoami` != "root" ]; then diff --git a/debian.changelog b/debian.changelog index b9ba2967..c3fd3625 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20151006) unstable; urgency=low +build (20151105) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection diff --git a/obs-build-20151006.tar.gz b/obs-build-20151006.tar.gz deleted file mode 100644 index a990e1e3..00000000 --- a/obs-build-20151006.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32767a33b3d9ae318a4a4f07987053202bc071ac852fe662bbae084a075eab5f -size 225669 diff --git a/obs-build-20151105.tar.gz b/obs-build-20151105.tar.gz new file mode 100644 index 00000000..837f4ac4 --- /dev/null +++ b/obs-build-20151105.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e498bd32223b88bece019abfa23501bca7343ce1e8156e00f94200bb3ff24079 +size 231249 From 728136d66cec30480224eeb9a75f8dfe41e1278b Mon Sep 17 00:00:00 2001 From: OBS User adrianSuSE Date: Thu, 5 Nov 2015 15:04:41 +0000 Subject: [PATCH 3/4] add bnc Rev openSUSE:Tools/272 Md5 0a3b17765d6141297af5d0d059c42e56 2015-11-05 15:04:41 adrianSuSE None --- build.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.changes b/build.changes index c5a9ab1e..5a03299e 100644 --- a/build.changes +++ b/build.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Nov 5 14:59:24 UTC 2015 - adrian@suse.de -- add openSUSE 42.1 config +- 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 From a3330f838040d65cd79b9a1fe8e0fcc94f5229c2 Mon Sep 17 00:00:00 2001 From: OBS User adrianSuSE Date: Thu, 5 Nov 2015 15:09:30 +0000 Subject: [PATCH 4/4] ups Rev openSUSE:Tools/273 Md5 24244fd93485b1c9311aba047e7efa49 2015-11-05 15:09:30 adrianSuSE None --- build.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.spec b/build.spec index a3095fa0..e75688b8 100644 --- a/build.spec +++ b/build.spec @@ -136,7 +136,7 @@ chmod 0644 $RPM_BUILD_ROOT/usr/lib/build/initvm.* # main make DESTDIR=$RPM_BUILD_ROOT install cd $RPM_BUILD_ROOT/usr/lib/build/configs/ -%if "0%{?suse_version}" == "1315" && 0%{?is_opensuse} +%if "%{?suse_version}" == "1315" && 0%{?is_opensuse} # super special leap distro ln -s sl42.1.conf default.conf %else