Skip to content

Commit ca228eb

Browse files
committed
feat: enhance dependencies
1 parent 35fe818 commit ca228eb

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 1.0-1
1+
VERSION = 1.1-1
22

33
all: deb
44

changelog.Debian

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ yubikey-zfs-initramfs (1.0-1) stable; urgency=low
33
* Yubikey two factor authentication for ZFS root filesystem.
44

55
-- Tobias Schäfer <tschaefer@blackox.org> Wed, 20 Mar 2024 18:30:00 +0200
6+
7+
yubikey-zfs-initramfs (1.1-1) stable; urgency=low
8+
9+
* Enhance dependencies to include openzfs-zfs-initramfs and openzfs-utils.
10+
11+
-- Tobias Schäfer <tschaefer@blackox.org> Wed, 27 Aug 2025 11:00:00 +0200

package/DEBIAN/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: yubikey-zfs-initramfs
2-
Version: 1.0-1
2+
Version: 1.1-1
33
Section: contrib/kernel
44
Priority: optional
55
Architecture: all
6-
Depends: yubikey-manager, yubikey-personalization, zfs-initramfs, zfs | zfsutils-linux
6+
Depends: yubikey-manager, yubikey-personalization, zfs-initramfs | openzfs-zfs-initramfs, zfs | zfsutils-linux | openzfs-zfsutils
77
Maintainer: Tobias Schäfer <tschaefer@blackox.org>
88
Installed-Size: 180 kB
99
Homepage: https://github.com/tschaefer/yubikey-zfs-initramfs

0 commit comments

Comments
 (0)