spec: change gettext requires to gettext-runtime for F37

See https://fedoraproject.org/wiki/Changes/GettextRuntimeSubpackage

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Jens Petersen 2022-08-25 15:56:50 +08:00 committed by Cole Robinson
parent 1241670abd
commit 2fb71217f9

View File

@ -471,7 +471,11 @@ Requires: dbus
# For uid creation during pre
Requires(pre): shadow-utils
# Needed by /usr/libexec/libvirt-guests.sh script.
%if 0%{?fedora} >= 37
Requires: gettext-runtime
%else
Requires: gettext
%endif
# Ensure smooth upgrades
Obsoletes: libvirt-admin < 7.3.0