From bcaf15140157001517f68302a93631062affc66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 18 Nov 2022 15:40:41 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=468 --- PKGBUILD | 2 +- _service | 4 ++-- build.changes | 17 +++++++++++++++++ build.dsc | 5 +++-- build.spec | 14 ++++++++++++-- debian.changelog | 2 +- obs-build-20220927.tar.gz | 3 --- obs-build-20221118.tar.gz | 3 +++ 8 files changed, 39 insertions(+), 11 deletions(-) delete mode 100644 obs-build-20220927.tar.gz create mode 100644 obs-build-20221118.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 0ec378d3..4eeca9bc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20220927 +pkgver=20221118 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/_service b/_service index 79d6b3b7..312b561f 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 20220927 - 20220927 + 20221118 + 20221118 https://github.com/openSUSE/obs-build.git git dist/build.changes diff --git a/build.changes b/build.changes index 15c51858..fa418abd 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Nov 18 15:34:56 UTC 2022 - Adrian Schröter + +- INCOMPATIBLE CHANGE: get rid off the power8 cpu limitation (#889) on powerpc +- Add handling of non-compressed tar when creating Debian archive for DSC 3.0 +- Add automatic build-in-place detection +- Support dist/package subdir builds in pbuild +- Skip iothreads on QEMU 7.1.0 +- Fix permissions of /dev/pts/ptmx +- Add license to container package list output +- initial SP5 build configurations +- vm-type:qemu use virtio on x86_64 +- Improve installation of obs-docker-support for multi-stage builds +- Tweak ARG handling in dockerfile parser +- fixed Undefined subroutine &PBuild::Job::ls issue +- Add missing dependencies from vc as Recommends + ------------------------------------------------------------------- Tue Sep 27 07:01:33 UTC 2022 - Adrian Schröter diff --git a/build.dsc b/build.dsc index c758dafe..e08d7885 100644 --- a/build.dsc +++ b/build.dsc @@ -1,10 +1,11 @@ Format: 1.0 Source: build -Version: 20220927 +Version: 20221118 Binary: build Maintainer: Adrian Schroeter Architecture: all Standards-Version: 3.7.2 Build-Depends: debhelper (>= 4) -Depends: bash, binutils, findutils, perl, tar, psmisc, libwww-perl +Depends: bash, binutils, findutils, perl, tar, psmisc +Depends: libwww-perl, libxml-parser-perl, libarchive-tools, zstd, qemu-kvm diff --git a/build.spec b/build.spec index 5a4ad366..0b971232 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: 20220927 +Version: 20221118 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -72,20 +72,27 @@ BuildRequires: perl(YAML::LibYAML) # Perl helper scripts use them. Recommends: perl(Archive::Tar) Recommends: /sbin/mkfs.ext3 +Recommends: /sbin/mkfs.ext3 +Recommends: /usr/bin/qemu-kvm Recommends: /usr/bin/qemu-kvm Recommends: bsdtar +Recommends: bsdtar Recommends: qemu-linux-user +Recommends: qemu-linux-user +Recommends: zstd Recommends: zstd Recommends: perl(Config::IniFiles) Recommends: perl(Date::Language) Recommends: perl(Date::Parse) Recommends: perl(LWP::UserAgent) -Recommends: perl(Net::SSL) Recommends: perl(Pod::Usage) Recommends: perl(Time::Zone) Recommends: perl(URI) Recommends: perl(XML::Parser) Recommends: perl(YAML::LibYAML) +# for vc: +Recommends: /usr/bin/dnsdomainname +Recommends: /usr/bin/rpmdev-packager %endif %if 0%{?suse_version} > 1120 || ! 0%{?suse_version} @@ -263,6 +270,9 @@ fi if [ ! -e /.build.packages/rpmlint-strict.rpm ]; then sed -i 's,rpmlint-strict,,' ../configs/*.conf fi +if [ ! -e /.build.packages/rpmlint-mini.rpm ]; then + sed -i 's,rpmlint-mini,,' ../configs/*.conf +fi ./testbuild.sh /.build.binaries/ %files diff --git a/debian.changelog b/debian.changelog index a395f5d5..45d550e2 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20220927) unstable; urgency=low +build (20221118) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection diff --git a/obs-build-20220927.tar.gz b/obs-build-20220927.tar.gz deleted file mode 100644 index 5e3c03e3..00000000 --- a/obs-build-20220927.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71fe2dd78e2e4a56455803f447a0eaf8fb2b6c6e74a4045e0802809a1ac74c31 -size 584265 diff --git a/obs-build-20221118.tar.gz b/obs-build-20221118.tar.gz new file mode 100644 index 00000000..753995bf --- /dev/null +++ b/obs-build-20221118.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002b3d6f426f89b5b052405462f3a941a5da0216a4a94a576d65a096acaaa840 +size 623704