mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
1241670abd
commit
2fb71217f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue