Skip to content

Commit

Permalink
[openSUSE][RPM] (commented out) services for qemu-pr-helper
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dfaggioli committed Sep 5, 2024
1 parent f6e35b3 commit 22b9fab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rpm/qemu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 22b9fab

Please sign in to comment.