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.
This commit is contained in:
Tony Hutter
2022-07-14 10:08:51 -07:00
committed by GitHub
parent 24ac67ce92
commit 64a1217920

View File

@@ -36,7 +36,7 @@ the fingerprint listed here.
For RHEL/CentOS versions 6 and 7 run:: 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 rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux
And for RHEL 8:: And for RHEL 8::