From: Fabiano FidĂȘncio Date: Sat, 7 Dec 2019 15:39:39 +0000 (+0100) Subject: spec: Update Fedora minimum supported version X-Git-Tag: v6.0.0-rc1~370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85152cde92c0ad939f1964f1c893b2e43faabbf2;p=thirdparty%2Flibvirt.git spec: Update Fedora minimum supported version Fedora 29 has reached its end of life on November 26th 2019. For more info, please, refer to the following e-mail: https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/ Signed-off-by: Fabiano FidĂȘncio Reviewed-by: Daniel P. BerrangĂ© --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 8bbbe93cb0..5955dd6f5a 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -4,7 +4,7 @@ # 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_rhel 7 -%define min_fedora 29 +%define min_fedora 30 %if (0%{?fedora} && 0%{?fedora} >= %{min_fedora}) || (0%{?rhel} && 0%{?rhel} >= %{min_rhel}) %define supported_platform 1 diff --git a/mingw-libvirt.spec.in b/mingw-libvirt.spec.in index de8d3316b4..f6da67ab52 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 29 +%define min_fedora 30 %if 0%{?fedora} && 0%{?fedora} >= %{min_fedora} %define supported_platform 1