Hello community, here is the log from the commit of package fence-agents for openSUSE:Factory checked in at 2017-08-30 16:24:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fence-agents (Old) and /work/SRC/openSUSE:Factory/.fence-agents.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fence-agents" Wed Aug 30 16:24:55 2017 rev:31 rq:519659 version:4.0.25+git.1501671877.7bae40a0 Changes: -------- --- /work/SRC/openSUSE:Factory/fence-agents/fence-agents.changes 2017-02-16 17:05:52.524848043 +0100 +++ /work/SRC/openSUSE:Factory/.fence-agents.new/fence-agents.changes 2017-08-30 16:24:57.798634272 +0200 @@ -1,0 +2,35 @@ +Tue Aug 29 14:08:30 UTC 2017 - [email protected] + +- Remove deprecated agents + * Remove fence_ovh + * Remove fence_drac + * Remove fence_vmware_soap + +- Drop build dependency on python-suds +- Update package description + +------------------------------------------------------------------- +Mon Aug 28 09:02:42 UTC 2017 - [email protected] + +- Update to version 4.0.25+git.1501671877.7bae40a0: + * fence_ipmilan: add target support + * Explicitly use version 3 of the oVirt API + * fence_rhevm: fix "--api-path must not have an argument" issue + * Convert URLs passed to pycurl to ASCII + * fence_vbox: Add support for host on MacOS + * fence_vbox: Add support for Windows host + * fence_compute: fix to avoid breaking nova + * fence_ipmilan: fix target support + * fence_vmware_soap: fix for selfsigned certificate + * fence_ipmilan: Add support for hexadecimal format of Kg key + * fence_azure_arm: fix hardcoded path + * fence_azure_arm: remove release/build info + * fence_ipmilan: Fix inconsistency between help and manual page (defalt for --method) + * fence_scsi: add FIPS support + * fence_ipmilan: fix indentation + * fencing_snmp: fix timemout typo + +- Drop outdated patch: + * 0010-Make-pywsman-dependency-optional.patch + +------------------------------------------------------------------- Old: ---- 0010-Make-pywsman-dependency-optional.patch fence-agents-4.0.25+git.1485179354.eb43835.tar.xz New: ---- fence-agents-4.0.25+git.1501671877.7bae40a0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fence-agents.spec ++++++ --- /var/tmp/diff_new_pack.3UyLfB/_old 2017-08-30 16:24:58.946472807 +0200 +++ /var/tmp/diff_new_pack.3UyLfB/_new 2017-08-30 16:24:58.950472245 +0200 @@ -17,12 +17,13 @@ %global plugin_dir %{_libdir}/stonith/plugins/rhcs +%define agent_list alom amt amt_ws apc apc_snmp azure_arm bladecenter brocade cisco_mds cisco_ucs compute docker drac5 dummy eaton_snmp emerson eps hds_cb hpblade ibmblade ifmib ilo ilo_moonshot ilo_mp ilo_ssh intelmodular ipdu ipmilan ironic kdump ldom lpar mpath netio powerman pve raritan rcd_serial rhevm rsa rsb sanbox2 sbd scsi vbox virsh vmware wti xenapi zvm Name: fence-agents -Summary: Fence Agents for Pacemaker from RHCS +Summary: Fence Agents for High Availability License: GPL-2.0 and LGPL-2.1 Group: Productivity/Clustering/HA -Version: 4.0.25+git.1485179354.eb43835 +Version: 4.0.25+git.1501671877.7bae40a0 Release: 0 Url: https://github.com/ClusterLabs/fence-agents Source0: %{name}-%{version}.tar.xz @@ -42,8 +43,6 @@ Patch7: 0007-fence_compute-Remove-duplicate-check-for-binary-name.patch # PATCH-FIX-UPSTREAM: fence_compute: Fix disabling force_down on node when action is on Patch9: 0009-fence_compute-Fix-disabling-force_down-on-node-when-.patch -# PATCH-FIX-SLE: Make pywsman dependency optional (bsc#1025149) -Patch10: 0010-Make-pywsman-dependency-optional.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf @@ -55,6 +54,7 @@ BuildRequires: libxslt BuildRequires: mozilla-nspr-devel BuildRequires: mozilla-nss-devel +BuildRequires: openwsman-python BuildRequires: perl BuildRequires: perl-Net-Telnet BuildRequires: pkg-config @@ -62,7 +62,6 @@ BuildRequires: python-curl BuildRequires: python-pexpect BuildRequires: python-requests -BuildRequires: python-suds BuildRequires: python-xml BuildRequires: xz @@ -73,7 +72,6 @@ Requires: python-openssl Requires: python-pexpect Requires: python-requests -Requires: python-suds Requires: sg3_utils Requires: telnet @@ -92,18 +90,23 @@ %endif %description -Fence Agents is a collection of scripts to handle remote power -management for several devices. +Fence agents are device drivers able to prevent computers from +destroying data on shared storage. Their aim is to isolate a +corrupted computer by controlling power, network or storage +configuration. This package provides both a Python API for +creating agents as well as a collection of existing agents. %package devel -Summary: Fence Agents for Pacemaker from RHCS +Summary: Fence Agents for High Availability Group: Development/Tools/Other Requires: %{name} = %{version} %description devel -Fence Agents is a collection of scripts to handle remote power -management for several devices. This package contains -fence agents only suitable for development. +Fence agents are device drivers able to prevent computers from +destroying data on shared storage. Their aim is to isolate a +corrupted computer by controlling power, network or storage +configuration. This package provides agents suitable only for +development. %prep %setup -q -n %{name}-%{version} @@ -115,13 +118,12 @@ %patch6 -p1 %patch7 -p1 %patch9 -p1 -%patch10 -p1 %build CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}" export CFLAGS ./autogen.sh -%{configure} +%{configure} --with-agents='%{agent_list}' make %install ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.3UyLfB/_old 2017-08-30 16:24:59.062456492 +0200 +++ /var/tmp/diff_new_pack.3UyLfB/_new 2017-08-30 16:24:59.062456492 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/ClusterLabs/fence-agents.git</param> - <param name="changesrevision">eb43835fc430651712271a046c61eec1c5ecdedb</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">7bae40a0eb02ae4abb8a3d470397b94e08f0b88b</param></service></servicedata> \ No newline at end of file ++++++ fence-agents-4.0.25+git.1485179354.eb43835.tar.xz -> fence-agents-4.0.25+git.1501671877.7bae40a0.tar.xz ++++++ ++++ 7436 lines of diff (skipped)
