From a5f096d95108292b626b2e34c0708d132df65bd1f30a40ad45e3e2aea86286c1 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Fri, 19 Aug 2022 21:20:04 +0000 Subject: [PATCH] Accepting request 998258 from home:jfehlig:branches:Virtualization - spec: Place 'Requires:' on compression binaries instead of their associated packages boo#1202569 OBS-URL: https://build.opensuse.org/request/show/998258 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=941 --- libvirt.changes | 7 +++++++ libvirt.spec | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/libvirt.changes b/libvirt.changes index 34cd01e..b7ecd93 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 19 18:43:03 UTC 2022 - James Fehlig + +- spec: Place 'Requires:' on compression binaries instead of their + associated packages + boo#1202569 + ------------------------------------------------------------------- Mon Aug 15 15:59:38 UTC 2022 - James Fehlig diff --git a/libvirt.spec b/libvirt.spec index 9abaa1b..9bdb8f4 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -638,12 +638,12 @@ Requires: %{name}-daemon = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release} Requires: /usr/bin/qemu-img # For image compression -Requires: bzip2 -Requires: gzip -Requires: lzop +Requires: /usr/bin/bzip2 +Requires: /usr/bin/gzip +Requires: /usr/bin/lzop +Requires: /usr/bin/xz Requires: qemu Requires: systemd-container -Requires: xz # swtp is needed to manage devices. %if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150300 Requires: swtpm