Accepting request 969576 from home:bnavigator:branches:network:ha-clustering:Factory

- Do not use oauth2client on Tumbleweed: deprecated package.
  oauth2 is supported since 4.8: gh#ClusterLabs/fence-agents#384

OBS-URL: https://build.opensuse.org/request/show/969576
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=142
This commit is contained in:
Thomas Renninger 2022-04-13 05:45:40 +00:00 committed by Git OBS Bridge
parent ecccf0f580
commit 44d38d1fca
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 12 21:39:40 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Do not use oauth2client on Tumbleweed: deprecated package.
oauth2 is supported since 4.8: gh#ClusterLabs/fence-agents#384
-------------------------------------------------------------------
Thu Mar 31 13:33:20 UTC 2022 - varkoly@suse.com

View File

@ -41,7 +41,11 @@ BuildRequires: %{python_version}
BuildRequires: python3-google-api-python-client
BuildRequires: python3-keystoneclient
BuildRequires: python3-novaclient
%if 0%{suse_version} >= 1550
BuildRequires: python3-oauth2
%else
BuildRequires: python3-oauth2client
%endif
BuildRequires: python3-openwsman
BuildRequires: python3-pexpect
BuildRequires: python3-pycurl