Add diffutils dependency for dkms build
The cmp and diff utilities are required at configure time. Add a dependency on diffutils to ensure they are installed. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Kash Pande <kash@tripleback.net> Closes #5205 Closes #8428
This commit is contained in:
parent
928e8ad47d
commit
1e427f2e2b
@ -24,7 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: dkms >= 2.2.0.3
|
||||
Requires: gcc, make, perl
|
||||
Requires: gcc, make, perl, diffutils
|
||||
%if 0%{?rhel}%{?fedora}%{?mageia}%{?suse_version}
|
||||
Requires: kernel-devel
|
||||
Obsoletes: spl-dkms
|
||||
|
Loading…
Reference in New Issue
Block a user