From aaed945b61f1b8a3282f497da32d1269aaa01c58 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 17 Oct 2022 13:24:07 +0800 Subject: [PATCH] change gettext requires to gettext-runtime for F37 (#2117209) --- libvirt.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libvirt.spec b/libvirt.spec index 78091bf..8d0334b 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -235,7 +235,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 8.6.0 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ URL: https://libvirt.org/ @@ -482,7 +482,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 @@ -2418,6 +2422,9 @@ exit 0 %endif %changelog +* Mon Oct 17 2022 Jens Petersen - 8.6.0-4 +- F37 libvirt-daemon: depend on gettext-runtime instead of gettext (#2117209) + * Tue Aug 9 2022 Daniel P. Berrangé - 8.1.0-3 - Pull in mingw sub-packages