From d605586831270dd06b0e26b03f994c37afaef70dfa92220e541491a979bb9aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 29 Apr 2022 11:57:12 +0000 Subject: [PATCH 1/3] update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=453 --- PKGBUILD | 2 +- _service | 4 ++-- build.dsc | 2 +- build.spec | 7 ++++++- debian.changelog | 2 +- obs-build-20220422.tar.gz | 3 --- obs-build-20220429.tar.gz | 3 +++ 7 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 obs-build-20220422.tar.gz create mode 100644 obs-build-20220429.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 2504d85..ad3b444 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20220422 +pkgver=20220429 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/_service b/_service index 5e42dda..967f6e7 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 20220422 - 20220422 + 20220429 + 20220429 https://github.com/openSUSE/obs-build.git git dist/build.changes diff --git a/build.dsc b/build.dsc index f657e84..2f6cdc0 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20220422 +Version: 20220429 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 1e3db0a..88bf3bd 100644 --- a/build.spec +++ b/build.spec @@ -28,7 +28,7 @@ Name: %{__pkg_name} Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0-only OR GPL-3.0-only Group: Development/Tools/Building -Version: 20220422 +Version: 20220429 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -40,6 +40,11 @@ Requires: binutils Requires: findutils Requires: perl Requires: tar +# needed for vc +# dnsdomainname +Requires: hostname +# rpmdev-packager +Requires: rpmdevtools # needed for fuser Requires: psmisc # just to verify existence of packages diff --git a/debian.changelog b/debian.changelog index e3306ef..0317eef 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20220422) unstable; urgency=low +build (20220429) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection diff --git a/obs-build-20220422.tar.gz b/obs-build-20220422.tar.gz deleted file mode 100644 index 000e7fb..0000000 --- a/obs-build-20220422.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1190df0eb2a2c4708f40deba222f355e019f4eafa596b000c2f07be99da38d72 -size 567149 diff --git a/obs-build-20220429.tar.gz b/obs-build-20220429.tar.gz new file mode 100644 index 0000000..2ea533d --- /dev/null +++ b/obs-build-20220429.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752943f9fc62fc077e7a02977b567140b9cc1104f30b3a16ffdd969533c8b7d8 +size 567167 From 4de21c4819db0307d288be21d0854104077c0e91aa50b6becfb8a59fd2da0c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 29 Apr 2022 12:02:57 +0000 Subject: [PATCH 2/3] fix OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=454 --- build.changes | 6 ++++++ obs-build-20220429.tar.gz | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.changes b/build.changes index ac81e45..7b5761d 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 29 11:53:59 UTC 2022 - Adrian Schröter + +- Stop building aarch64_ilp32 baselibs for aarch64 +- avod aio=io_uring for now on SLE15-SP4 workers + ------------------------------------------------------------------- Fri Apr 22 06:59:20 UTC 2022 - Adrian Schröter diff --git a/obs-build-20220429.tar.gz b/obs-build-20220429.tar.gz index 2ea533d..3e3a71f 100644 --- a/obs-build-20220429.tar.gz +++ b/obs-build-20220429.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:752943f9fc62fc077e7a02977b567140b9cc1104f30b3a16ffdd969533c8b7d8 -size 567167 +oid sha256:ae0b5746cde31d751696852c8b588789233d7788fc7142952661ac0fb500e770 +size 567557 From f916d6e088e4e132ca24b8d99d390780738a73b2cac5e849d43c11dae1e88333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 29 Apr 2022 13:10:13 +0000 Subject: [PATCH 3/3] update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=455 --- build.spec | 5 ----- obs-build-20220429.tar.gz | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/build.spec b/build.spec index 88bf3bd..f3ac254 100644 --- a/build.spec +++ b/build.spec @@ -40,11 +40,6 @@ Requires: binutils Requires: findutils Requires: perl Requires: tar -# needed for vc -# dnsdomainname -Requires: hostname -# rpmdev-packager -Requires: rpmdevtools # needed for fuser Requires: psmisc # just to verify existence of packages diff --git a/obs-build-20220429.tar.gz b/obs-build-20220429.tar.gz index 3e3a71f..6bc8515 100644 --- a/obs-build-20220429.tar.gz +++ b/obs-build-20220429.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae0b5746cde31d751696852c8b588789233d7788fc7142952661ac0fb500e770 -size 567557 +oid sha256:ce9487f37552e38cacadcb351ca91f0b0ceb5af31ca85aebeedbf04e6355bc9a +size 566932