diff --git a/20230809.tar.gz b/20230809.tar.gz deleted file mode 100644 index 4c066df38b2bc34c364e1c0e1304a436a51c8ced..0000000000000000000000000000000000000000 Binary files a/20230809.tar.gz and /dev/null differ diff --git a/obs-build-20250113.tar.gz b/obs-build-20250113.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ca69a5d439114a2a5a5d5d38b874777b9194619f Binary files /dev/null and b/obs-build-20250113.tar.gz differ diff --git a/obs-build.spec b/obs-build.spec index 446b356f4547658db615e0cf045e56986a32a23a..83486063d25da85b827b90bada3139b50549c5ab 100644 --- a/obs-build.spec +++ b/obs-build.spec @@ -1,10 +1,10 @@ Name: build -Version: 20230809 +Version: 20250113 Release: 1 Summary: A tool to build binary packages -License: GPL-2.0-only OR GPL-3.0-only +License: (GPL-2.0-only OR GPL-3.0-only) AND GPL-2.0-or-later Url: https://github.com/openSUSE/obs-build -Source: https://github.com/openSUSE/obs-build/archive/refs/tags/%{version}.tar.gz +Source: https://github.com/openSUSE/obs-build/archive/%{version}/obs-build-%{version}.tar.gz Patch0001: 0001-add-settings.patch BuildArch: noarch Requires: bash binutils perl tar psmisc build-mkbaselibs @@ -50,25 +50,7 @@ This package contains some man help packages for %{name}. %{__install} -m644 settings.xml %{buildroot}/usr/lib/build %check -for file in build build-* -do - bash -n ${file} || exit 1 -done -if [ `id -u` -ne 0 ] -then - echo "warning: Not building as root, tests will not run!" - exit 0 -fi -if [ ! -f "%{buildroot}/usr/lib/build/configs/default.conf" ] -then - echo "warning: No default config, tests will not run!" - exit 0 -fi -cp -a %{buildroot}/usr/lib/build/configs/default.conf configs/ -export BUILD_IGNORE_2ND_STAGE=1 -export BUILD_DIR=$PWD -sed -i 's,build-mkbaselibs,,' configs/*.conf -./test/testbuild.sh /.build.binaries/ +%make_build test %files %defattr(-,root,root) @@ -99,6 +81,17 @@ sed -i 's,build-mkbaselibs,,' configs/*.conf %{_mandir}/man1/pbuild.1.gz %changelog +* Tue Jan 14 2025 yaoxin <1024769339@qq.com> - 20250113-1 +- Update to 20250113: + * Parse unknown timezones as UTC + * Apk (Alpine Linux) format support added + * Implement default value in parameter expansion + * Also support supplements that use & as "and" + * Add workaround for skopeo's argument parser + * add cap-htm=off on power9 + * Fixed usage of chown calls + * Remove leading `go` from `purl` locators + * Wed Oct 18 2023 wangkai <13474090681@163.com> - 20230809-1 - Update to 20230809