From 5e9d1aa7facb9e5ff77fbdf8509a965364ed3630 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 3 Jul 2019 12:33:34 -0400 Subject: [PATCH] spec: Bump minimum supported Fedora version to 29 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Cole Robinson Reviewed-by: Fabiano FidĂȘncio --- libvirt-python.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt-python.spec.in b/libvirt-python.spec.in index 69d7555..64a30b5 100644 --- a/libvirt-python.spec.in +++ b/libvirt-python.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 27 +%define min_fedora 29 %if (0%{?fedora} && 0%{?fedora} >= %{min_fedora}) || (0%{?rhel} && 0%{?rhel} >= %{min_rhel}) %define supported_platform 1 -- 2.11.4.GIT