From 79edb012992e7226ffadeeed297247b93ae7c94188c98c82c2da545affa50cdf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 2 Feb 2023 23:14:58 +0000 Subject: [PATCH 1/3] Accepting request 1062673 from home:ItachiSan:archlinux Fix building by updating PKGBUILD version OBS-URL: https://build.opensuse.org/request/show/1062673 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=125 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 8fafaf2..e1f8b2a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=obs-service-set_version -pkgver=0.6.1 +pkgver=0.6.2 pkgrel=0 pkgdesc="An OBS source service: Update spec file version" arch=('i686' 'x86_64') From f77f04174e0d3a1c33238dad743b6b16a72139f94fe9e06ba67220ee03d242d6 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 1 Jun 2023 15:15:58 +0000 Subject: [PATCH 2/3] Accepting request 1088806 from home:ebaudrez:branches:openSUSE:Tools Builds on CentOS_[5678] and possibly other distros failed because their 'rpm' didn't recognize the "Recommends:" tag. I've wrapped that tag in an "%if 0%{?suse_version}" to work around it. Build is now passing on the CentOS distros. There is one build failure for CentOS_9_Stream/ppc64le, but I believe it is unrelated (VM boot failure). Note that there are still outstanding build failures because of a failure in the test suite for some distros, but I didn't address that in this commit. OBS-URL: https://build.opensuse.org/request/show/1088806 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=126 --- obs-service-set_version.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/obs-service-set_version.spec b/obs-service-set_version.spec index 6ffb2e9..8da1602 100644 --- a/obs-service-set_version.spec +++ b/obs-service-set_version.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package obs-service-set_version # # Copyright (c) 2023 SUSE LLC # @@ -45,7 +45,9 @@ Requires: python3-base %else Requires: python3 %endif +%if 0%{?suse_version} Recommends: python3-packaging +%endif %description This is a source service for openSUSE Build Service. From 423d36539812f1beff01148d0db840699dcfa12059239d314df2d05114117367 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 1 Jun 2023 15:23:48 +0000 Subject: [PATCH 3/3] add changelog entry OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=128 --- obs-service-set_version.changes | 8 ++++++++ obs-service-set_version.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/obs-service-set_version.changes b/obs-service-set_version.changes index 72469c8..3f3d9d0 100644 --- a/obs-service-set_version.changes +++ b/obs-service-set_version.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jun 1 15:22:42 UTC 2023 - Edward Baudrez + +- Builds on CentOS_[5678] and possibly other distros failed because + their 'rpm' didn't recognize the "Recommends:" tag. I've wrapped + that tag in an "%if 0%{?suse_version}" to work around it. + Build is now passing on the CentOS distros. + ------------------------------------------------------------------- Wed Jan 18 13:39:25 UTC 2023 - dmueller@suse.com diff --git a/obs-service-set_version.spec b/obs-service-set_version.spec index 8da1602..c7c63c5 100644 --- a/obs-service-set_version.spec +++ b/obs-service-set_version.spec @@ -1,5 +1,5 @@ # -# spec file for package obs-service-set_version +# spec file # # Copyright (c) 2023 SUSE LLC #