From 2f6be59f6a411416ac799ac75da0a5a6cfc035f2 Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Mon, 16 Dec 2024 12:46:27 +0100 Subject: [PATCH] libvirt-glib-5.0.0-6.el10 - Backport upstream spec file fixes (RHEL-71399) Resolves: RHEL-71399 --- libvirt-glib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libvirt-glib.spec b/libvirt-glib.spec index fc59503..2d4a34f 100644 --- a/libvirt-glib.spec +++ b/libvirt-glib.spec @@ -43,6 +43,8 @@ Summary: libvirt object APIs for processing object configuration %package -n libvirt-gobject Summary: libvirt object APIs for managing virtualization hosts +Requires: %{name} = %{version}-%{release} +Requires: libvirt-gconfig = %{version}-%{release} %package -n libvirt-gconfig-devel Summary: libvirt object APIs for processing object configuration development files @@ -53,7 +55,6 @@ Summary: libvirt object APIs for managing virtualization hosts development files Requires: %{name}-devel = %{version}-%{release} Requires: libvirt-gconfig-devel = %{version}-%{release} Requires: libvirt-gobject = %{version}-%{release} -Requires: libvirt-devel %description This package provides integration between libvirt and the glib @@ -294,6 +295,9 @@ MinGW Windows libvirt-gobject virtualization library. %endif %changelog +* Mon Dec 16 2024 Pavel Hrdina - 5.0.0-6 +- Backport upstream spec file fixes (RHEL-71399) + * Tue Oct 29 2024 Troy Dawson - 5.0.0-5 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018