- suse_version is still 1500 for every service pack.

Use sle_version instead.

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=164
This commit is contained in:
Peter Varkoly 2024-01-03 19:51:10 +00:00 committed by Git OBS Bridge
parent 0e2b700231
commit ea70a8d9d5
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 3 19:50:32 UTC 2024 - Peter Varkoly <varkoly@suse.com>
- suse_version is still 1500 for every service pack.
Use sle_version instead.
-------------------------------------------------------------------
Tue Nov 14 18:57:33 UTC 2023 - varkoly@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package fence-agents
#
# 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
@ -36,7 +36,7 @@ BuildRequires: %{python_version}
BuildRequires: python3-google-api-python-client
BuildRequires: python3-keystoneclient
BuildRequires: python3-novaclient
%if 0%{suse_version} >= 1550
%if 0%{?sle_version} >= 150500
BuildRequires: python3-oauth2
%else
BuildRequires: python3-google-auth-oauthlib