We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a5083 commit 65a883bCopy full SHA for 65a883b
libvirt.spec.in
@@ -4,7 +4,7 @@
4
# that's still supported by the vendor. It may work on other distros
5
# or versions, but no effort will be made to ensure that going forward.
6
%define min_rhel 7
7
-%define min_fedora 30
+%define min_fedora 31
8
9
%if (0%{?fedora} && 0%{?fedora} >= %{min_fedora}) || (0%{?rhel} && 0%{?rhel} >= %{min_rhel})
10
%define supported_platform 1
mingw-libvirt.spec.in
@@ -3,7 +3,7 @@
3
# This spec file assumes you are building on a Fedora version
%if 0%{?fedora} && 0%{?fedora} >= %{min_fedora}
0 commit comments