]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Remove unnecessary version check
authorAndrea Bolognani <abologna@redhat.com>
Sat, 18 Jul 2020 21:46:09 +0000 (23:46 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Sat, 18 Jul 2020 21:47:42 +0000 (23:47 +0200)
As of 65a883b34932 we no longer support Fedora releases older than
31, so the version check has become unnecessary.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
libvirt.spec.in

index 522e36b6a516d80403a7f4771616d10bc99de718..f335a7e06ec1093927328c06793f27a0e697a8eb 100644 (file)
 
 %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}
 %endif