Accepting request 1139483 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1139483 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-set_version?expand=0&rev=46
This commit is contained in:
commit
9ec0fb9a4e
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user