Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virtx for openSUSE:Factory checked in at 2026-05-30 22:56:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virtx (Old) and /work/SRC/openSUSE:Factory/.virtx.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtx" Sat May 30 22:56:09 2026 rev:4 rq:1355938 version:0.1+g89b87f1 Changes: -------- --- /work/SRC/openSUSE:Factory/virtx/virtx.changes 2026-05-29 18:14:22.364541031 +0200 +++ /work/SRC/openSUSE:Factory/.virtx.new.1937/virtx.changes 2026-05-30 22:58:06.464205119 +0200 @@ -1,0 +2,7 @@ +Fri May 29 17:12:58 UTC 2026 - Dario Faggioli <[email protected]> + +- Add sanlock dependencies +- Add sanlock.service as required, and change the Group to disk, + so virtxd can access /dev/ raw disks + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtx.spec ++++++ --- /var/tmp/diff_new_pack.KAUb43/_old 2026-05-30 22:58:09.240319024 +0200 +++ /var/tmp/diff_new_pack.KAUb43/_new 2026-05-30 22:58:09.268320173 +0200 @@ -38,6 +38,8 @@ Requires: libvirt-daemon-config-network Requires: numa-preplace Requires: hashicorp-serf +Requires: sanlock +Requires: libvirt-daemon-plugin-sanlock %{?systemd_ordering} %description ++++++ virtx.service ++++++ --- /var/tmp/diff_new_pack.KAUb43/_old 2026-05-30 22:58:09.876345121 +0200 +++ /var/tmp/diff_new_pack.KAUb43/_new 2026-05-30 22:58:09.912346597 +0200 @@ -4,9 +4,10 @@ # wait for all local and known remote filesystems After=local-fs.target remote-fs.target Wants=remote-fs.target -Requires=virtqemud.service -Requires=virtproxyd.service +Requires=virtqemud.socket +Requires=virtproxyd-tcp.socket Requires=serf.service +Requires=sanlock.service # we need to be able to read/write the disk images, so we need to be User qemu, # (group is not enough due to permissions being writable only by qemu). @@ -19,7 +20,7 @@ [Service] Type=simple User=qemu -Group=qemu +Group=disk ExecStart=/usr/sbin/virtxd Restart=on-failure RestartSec=5s
