Skip to content

Commit 9b3f313

Browse files
authored
Use zfs-release-3-0 RPM in install instructions (#577)
Use the zfs-release-3-0 RPM instead of zfs-release-2-8. This is needed for Fedora 43. Signed-off-by: Tony Hutter <[email protected]>
1 parent 4bed094 commit 9b3f313

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Getting Started/Fedora/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ see below.
2424

2525
#. Add ZFS repo::
2626

27-
dnf install -y https://zfsonlinux.org/fedora/zfs-release-2-8$(rpm --eval "%{dist}").noarch.rpm
27+
dnf install -y https://zfsonlinux.org/fedora/zfs-release-3-0$(rpm --eval "%{dist}").noarch.rpm
2828

29-
List of repos is available `here <https://github.com/zfsonlinux/zfsonlinux.github.com/tree/master/fedora>`__.
29+
List of old zfs-release RPMs are available `here <https://github.com/zfsonlinux/zfsonlinux.github.com/tree/master/fedora>`__.
3030

3131
#. Install kernel headers::
3232

docs/Getting Started/RHEL-based distro/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For EL 7 run::
4141

4242
and for EL 8-10::
4343

44-
dnf install https://zfsonlinux.org/epel/zfs-release-2-8$(rpm --eval "%{dist}").noarch.rpm
44+
dnf install https://zfsonlinux.org/epel/zfs-release-3-0$(rpm --eval "%{dist}").noarch.rpm
4545

4646
After installing the *zfs-release* package and verifying the public key
4747
users can opt to install either the DKMS or kABI-tracking kmod style packages.

0 commit comments

Comments
 (0)