Accepting request 969621 from network:ha-clustering:Factory

OBS-URL: https://build.opensuse.org/request/show/969621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=60
This commit is contained in:
Dominique Leuenberger 2022-04-13 19:05:07 +00:00 committed by Git OBS Bridge
commit a463306394
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