2249b05575
and drop those that are part of 0.7.12 Reviewed-by: Stoiko Ivanov <s.ivanov@proxmox.com> Tested-by: Stoiko Ivanov <s.ivanov@proxmox.com> Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
45 lines
1.8 KiB
Diff
45 lines
1.8 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
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>
|
|
---
|
|
debian/control.in | 4 ++--
|
|
debian/control | 4 ++--
|
|
2 files changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
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,
|
|
zfsutils-linux (>= ${binary:Version}),
|
|
${misc:Depends}
|
|
-Breaks: zfsutils-linux (<= 0.7.11-2)
|
|
-Replaces: zfsutils-linux (<= 0.7.11-2)
|
|
+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
|
|
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,
|
|
zfsutils-linux (>= ${binary:Version}),
|
|
${misc:Depends}
|
|
-Breaks: zfsutils-linux (<= 0.7.11-2)
|
|
-Replaces: zfsutils-linux (<= 0.7.11-2)
|
|
+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
|