]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
mingw: Bump minimum supported Fedora version to 28
authorAndrea Bolognani <abologna@redhat.com>
Wed, 3 Apr 2019 13:45:53 +0000 (15:45 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 3 Apr 2019 14:02:31 +0000 (16:02 +0200)
Should have been part of 2569ba133822, but clearly wasn't.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
mingw-libvirt.spec.in

index 913aaa8751b8d7916fa6b7e0dbf14cfefcb4317d..8a96ea914c90d6c5b026b0e508f94568bc4ed5bc 100644 (file)
@@ -3,7 +3,7 @@
 # This spec file assumes you are building on a Fedora version
 # that's still supported by the vendor. It may work on other distros
 # or versions, but no effort will be made to ensure that going forward.
-%define min_fedora 26
+%define min_fedora 28
 
 %if 0%{?fedora} && 0%{?fedora} >= %{min_fedora}
     %define supported_platform 1
@@ -72,11 +72,7 @@ BuildRequires:  pkgconfig
 BuildRequires:  gettext
 BuildRequires:  libxslt
 BuildRequires:  python3
-%if 0%{?fedora} >= 27
 BuildRequires:  perl-interpreter
-%else
-BuildRequires:  perl
-%endif
 BuildRequires:  perl(Getopt::Long)
 %if 0%{?enable_autotools}
 BuildRequires: autoconf