Minor conditional tweak for ELN

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson 2020-10-21 14:45:46 +00:00
parent 247c58e5e3
commit d9817ba5f8
1 changed files with 1 additions and 1 deletions

View File

@ -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