Enable host_cdrom

i10-beta changed/i10-beta/qemu-kvm-9.1.0-8.el10.inferit.1
Arkady L. Shane 4 weeks ago
parent 44cc6b0f74
commit 4694979ed2
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -95,7 +95,7 @@
%global target_list %{kvm_target}-softmmu %global target_list %{kvm_target}-softmmu
%global block_drivers_rw_list qcow2,raw,file,host_device,nbd,iscsi,rbd,blkdebug,luks,null-co,nvme,copy-on-read,throttle,compress,virtio-blk-vhost-vdpa,virtio-blk-vfio-pci,virtio-blk-vhost-user,io_uring,nvme-io_uring %global block_drivers_rw_list qcow2,raw,file,host_device,nbd,iscsi,rbd,blkdebug,luks,null-co,nvme,copy-on-read,throttle,compress,virtio-blk-vhost-vdpa,virtio-blk-vfio-pci,virtio-blk-vhost-user,io_uring,nvme-io_uring
%global block_drivers_ro_list vdi,vmdk,vhdx,vpc,https %global block_drivers_ro_list vdi,vmdk,vhdx,vpc,https,host_cdrom
%define qemudocdir %{_docdir}/%{name} %define qemudocdir %{_docdir}/%{name}
%global firmwaredirs "%{_datadir}/qemu-firmware:%{_datadir}/ipxe/qemu:%{_datadir}/seavgabios:%{_datadir}/seabios" %global firmwaredirs "%{_datadir}/qemu-firmware:%{_datadir}/ipxe/qemu:%{_datadir}/seavgabios:%{_datadir}/seabios"
@ -148,7 +148,7 @@ Obsoletes: %{name}-block-ssh <= %{epoch}:%{version} \
Summary: QEMU is a machine emulator and virtualizer Summary: QEMU is a machine emulator and virtualizer
Name: qemu-kvm Name: qemu-kvm
Version: 9.1.0 Version: 9.1.0
Release: 8%{?rcrel}%{?dist}%{?cc_suffix}.inferit Release: 8%{?rcrel}%{?dist}%{?cc_suffix}.inferit.1
# Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped # Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
# Epoch 15 used for RHEL 8 # Epoch 15 used for RHEL 8
# Epoch 17 used for RHEL 9 (due to release versioning offset in RHEL 8.5) # Epoch 17 used for RHEL 9 (due to release versioning offset in RHEL 8.5)
@ -1479,6 +1479,9 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
%endif %endif
%changelog %changelog
* Wed Jan 29 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 18:9.1.0-8.inferit.1
- Enable host_cdrom
* Wed Jan 29 2025 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 9.1.0-8 * Wed Jan 29 2025 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 9.1.0-8
- Update to 9.1.0-8 - Update to 9.1.0-8

Loading…
Cancel
Save