]> git.proxmox.com Git - mirror_zfs.git/commit
kmod-zfs-devel rpm should provide kmod-spl-devel
authorOlaf Faaland <faaland1@llnl.gov>
Wed, 19 Jun 2019 18:44:44 +0000 (11:44 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 19 Jun 2019 18:44:44 +0000 (11:44 -0700)
commitc308b1dd6388d591d9eefd3e753ad2b04a053c8b
treeaf8cbe05b6ec341012da1887ea09faffa8e3d9ec
parent4ca457b065c6d95d9b6b2ed776f14e7e33257b94
kmod-zfs-devel rpm should provide kmod-spl-devel

When configure is run with --with-spec=redhat, and rpms are built, the
kmod-zfs-devel package is missing

Provides: kmod-spl-devel = %{version}

which is required by software such as Lustre which builds against zfs
kmods.  Adding it makes it easier for such software to build against
both zfs-0.7 (where SPL is separate and may be missing) and zfs-0.8.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
Closes #8930
rpm/redhat/zfs-kmod.spec.in