04a710dd91
Reorder patches, so that the upstream changeset comes last Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
41 lines
1.6 KiB
Diff
41 lines
1.6 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 | 2 ++
|
|
debian/control.in | 2 ++
|
|
2 files changed, 4 insertions(+)
|
|
|
|
diff --git a/debian/control b/debian/control
|
|
index f33008df..d3d1034e 100644
|
|
--- a/debian/control
|
|
+++ b/debian/control
|
|
@@ -116,6 +116,8 @@ Depends: busybox-initramfs | busybox-static | busybox,
|
|
zfs-modules | zfs-dkms,
|
|
zfsutils-linux (>= ${binary:Version}),
|
|
${misc:Depends}
|
|
+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.in b/debian/control.in
|
|
index 0a9ceef6..09ef18cc 100644
|
|
--- a/debian/control.in
|
|
+++ b/debian/control.in
|
|
@@ -100,6 +100,8 @@ Depends: busybox-initramfs | busybox-static | busybox,
|
|
initramfs-tools,
|
|
zfsutils-linux (>= ${binary:Version}),
|
|
${misc:Depends}
|
|
+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
|