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
This commit is contained in:
parent
79edb01299
commit
f77f04174e
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package obs-service-set_version
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -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…
Reference in New Issue
Block a user