]> git.proxmox.com Git - zfsonlinux.git/blob - zfs-patches/0004-Add-Breaks-Replaces-to-zfs-initramfs.patch
update/rebase to zfs-0.7.12 with patches from ZOL
[zfsonlinux.git] / zfs-patches / 0004-Add-Breaks-Replaces-to-zfs-initramfs.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Stoiko Ivanov <s.ivanov@proxmox.com>
3 Date: Mon, 29 Oct 2018 15:49:20 +0100
4 Subject: [PATCH] Add Breaks/Replaces to zfs-initramfs
5
6 addressing the move of zdev initramfs hook from zfsutils-linux to
7 zfs-initramfs
8
9 Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
10 ---
11 debian/control | 2 ++
12 debian/control.in | 2 ++
13 2 files changed, 4 insertions(+)
14
15 diff --git a/debian/control b/debian/control
16 index f33008df..d3d1034e 100644
17 --- a/debian/control
18 +++ b/debian/control
19 @@ -116,6 +116,8 @@ Depends: busybox-initramfs | busybox-static | busybox,
20 zfs-modules | zfs-dkms,
21 zfsutils-linux (>= ${binary:Version}),
22 ${misc:Depends}
23 +Breaks: zfsutils-linux (<= 0.7.11-pve1~bpo1)
24 +Replaces: zfsutils-linux (<= 0.7.11-pve1~bpo1)
25 Description: OpenZFS root filesystem capabilities for Linux - initramfs
26 The Z file system is a pooled filesystem designed for maximum data
27 integrity, supporting data snapshots, multiple copies, and data
28 diff --git a/debian/control.in b/debian/control.in
29 index 0a9ceef6..09ef18cc 100644
30 --- a/debian/control.in
31 +++ b/debian/control.in
32 @@ -100,6 +100,8 @@ Depends: busybox-initramfs | busybox-static | busybox,
33 initramfs-tools,
34 zfsutils-linux (>= ${binary:Version}),
35 ${misc:Depends}
36 +Breaks: zfsutils-linux (<= 0.7.11-pve1~bpo1)
37 +Replaces: zfsutils-linux (<= 0.7.11-pve1~bpo1)
38 Description: OpenZFS root filesystem capabilities for Linux - initramfs
39 The Z file system is a pooled filesystem designed for maximum data
40 integrity, supporting data snapshots, multiple copies, and data