From 22b9fabd6563ae237a1706e9cc059bd86ec5a179 Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Wed, 4 Sep 2024 18:27:10 +0200 Subject: [PATCH] [openSUSE][RPM] (commented out) services for qemu-pr-helper Upstream provides services for qemu-pr-helper. So far, we've not needed them, so let's continue not to ship them for now. However, in case at some point we want to start offering them, stash the commented out runes for that in the spec file. Signed-off-by: Dario Faggioli --- rpm/qemu.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rpm/qemu.spec b/rpm/qemu.spec index c55daada959c4..4f3eb10f75305 100644 --- a/rpm/qemu.spec +++ b/rpm/qemu.spec @@ -1016,6 +1016,12 @@ done # End of "if build_x86_firmware" %endif +# Upstream provides services for qemu-pr-helper. So far, we've not needed +# them, so let's continue not to ship them for now. If that changes, just +# uncomment these lines (and the ones in the %file pr-helper section) +#install -m 0644 contrib/systemd/qemu-pr-helper.service %{buildroot}%{_unitdir} +#install -m 0644 contrib/systemd/qemu-pr-helper.socket %{buildroot}%{_unitdir} + %if 0%{with vmsr_helper} echo "" # Upstream provides services for qemu-vmsr-helper. So far, we've not needed @@ -1703,6 +1709,8 @@ This package provides a helper utility for SCSI persistent reservations. %files pr-helper %_bindir/qemu-pr-helper +#%{_unitdir}/qemu-pr-helper.service +#%{_unitdir}/qemu-pr-helper.socket %_mandir/man8/qemu-pr-helper.8.gz %if 0%{with vmsr_helper}