diff --git a/obs-service-set_version.changes b/obs-service-set_version.changes index 3f3d9d0..bf651f2 100644 --- a/obs-service-set_version.changes +++ b/obs-service-set_version.changes @@ -1,9 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 17 14:44:40 UTC 2024 - Dirk Müller + +- add support for AL2023 + ------------------------------------------------------------------- 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. +- 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. ------------------------------------------------------------------- @@ -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 -- 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 @@ -88,13 +93,13 @@ Thu May 9 10:33:23 UTC 2019 - John Whately ------------------------------------------------------------------- Sat May 4 05:25:59 UTC 2019 - John Whately -- fix for Fedora 30/Rawhide +- fix for Fedora 30/Rawhide ------------------------------------------------------------------- Mon Nov 26 18:04:26 CET 2018 - ro@suse.de - 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 diff --git a/obs-service-set_version.spec b/obs-service-set_version.spec index c7c63c5..f2304f1 100644 --- a/obs-service-set_version.spec +++ b/obs-service-set_version.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # 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 %else %bcond_without obs_scm_testsuite