summaryrefslogtreecommitdiffstats
path: root/rpm
diff options
context:
space:
mode:
authorTill Maas <[email protected]>2021-12-12 20:15:25 +0100
committerGitHub <[email protected]>2021-12-12 11:15:25 -0800
commit4a5b6ced41996016e26fe03dff084ded69a69393 (patch)
treeeb5e83cc34faed7eacae15a9ece66217bdd2fe6c /rpm
parent23cee221b7e089541b70142d34f4cb802bde74c5 (diff)
zfs-dkms rpm: Fix scriptlets dependencies
To ensure that the necessary packages are available during the %post and %preun scriptlets, require them properly. Reviewed-by: Tony Hutter <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Till Maas <[email protected]> Closes #12822 Closes #12832
Diffstat (limited to 'rpm')
-rw-r--r--rpm/generic/zfs-dkms.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rpm/generic/zfs-dkms.spec.in b/rpm/generic/zfs-dkms.spec.in
index e0e0efe2a..02be716aa 100644
--- a/rpm/generic/zfs-dkms.spec.in
+++ b/rpm/generic/zfs-dkms.spec.in
@@ -24,9 +24,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: dkms >= 2.2.0.3
+Requires(post): dkms >= 2.2.0.3
+Requires(preun): dkms >= 2.2.0.3
Requires: gcc, make, perl, diffutils
+Requires(post): gcc, make, perl, diffutils
%if 0%{?rhel}%{?fedora}%{?mageia}%{?suse_version}
Requires: kernel-devel >= @ZFS_META_KVER_MIN@, kernel-devel <= @[email protected]
+Requires(post): kernel-devel >= @ZFS_META_KVER_MIN@, kernel-devel <= @[email protected]
Obsoletes: spl-dkms
%endif
Provides: %{module}-kmod = %{version}