--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package resource-agents
It fixes a missing Build-Depends and Recommends on net-tools,
as reported in #857368 (Severity: serious). ifconfig is used by the
IPaddr agent.
diff -Nru resource-agents-4.0.0~rc1/debian/changelog resource-agents-4.0.0~rc1/debian/changelog
--- resource-agents-4.0.0~rc1/debian/changelog 2017-01-23 11:07:20.000000000 +0100
+++ resource-agents-4.0.0~rc1/debian/changelog 2017-03-14 08:36:06.000000000 +0100
@@ -1,3 +1,9 @@
+resource-agents (1:4.0.0~rc1-3) unstable; urgency=medium
+
+ * debian/control: add net-tools to Recommends (Closes: #857368)
+
+ -- Valentin Vidic <Valentin.Vidic@CARNet.hr> Tue, 14 Mar 2017 08:36:06 +0100
+
resource-agents (1:4.0.0~rc1-2) unstable; urgency=medium
* resource-agents: depend on gawk for LVM monitor
diff -Nru resource-agents-4.0.0~rc1/debian/control resource-agents-4.0.0~rc1/debian/control
--- resource-agents-4.0.0~rc1/debian/control 2017-01-23 11:07:11.000000000 +0100
+++ resource-agents-4.0.0~rc1/debian/control 2017-03-14 08:36:06.000000000 +0100
@@ -23,6 +23,7 @@
libstonith1-dev (>= 1.0.12~),
libtool,
libxml2-utils,
+ net-tools,
pkg-config,
python,
# for systemd.pc:
@@ -37,6 +38,7 @@
Package: resource-agents
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, cluster-glue, gawk, python
+Recommends: net-tools
Replaces: cluster-agents (<= 1:1.0.4-1), rgmanager (<= 3.0.12-2+b1), resource-agents-dev (<< 1:3.9.6)
Conflicts: cluster-agents (<= 1:1.0.4-1), rgmanager (<= 3.0.12-2+b1), resource-agents-dev (<< 1:3.9.6)
Provides: resource-agents-dev
unblock resource-agents/1:4.0.0~rc1-3
-- System Information:
Debian Release: 9.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
--- End Message ---