From 96461c29c9db2a49bbf051311ab464f7f3a7c58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 29 Nov 2016 07:04:22 +0000 Subject: [PATCH 1/4] update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=292 --- PKGBUILD | 2 +- build.changes | 9 ++++++++- build.dsc | 2 +- build.spec | 4 ++-- debian.changelog | 2 +- obs-build-20161025.tar.gz | 3 --- obs-build-20161128.tar.gz | 3 +++ 7 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 obs-build-20161025.tar.gz create mode 100644 obs-build-20161128.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 67c79842..8e2c0510 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20161025 +pkgver=20161128 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build.changes b/build.changes index 2dac85ce..40792671 100644 --- a/build.changes +++ b/build.changes @@ -1,5 +1,12 @@ ------------------------------------------------------------------- -Tue Oct 25 15:51:17 UTC 2016 - adrian@suse.com +Tue Nov 29 07:01:58 UTC 2016 - adrian@suse.de + +- speed up build (for preinstall and keeping packages) +- Recognize Recommends and Supplements relations of RPMs. +- fix build against susetags repos + +------------------------------------------------------------------- +Tue Oct 25 15:51:17 UTC 2016 - adrian@suse.de - Add clang binaries to ccache symlinking - Fix a probable tabs to spaces bug diff --git a/build.dsc b/build.dsc index 7e7b19a6..91edfc91 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20161025 +Version: 20161128 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index f5af3537..25b528ad 100644 --- a/build.spec +++ b/build.spec @@ -18,13 +18,13 @@ # needsbinariesforbuild -%define version_unconverted 20161025 +%define version_unconverted 20161128 Name: build Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0+ and GPL-2.0 Group: Development/Tools/Building -Version: 20161025 +Version: 20161128 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/debian.changelog b/debian.changelog index ca02e299..9545cb9a 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20161025) unstable; urgency=low +build (20161128) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection diff --git a/obs-build-20161025.tar.gz b/obs-build-20161025.tar.gz deleted file mode 100644 index c0c83b4d..00000000 --- a/obs-build-20161025.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a0240ef94f2b8ac06a03f9b9add24acd722ce4166895762d5b8a1404eae3935 -size 245660 diff --git a/obs-build-20161128.tar.gz b/obs-build-20161128.tar.gz new file mode 100644 index 00000000..0ca0206b --- /dev/null +++ b/obs-build-20161128.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2983d0c80d5803395b5f1d3e8eeb60c5a75a72fa6aded97f563e02963f0ca576 +size 246608 From 04dc655d77cd8d8077e775ed9771b493abd35662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 6 Dec 2016 07:26:35 +0000 Subject: [PATCH 2/4] update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=293 --- PKGBUILD | 2 +- build.changes | 10 ++++++++++ build.dsc | 2 +- build.spec | 4 ++-- debian.changelog | 2 +- obs-build-20161128.tar.gz | 3 --- obs-build-20161205.tar.gz | 3 +++ 7 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 obs-build-20161128.tar.gz create mode 100644 obs-build-20161205.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 8e2c0510..45992cf7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20161128 +pkgver=20161205 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build.changes b/build.changes index 40792671..7376c159 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 6 07:21:19 UTC 2016 - adrian@suse.de + +- handle Fedora 25 special cases +- Improve /proc mount behaviour +- fix dependency on CentOS (build#2415) +- Use weak dependencies as 3rd choice breaker +- support statistics from xvda devices +- build env wipe support (--wipe command) + ------------------------------------------------------------------- Tue Nov 29 07:01:58 UTC 2016 - adrian@suse.de diff --git a/build.dsc b/build.dsc index 91edfc91..7bff165e 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20161128 +Version: 20161205 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 25b528ad..3f0b287c 100644 --- a/build.spec +++ b/build.spec @@ -18,13 +18,13 @@ # needsbinariesforbuild -%define version_unconverted 20161128 +%define version_unconverted 20161205 Name: build Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0+ and GPL-2.0 Group: Development/Tools/Building -Version: 20161128 +Version: 20161205 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/debian.changelog b/debian.changelog index 9545cb9a..44ac47c1 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20161128) unstable; urgency=low +build (20161205) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection diff --git a/obs-build-20161128.tar.gz b/obs-build-20161128.tar.gz deleted file mode 100644 index 0ca0206b..00000000 --- a/obs-build-20161128.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2983d0c80d5803395b5f1d3e8eeb60c5a75a72fa6aded97f563e02963f0ca576 -size 246608 diff --git a/obs-build-20161205.tar.gz b/obs-build-20161205.tar.gz new file mode 100644 index 00000000..e4d2c0e5 --- /dev/null +++ b/obs-build-20161205.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ebbbcf85c82c86c57cdc1500811aa0a28a7258fc543f5fb5b8e6e9e59e5b2ac +size 246703 From 9dceb9feb918ba62e00adfae776ea0b8c3e055d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 6 Dec 2016 15:37:20 +0000 Subject: [PATCH 3/4] update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=294 --- PKGBUILD | 2 +- build.changes | 3 ++- build.dsc | 2 +- build.spec | 4 ++-- debian.changelog | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 45992cf7..0f146636 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20161205 +pkgver=20161206 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build.changes b/build.changes index 7376c159..9498809c 100644 --- a/build.changes +++ b/build.changes @@ -1,6 +1,7 @@ ------------------------------------------------------------------- -Tue Dec 6 07:21:19 UTC 2016 - adrian@suse.de +Tue Dec 6 15:36:20 UTC 2016 - adrian@suse.de +- add config for openSUSE Leap 42.3 (alpha, non-final) - handle Fedora 25 special cases - Improve /proc mount behaviour - fix dependency on CentOS (build#2415) diff --git a/build.dsc b/build.dsc index 7bff165e..8b603747 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20161205 +Version: 20161206 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 3f0b287c..862a10fd 100644 --- a/build.spec +++ b/build.spec @@ -18,13 +18,13 @@ # needsbinariesforbuild -%define version_unconverted 20161205 +%define version_unconverted 20161206 Name: build Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0+ and GPL-2.0 Group: Development/Tools/Building -Version: 20161205 +Version: 20161206 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/debian.changelog b/debian.changelog index 44ac47c1..809cd4b8 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20161205) unstable; urgency=low +build (20161206) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection From f021ab1674f54c0fb8983ecae594d73de7fcbfae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 6 Dec 2016 15:38:04 +0000 Subject: [PATCH 4/4] ups OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=295 --- obs-build-20161205.tar.gz | 3 --- obs-build-20161206.tar.gz | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 obs-build-20161205.tar.gz create mode 100644 obs-build-20161206.tar.gz diff --git a/obs-build-20161205.tar.gz b/obs-build-20161205.tar.gz deleted file mode 100644 index e4d2c0e5..00000000 --- a/obs-build-20161205.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ebbbcf85c82c86c57cdc1500811aa0a28a7258fc543f5fb5b8e6e9e59e5b2ac -size 246703 diff --git a/obs-build-20161206.tar.gz b/obs-build-20161206.tar.gz new file mode 100644 index 00000000..616e264a --- /dev/null +++ b/obs-build-20161206.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c8c78b5bf3439ae0c34f955f8b2ccd5a044806930bb20152da73101a848e23 +size 255989