* Thu Sep 10 2020 Danilo Cesar Lemes de Paula <ddepaula@redhat.com> - 5.1.0-6.el8

- kvm-spec-Move-qemu-pr-helper-back-to-usr-bin.patch [bz#1869635]
- kvm-Bump-required-libusbx-version.patch [bz#1856591]
- Resolves: bz#1856591
  (libusbx isn't updated with qemu-kvm)
- Resolves: bz#1869635
  ('/usr/bin/qemu-pr-helper' is not a suitable pr helper: No such file or directory)
This commit is contained in:
Danilo C. L. de Paula 2020-09-10 15:57:46 -04:00
parent 7f165dc009
commit 8198b6bf7f
2 changed files with 15 additions and 4 deletions

View File

@ -69,7 +69,7 @@ Obsoletes: %1-rhev
Summary: QEMU is a machine emulator and virtualizer Summary: QEMU is a machine emulator and virtualizer
Name: qemu-kvm Name: qemu-kvm
Version: 5.1.0 Version: 5.1.0
Release: 5%{?dist} Release: 6%{?dist}
# 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 Epoch: 15
License: GPLv2 and GPLv2+ and CC-BY License: GPLv2 and GPLv2+ and CC-BY
@ -330,7 +330,7 @@ Requires(preun): systemd-units
Requires: powerpc-utils Requires: powerpc-utils
%endif %endif
%endif %endif
Requires: libusbx >= 1.0.19 Requires: libusbx >= 1.0.23
%if %{have_usbredir} %if %{have_usbredir}
Requires: usbredir >= 0.7.1 Requires: usbredir >= 0.7.1
%endif %endif
@ -933,6 +933,9 @@ rm -rf $RPM_BUILD_ROOT%{qemudocdir}/user/.buildinfo
# Remove spec # Remove spec
rm -rf $RPM_BUILD_ROOT%{qemudocdir}/specs rm -rf $RPM_BUILD_ROOT%{qemudocdir}/specs
# Hack to keep qemu-pr-helper in original location
mv $RPM_BUILD_ROOT%{_libexecdir}/qemu-pr-helper $RPM_BUILD_ROOT%{_bindir}/qemu-pr-helper
%check %check
cd qemu-kvm-build cd qemu-kvm-build
export DIFF=diff; make check V=1 export DIFF=diff; make check V=1
@ -996,7 +999,7 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
%{_mandir}/man7/qemu-qmp-ref.7* %{_mandir}/man7/qemu-qmp-ref.7*
%{_mandir}/man7/qemu-cpu-models.7* %{_mandir}/man7/qemu-cpu-models.7*
%{_bindir}/qemu-keymap %{_bindir}/qemu-keymap
%{_libexecdir}/qemu-pr-helper %{_bindir}/qemu-pr-helper
%{_bindir}/qemu-edid %{_bindir}/qemu-edid
%{_bindir}/qemu-trace-stap %{_bindir}/qemu-trace-stap
%{_unitdir}/qemu-pr-helper.service %{_unitdir}/qemu-pr-helper.service
@ -1132,6 +1135,14 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
%changelog %changelog
* Thu Sep 10 2020 Danilo Cesar Lemes de Paula <ddepaula@redhat.com> - 5.1.0-6.el8
- kvm-spec-Move-qemu-pr-helper-back-to-usr-bin.patch [bz#1869635]
- kvm-Bump-required-libusbx-version.patch [bz#1856591]
- Resolves: bz#1856591
(libusbx isn't updated with qemu-kvm)
- Resolves: bz#1869635
('/usr/bin/qemu-pr-helper' is not a suitable pr helper: No such file or directory)
* Tue Sep 08 2020 Danilo Cesar Lemes de Paula <ddepaula@redhat.com> - 5.1.0-5.el8 * Tue Sep 08 2020 Danilo Cesar Lemes de Paula <ddepaula@redhat.com> - 5.1.0-5.el8
- kvm-Revert-i386-Fix-pkg_id-offset-for-EPYC-cpu-models.patch [bz#1873417] - kvm-Revert-i386-Fix-pkg_id-offset-for-EPYC-cpu-models.patch [bz#1873417]
- kvm-Revert-target-i386-Enable-new-apic-id-encoding-for-E.patch [bz#1873417] - kvm-Revert-target-i386-Enable-new-apic-id-encoding-for-E.patch [bz#1873417]

View File

@ -4,7 +4,7 @@ Description=Persistent Reservation Daemon for QEMU
[Service] [Service]
WorkingDirectory=/tmp WorkingDirectory=/tmp
Type=simple Type=simple
ExecStart=/usr/libexec/qemu-pr-helper ExecStart=/usr/bin/qemu-pr-helper
PrivateTmp=yes PrivateTmp=yes
ProtectSystem=strict ProtectSystem=strict
ReadWritePaths=/var/run ReadWritePaths=/var/run