Skip to content

Commit

Permalink
Remove arch and relax version dependency
Browse files Browse the repository at this point in the history
Remove arch and relax version dependency for zfs-dracut
package.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Gordan Bobic <gordan@redsleeve.org>
Issue #8913 
Closes #8914
  • Loading branch information
gordan-bobic authored and behlendorf committed Jun 22, 2019
1 parent 8b14cb4 commit ca4e5a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpm/generic/zfs.spec.in
Expand Up @@ -255,7 +255,8 @@ validating the file system.
%package dracut
Summary: Dracut module
Group: System Environment/Kernel
Requires: %{name}%{?_isa} = %{version}-%{release}
BuildArch: noarch
Requires: %{name} >= %{version}
Requires: dracut
Requires: /usr/bin/awk
Requires: grep
Expand Down

0 comments on commit ca4e5a7

Please sign in to comment.