Your message dated Sat, 16 Nov 2019 10:08:47 +0000
with message-id
<83c9ffab6f08361485f70dda4733a7a24aeec09b.ca...@adam-barratt.org.uk>
and subject line Closing bugs for 10.2 point release fixes
has caused the Debian Bug report #941348,
regarding buster-pu: package fence-agents/4.3.3-2+deb10u1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
941348: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941348
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: [email protected]
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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.2
Hi,
The fixes referenced by these bugs were included in today's 10.2 stable
point release.
Regards,
Adam
--- End Message ---