Fix conditional for compat_pkg
This commit is contained in:
parent
4c81cc824b
commit
7dd854a69a
@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
# Build the compat package?
|
||||
%if !(0%{?fedora} >= 999 || 0%{?rhel} >= 99 || %{without new_api})
|
||||
%if !(0%{?fedora} >= 999 || 0%{?rhel} >= 99) && %{with new_api}
|
||||
%bcond_without compat_pkg
|
||||
%else
|
||||
%bcond_with compat_pkg
|
||||
|
Loading…
Reference in New Issue
Block a user