- remove suds dependency
Resolves: rhbz#1989149
This commit is contained in:
parent
5471623467
commit
9888de33fd
@ -1,10 +1,10 @@
|
||||
--- fence-agents-4.10.0/agents/vmware_soap/fence_vmware_soap.py 2021-08-03 13:24:24.969694553 +0200
|
||||
+++ fence-agents-4.10.0/agents/vmware_soap/fence_vmware_soap.py.modif 2021-08-03 13:24:22.780688256 +0200
|
||||
@@ -6,6 +6,7 @@
|
||||
import atexit, signal
|
||||
sys.path.append("@FENCEAGENTSLIBDIR@")
|
||||
--- a/agents/vmware_soap/fence_vmware_soap.py 2021-08-24 15:38:05.145039598 +0200
|
||||
+++ b/agents/vmware_soap/fence_vmware_soap.py 2021-08-24 15:37:51.885003751 +0200
|
||||
@@ -1,6 +1,7 @@
|
||||
#!@PYTHON@ -tt
|
||||
|
||||
import sys
|
||||
+sys.path.insert(0, '/usr/lib/fence-agents/support/common')
|
||||
from suds.client import Client
|
||||
from suds.sudsobject import Property
|
||||
from suds.transport.http import HttpAuthenticated
|
||||
import shutil, tempfile, suds
|
||||
import logging, requests
|
||||
import atexit, signal
|
||||
|
@ -9,7 +9,7 @@
|
||||
Name: fence-agents
|
||||
Summary: Set of unified programs capable of host isolation ("fencing")
|
||||
Version: 4.10.0
|
||||
Release: 4%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Release: 5%{?alphatag:.%{alphatag}}%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: https://github.com/ClusterLabs/fence-agents
|
||||
Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz
|
||||
@ -1238,14 +1238,14 @@ are located on corosync cluster nodes.
|
||||
%{_libdir}/fence-virt/cpg.so
|
||||
|
||||
%changelog
|
||||
* Tue Aug 24 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-5
|
||||
- remove suds dependency
|
||||
Resolves: rhbz#1989149
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.10.0-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Tue Aug 3 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-3
|
||||
- remove suds dependency
|
||||
Resolves: rhbz#1989149
|
||||
|
||||
* Mon Jul 26 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-2
|
||||
- new upstream release
|
||||
Resolves: rhbz#1984803
|
||||
|
Loading…
Reference in New Issue
Block a user