|
9 | 9 | Summary: Virtualization API library that supports KVM, QEMU, Xen, ESX etc |
10 | 10 | Name: libvirt |
11 | 11 | Version: 7.10.0 |
12 | | -Release: 3%{?dist} |
| 12 | +Release: 4%{?dist} |
13 | 13 | License: LGPLv2+ |
14 | 14 | Vendor: Microsoft Corporation |
15 | 15 | Distribution: Mariner |
16 | 16 | Group: Virtualization/Libraries |
17 | 17 | URL: https://libvirt.org/ |
18 | 18 | Source0: https://libvirt.org/sources/%{name}-%{version}.tar.xz |
19 | 19 |
|
20 | | -BuildRequires: %{_bindir}/qemu-img |
21 | 20 | BuildRequires: audit-libs-devel |
22 | 21 | BuildRequires: augeas |
23 | 22 | BuildRequires: bash-completion |
@@ -57,6 +56,7 @@ BuildRequires: parted |
57 | 56 | BuildRequires: polkit |
58 | 57 | BuildRequires: python3-devel |
59 | 58 | BuildRequires: python3-docutils |
| 59 | +BuildRequires: qemu-img |
60 | 60 | BuildRequires: readline-devel |
61 | 61 | BuildRequires: rpcsvc-proto |
62 | 62 | BuildRequires: sanlock-devel |
@@ -221,7 +221,7 @@ iptables and ip6tables capabilities |
221 | 221 | %package daemon-driver-qemu |
222 | 222 | Summary: QEMU driver plugin for the libvirtd daemon |
223 | 223 |
|
224 | | -Requires: %{_bindir}/qemu-img |
| 224 | +Requires: qemu-img |
225 | 225 | Requires: %{name}-daemon = %{version}-%{release} |
226 | 226 | Requires: %{name}-libs = %{version}-%{release} |
227 | 227 | Requires: bzip2 |
@@ -269,7 +269,7 @@ parted and more. |
269 | 269 | %package daemon-driver-storage-core |
270 | 270 | Summary: Storage driver plugin including base backends for the libvirtd daemon |
271 | 271 |
|
272 | | -Requires: %{_bindir}/qemu-img |
| 272 | +Requires: qemu-img |
273 | 273 | Requires: %{name}-daemon = %{version}-%{release} |
274 | 274 | Requires: %{name}-libs = %{version}-%{release} |
275 | 275 | Requires: nfs-utils |
@@ -1053,6 +1053,9 @@ exit 0 |
1053 | 1053 | %{_libdir}/libnss_libvirt_guest.so.2 |
1054 | 1054 |
|
1055 | 1055 | %changelog |
| 1056 | +* Thu Sep 08 2022 Andrew Phelps <[email protected]> - 7.10.0-4 |
| 1057 | +- Change qemu-img BR from binary to package |
| 1058 | + |
1056 | 1059 | * Thu Feb 24 2022 Pawel Winogrodzki <[email protected]> - 7.10.0-3 |
1057 | 1060 | - Re-enabling '*-glusterfs' subpackage. |
1058 | 1061 | - Bringing back dependency on 'lzop' and 'radvd'. |
|
0 commit comments