mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
mingw: Bump minimum supported Fedora version to 28
Should have been part of 2569ba1338
, but clearly wasn't.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
f560ea0377
commit
70e7143f46
@ -3,7 +3,7 @@
|
|||||||
# This spec file assumes you are building on a Fedora version
|
# This spec file assumes you are building on a Fedora version
|
||||||
# that's still supported by the vendor. It may work on other distros
|
# 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.
|
# 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}
|
%if 0%{?fedora} && 0%{?fedora} >= %{min_fedora}
|
||||||
%define supported_platform 1
|
%define supported_platform 1
|
||||||
@ -72,11 +72,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
%if 0%{?fedora} >= 27
|
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
%else
|
|
||||||
BuildRequires: perl
|
|
||||||
%endif
|
|
||||||
BuildRequires: perl(Getopt::Long)
|
BuildRequires: perl(Getopt::Long)
|
||||||
%if 0%{?enable_autotools}
|
%if 0%{?enable_autotools}
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
|
Loading…
Reference in New Issue
Block a user