From 64a12179203367aa0a8c63fc97846c911bf4d4cf Mon Sep 17 00:00:00 2001 From: Tony Hutter Date: Thu, 14 Jul 2022 10:08:51 -0700 Subject: [PATCH] Use universal zfs-release link for CentOS again Earlier we had to revert the CentOS 7 zfs-release RPM to point to the older `zfs-release.el8_6` RPM, since the newer universal RPM was encoded with zstd compression (which CentOS 7 didn't support). Since then, we've rebuilt the universal RPM with gzip, so we can use it again. --- docs/Getting Started/RHEL-based distro/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting Started/RHEL-based distro/index.rst b/docs/Getting Started/RHEL-based distro/index.rst index 3322674..3a24e01 100644 --- a/docs/Getting Started/RHEL-based distro/index.rst +++ b/docs/Getting Started/RHEL-based distro/index.rst @@ -36,7 +36,7 @@ the fingerprint listed here. For RHEL/CentOS versions 6 and 7 run:: - yum install https://zfsonlinux.org/epel/zfs-release.el7_9.noarch.rpm + yum install https://zfsonlinux.org/epel/zfs-release-el-2-1.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux And for RHEL 8::