Skip to content

Commit

Permalink
Change zfs-dkms requirement
Browse files Browse the repository at this point in the history
Version 2.2.0.3-20 of dkms in the EPEL/Fedora repositories added the
necessary patches to support ZoL,  Therefore, the zfs-dkms requirement
on dkms is set to match that version or higher.  This allows us to
drop the custom dkms build in the ZoL EPEL/Fedora repositories.

References:
  https://bugzilla.redhat.com/show_bug.cgi?id=1023598

Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#1873
  • Loading branch information
treydock authored and behlendorf committed Nov 21, 2013
1 parent 54d5378 commit 14cecbb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions rpm/generic/zfs-dkms.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ Source0: %{module}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch

%if 0%{?dkms_version:1}
Requires: dkms = %{dkms_version}
%else
Requires: dkms >= 2.2.0.2
%endif
Requires: dkms >= 2.2.0.3-20
Requires: spl-dkms = %{version}
Requires: gcc, make, perl
Requires: kernel-devel
Expand Down

0 comments on commit 14cecbb

Please sign in to comment.