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:
commit
20eb393ad1
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=obs-service-set_version
|
pkgname=obs-service-set_version
|
||||||
pkgver=0.6.1
|
pkgver=0.6.2
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="An OBS source service: Update spec file version"
|
pkgdesc="An OBS source service: Update spec file version"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -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
|
Wed Jan 18 13:39:25 UTC 2023 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -45,7 +45,9 @@ Requires: python3-base
|
|||||||
%else
|
%else
|
||||||
Requires: python3
|
Requires: python3
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version}
|
||||||
Recommends: python3-packaging
|
Recommends: python3-packaging
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a source service for openSUSE Build Service.
|
This is a source service for openSUSE Build Service.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user