Skip to content

Commit ca4e5a7

Browse files
gordan-bobicbehlendorf
authored andcommitted
Remove arch and relax version dependency
Remove arch and relax version dependency for zfs-dracut package. Reviewed-by: Tony Hutter <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Gordan Bobic <[email protected]> Issue #8913 Closes #8914
1 parent 8b14cb4 commit ca4e5a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rpm/generic/zfs.spec.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ validating the file system.
255255
%package dracut
256256
Summary: Dracut module
257257
Group: System Environment/Kernel
258-
Requires: %{name}%{?_isa} = %{version}-%{release}
258+
BuildArch: noarch
259+
Requires: %{name} >= %{version}
259260
Requires: dracut
260261
Requires: /usr/bin/awk
261262
Requires: grep

0 commit comments

Comments
 (0)