Skip to content

Commit 65a883b

Browse files
spec: Require Fedora 31
Fedora 30 has been EOL for almost a month now. Signed-off-by: Andrea Bolognani <[email protected]> Reviewed-by: Pavel Hrdina <[email protected]>
1 parent 32a5083 commit 65a883b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: libvirt.spec.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# that's still supported by the vendor. It may work on other distros
55
# or versions, but no effort will be made to ensure that going forward.
66
%define min_rhel 7
7-
%define min_fedora 30
7+
%define min_fedora 31
88

99
%if (0%{?fedora} && 0%{?fedora} >= %{min_fedora}) || (0%{?rhel} && 0%{?rhel} >= %{min_rhel})
1010
%define supported_platform 1

Diff for: mingw-libvirt.spec.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This spec file assumes you are building on a Fedora version
44
# that's still supported by the vendor. It may work on other distros
55
# or versions, but no effort will be made to ensure that going forward.
6-
%define min_fedora 30
6+
%define min_fedora 31
77

88
%if 0%{?fedora} && 0%{?fedora} >= %{min_fedora}
99
%define supported_platform 1

0 commit comments

Comments
 (0)