Accepting request 1090360 from 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.

OBS-URL: https://build.opensuse.org/request/show/1090360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-set_version?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2023-06-03 22:12:05 +00:00 committed by Git OBS Bridge
commit 20eb393ad1
3 changed files with 11 additions and 1 deletions

View File

@ -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')

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jun 1 15:22:42 UTC 2023 - Edward Baudrez <ebaudrez@unknown.com>
- 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

View File

@ -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.