[Debian-ha-maintainers] Bug#934519: buster-pu: package fence-agents/4.3.3-2+deb10u1

Valentin Vidic vvidic at debian.org
Sun Sep 29 11:22:08 BST 2019


Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org at packages.debian.org
Usertags: pu

Hi,

Please allow an update for fence-agents package fixing ocassional FTBFS
reported in #934519. Patch for the change follows below.

diff -Nru fence-agents-4.3.3/debian/changelog fence-agents-4.3.3/debian/changelog
--- fence-agents-4.3.3/debian/changelog	2019-06-23 19:53:35.000000000 +0200
+++ fence-agents-4.3.3/debian/changelog	2019-09-29 11:54:16.000000000 +0200
@@ -1,3 +1,9 @@
+fence-agents (4.3.3-2+deb10u1) buster; urgency=medium
+
+  * Update patch for removing fence_amt_ws (Closes: #934519)
+
+ -- Valentin Vidic <vvidic at debian.org>  Sun, 29 Sep 2019 11:54:16 +0200
+
 fence-agents (4.3.3-2) unstable; urgency=high
 
   * fence_rhevm: add patch for CVE-2019-10153 (Closes: #930887)
diff -Nru fence-agents-4.3.3/debian/patches/remove-fence_amt_ws fence-agents-4.3.3/debian/patches/remove-fence_amt_ws
--- fence-agents-4.3.3/debian/patches/remove-fence_amt_ws	2018-10-06 22:30:46.000000000 +0200
+++ fence-agents-4.3.3/debian/patches/remove-fence_amt_ws	2019-09-29 11:52:14.000000000 +0200
@@ -6,13 +6,13 @@
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/configure.ac
 +++ b/configure.ac
-@@ -176,6 +176,9 @@
- 	AGENTS_LIST=`find $srcdir/agents -mindepth 2 -maxdepth 2 -name 'fence_*.py' -print0 | xargs -0 | sed -e 's#[^ ]*/agents/##g' -e 's#lib/[A-Za-z_.]* ##g' -e 's#nss_wrapper/[A-Za-z_.]* ##g' -e 's#autodetect/[A-Za-z_.]* ##g'`
+@@ -175,7 +175,8 @@
+ fi
+ 
+ if test "x$AGENTS_LIST" = xall; then
+-	AGENTS_LIST=`find $srcdir/agents -mindepth 2 -maxdepth 2 -name 'fence_*.py' -print0 | xargs -0 | sed -e 's#[^ ]*/agents/##g' -e 's#lib/[A-Za-z_.]* ##g' -e 's#nss_wrapper/[A-Za-z_.]* ##g' -e 's#autodetect/[A-Za-z_.]* ##g'`
++	# remove fence_amt_ws because we don't have openwsman (and sblim-sfcc) in Debian
++	AGENTS_LIST=`find $srcdir/agents -mindepth 2 -maxdepth 2 -name 'fence_*.py' ! -name fence_amt_ws.py -print0 | xargs -0 | sed -e 's#[^ ]*/agents/##g' -e 's#lib/[A-Za-z_.]* ##g' -e 's#nss_wrapper/[A-Za-z_.]* ##g' -e 's#autodetect/[A-Za-z_.]* ##g'`
  fi
  
-+# remove fence_amt_ws because we don't have openwsman (and sblim-sfcc) in Debian
-+AGENTS_LIST=$(echo $AGENTS_LIST | sed -e "s!amt_ws/fence_amt_ws.py !!")
-+
  XENAPILIB=0
- if echo "$AGENTS_LIST" | grep -q xenapi; then
- 	XENAPILIB=1



More information about the Debian-ha-maintainers mailing list