mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
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
|
# For uid creation during pre
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
# Needed by /usr/libexec/libvirt-guests.sh script.
|
# Needed by /usr/libexec/libvirt-guests.sh script.
|
||||||
|
%if 0%{?fedora} >= 37
|
||||||
|
Requires: gettext-runtime
|
||||||
|
%else
|
||||||
Requires: gettext
|
Requires: gettext
|
||||||
|
%endif
|
||||||
|
|
||||||
# Ensure smooth upgrades
|
# Ensure smooth upgrades
|
||||||
Obsoletes: libvirt-admin < 7.3.0
|
Obsoletes: libvirt-admin < 7.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user