Remove support for RHEL 7

RHEL 7 is now in EUS phase, we don't need to keep support around for
it here.
This commit is contained in:
Richard W.M. Jones 2024-01-23 11:00:54 +00:00
parent d3338b004b
commit fb41373acc

View File

@ -42,14 +42,6 @@
# it as a bug and add it to this list.
%global broken_test_arches NONE
%if 0%{?rhel} == 7
# On RHEL 7, nothing in the virt stack is shipped on aarch64 and
# libguestfs was not shipped on POWER (fixed in 7.5). We could in
# theory make all of this work by having lots more conditionals, but
# for now limit this package to x86_64 on RHEL.
ExclusiveArch: x86_64
%endif
# If we should verify tarball signature with GPGv2.
%global verify_tarball_signature 1