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:
commit
a463306394
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user