Accepting request 1139482 from home:dirkmueller:AL:TW:Fixups

- add support for AL2023

- 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.
- simplifiy conditions for all rhel like distros to skip testsuite
- fix for Fedora 30/Rawhide
  not available otherwise

OBS-URL: https://build.opensuse.org/request/show/1139482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=130
This commit is contained in:
Dirk Mueller 2024-01-17 14:45:22 +00:00 committed by Git OBS Bridge
parent 423d365398
commit dfc4f118b0
2 changed files with 13 additions and 8 deletions

View File

@ -1,9 +1,14 @@
-------------------------------------------------------------------
Wed Jan 17 14:44:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
- add support for AL2023
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 1 15:22:42 UTC 2023 - Edward Baudrez <ebaudrez@unknown.com> Thu Jun 1 15:22:42 UTC 2023 - Edward Baudrez <ebaudrez@unknown.com>
- Builds on CentOS_[5678] and possibly other distros failed because - Builds on CentOS_[5678] and possibly other distros failed because
their 'rpm' didn't recognize the "Recommends:" tag. I've wrapped their 'rpm' didn't recognize the "Recommends:" tag. I've wrapped
that tag in an "%if 0%{?suse_version}" to work around it. that tag in an "%if 0%{?suse_version}" to work around it.
Build is now passing on the CentOS distros. Build is now passing on the CentOS distros.
------------------------------------------------------------------- -------------------------------------------------------------------
@ -31,7 +36,7 @@ Thu Jan 05 09:07:08 UTC 2023 - dmueller@suse.com
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 13 10:46:10 UTC 2021 - Dirk Müller <dmueller@suse.com> Mon Dec 13 10:46:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
- simplifiy conditions for all rhel like distros to skip testsuite - simplifiy conditions for all rhel like distros to skip testsuite
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 14 09:32:33 UTC 2021 - FSchreiner@suse.com Wed Jul 14 09:32:33 UTC 2021 - FSchreiner@suse.com
@ -88,13 +93,13 @@ Thu May 9 10:33:23 UTC 2019 - John Whately <john+OpenSuse@whately.me>
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 4 05:25:59 UTC 2019 - John Whately <john+OpenSuse@whately.me> Sat May 4 05:25:59 UTC 2019 - John Whately <john+OpenSuse@whately.me>
- fix for Fedora 30/Rawhide - fix for Fedora 30/Rawhide
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 26 18:04:26 CET 2018 - ro@suse.de Mon Nov 26 18:04:26 CET 2018 - ro@suse.de
- for now obs_scm_testsuite only for > 1315, needed python stuff - for now obs_scm_testsuite only for > 1315, needed python stuff
not available otherwise not available otherwise
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 16 18:09:57 UTC 2018 - opensuse-packaging@opensuse.org Fri Nov 16 18:09:57 UTC 2018 - opensuse-packaging@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,7 +16,7 @@
# #
%if 0%{?rhel} || ( 0%{?suse_version} && 0%{?suse_version} <= 1315 ) %if 0%{?rhel} || 0%{?amzn} || ( 0%{?suse_version} && 0%{?suse_version} <= 1315 )
%bcond_with obs_scm_testsuite %bcond_with obs_scm_testsuite
%else %else
%bcond_without obs_scm_testsuite %bcond_without obs_scm_testsuite