2018-11-14 19:48:42 +03:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2018-10-30 13:14:28 +03:00
|
|
|
From: Stoiko Ivanov <s.ivanov@proxmox.com>
|
|
|
|
Date: Mon, 29 Oct 2018 15:49:20 +0100
|
|
|
|
Subject: [PATCH] Add Breaks/Replaces to zfs-initramfs
|
|
|
|
|
|
|
|
addressing the move of zdev initramfs hook from zfsutils-linux to
|
|
|
|
zfs-initramfs
|
|
|
|
|
|
|
|
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
|
|
|
|
---
|
2019-01-30 16:25:27 +03:00
|
|
|
debian/control.in | 4 ++--
|
|
|
|
debian/control | 4 ++--
|
|
|
|
2 files changed, 4 insertions(+), 4 deletions(-)
|
2018-10-30 13:14:28 +03:00
|
|
|
|
2019-01-30 16:25:27 +03:00
|
|
|
diff --git a/debian/control.in b/debian/control.in
|
|
|
|
index 978b39e91..b623596f6 100644
|
|
|
|
--- a/debian/control.in
|
|
|
|
+++ b/debian/control.in
|
|
|
|
@@ -101,8 +101,8 @@ Depends: busybox-initramfs | busybox-static | busybox,
|
|
|
|
initramfs-tools,
|
2018-10-30 13:14:28 +03:00
|
|
|
zfsutils-linux (>= ${binary:Version}),
|
|
|
|
${misc:Depends}
|
2019-01-30 16:25:27 +03:00
|
|
|
-Breaks: zfsutils-linux (<= 0.7.11-2)
|
|
|
|
-Replaces: zfsutils-linux (<= 0.7.11-2)
|
2018-10-30 13:14:28 +03:00
|
|
|
+Breaks: zfsutils-linux (<= 0.7.11-pve1~bpo1)
|
|
|
|
+Replaces: zfsutils-linux (<= 0.7.11-pve1~bpo1)
|
|
|
|
Description: OpenZFS root filesystem capabilities for Linux - initramfs
|
|
|
|
The Z file system is a pooled filesystem designed for maximum data
|
|
|
|
integrity, supporting data snapshots, multiple copies, and data
|
2019-01-30 16:25:27 +03:00
|
|
|
diff --git a/debian/control b/debian/control
|
|
|
|
index 763f45df8..29cdc886f 100644
|
|
|
|
--- a/debian/control
|
|
|
|
+++ b/debian/control
|
|
|
|
@@ -117,8 +117,8 @@ Depends: busybox-initramfs | busybox-static | busybox,
|
|
|
|
zfs-modules | zfs-dkms,
|
2018-10-30 13:14:28 +03:00
|
|
|
zfsutils-linux (>= ${binary:Version}),
|
|
|
|
${misc:Depends}
|
2019-01-30 16:25:27 +03:00
|
|
|
-Breaks: zfsutils-linux (<= 0.7.11-2)
|
|
|
|
-Replaces: zfsutils-linux (<= 0.7.11-2)
|
2018-10-30 13:14:28 +03:00
|
|
|
+Breaks: zfsutils-linux (<= 0.7.11-pve1~bpo1)
|
|
|
|
+Replaces: zfsutils-linux (<= 0.7.11-pve1~bpo1)
|
|
|
|
Description: OpenZFS root filesystem capabilities for Linux - initramfs
|
|
|
|
The Z file system is a pooled filesystem designed for maximum data
|
|
|
|
integrity, supporting data snapshots, multiple copies, and data
|