diff options
author | наб <[email protected]> | 2022-04-06 00:20:16 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-05-10 10:17:26 -0700 |
commit | ea532b0e6ee61370ad552533016c48c858240671 (patch) | |
tree | ab80ccf56416b6610904b71ea0f7fd16d7495d64 /rpm/redhat | |
parent | 5fc332ae4b723a39cffca9386bc40a3a5398924e (diff) |
Remove compat spl-x.y.z from the distribution
This was added in 93ce2b4ca5a40c41ac945cd3aaf4a4a22bb751e1 ("Update
build system and packaging"), which merged the SPL and ZFS trees,
and included in 0.8.0; "the next major release" was 2.0.0
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13316
Diffstat (limited to 'rpm/redhat')
-rw-r--r-- | rpm/redhat/zfs-kmod.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpm/redhat/zfs-kmod.spec.in b/rpm/redhat/zfs-kmod.spec.in index 2cb0623aa..7ee04e234 100644 --- a/rpm/redhat/zfs-kmod.spec.in +++ b/rpm/redhat/zfs-kmod.spec.in @@ -89,4 +89,3 @@ rm -rf $RPM_BUILD_ROOT %files -n kmod-%{kmod_name}-devel %{_usrsrc}/%{kmod_name}-%{version} -%{_usrsrc}/spl-%{version} |