mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
spec: Remove unnecessary version check
As of 65a883b349
we no longer support Fedora releases older than
31, so the version check has become unnecessary.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
a4da0b2ac6
commit
747ba4ed98
@ -147,7 +147,7 @@
|
|||||||
|
|
||||||
%define with_firewalld 1
|
%define with_firewalld 1
|
||||||
|
|
||||||
%if 0%{?fedora} >= 31 || 0%{?rhel} > 7
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
%define with_firewalld_zone 0%{!?_without_firewalld_zone:1}
|
%define with_firewalld_zone 0%{!?_without_firewalld_zone:1}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user