Minor conditional tweak for ELN
Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
parent
247c58e5e3
commit
d9817ba5f8
@ -34,7 +34,7 @@
|
||||
%endif
|
||||
|
||||
# vdo is not available on Fedora
|
||||
%if (0%{?fedora}) || %{with_vdo} == 0
|
||||
%if (0%{?fedora}) || 0%{?rhel} >= 9 || %{with_vdo} == 0
|
||||
%define with_vdo 0
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user