From 70e7143f46960e9beb30e7e96710cd20cf2ebe1c Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 3 Apr 2019 15:45:53 +0200 Subject: [PATCH] mingw: Bump minimum supported Fedora version to 28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Should have been part of 2569ba133822, but clearly wasn't. Signed-off-by: Andrea Bolognani Reviewed-by: Ján Tomko --- mingw-libvirt.spec.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mingw-libvirt.spec.in b/mingw-libvirt.spec.in index 913aaa8751..8a96ea914c 100644 --- a/mingw-libvirt.spec.in +++ b/mingw-libvirt.spec.in @@ -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