summaryrefslogtreecommitdiffstats
path: root/debian/patches/enable-zvm-agent
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:50:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:50:54 +0000
commit7a366520dc4f3e6d2ed07fa78f1c6d439357ad07 (patch)
tree6bab43bfba7ca0ef9fa43194652d7fd62dbf8ffe /debian/patches/enable-zvm-agent
parentAdding debian version 4.12.1-1. (diff)
downloadfence-agents-debian.tar.xz
fence-agents-debian.zip
Adding debian version 4.12.1-2~exp1.debian/4.12.1-2_exp1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/enable-zvm-agent')
-rw-r--r--debian/patches/enable-zvm-agent17
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/enable-zvm-agent b/debian/patches/enable-zvm-agent
deleted file mode 100644
index 4b50e40..0000000
--- a/debian/patches/enable-zvm-agent
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Leave zvm enabled
- Remove agent after bookworm release.
-Author: Valentin Vidic <vvidic@debian.org>
-Last-Update: 2023-01-14
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/configure.ac
-+++ b/configure.ac
-@@ -196,7 +196,7 @@
- fi
-
- FENCE_ZVM=0
--if echo "$AGENTS_LIST" | grep -q -E "zvm( |$)"; then
-+if echo "$AGENTS_LIST" | grep -q -E "all|zvm( |$)"; then
- FENCE_ZVM=1
- fi
-