Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virtme for openSUSE:Factory checked in at 2023-12-17 21:32:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virtme (Old) and /work/SRC/openSUSE:Factory/.virtme.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtme" Sun Dec 17 21:32:13 2023 rev:8 rq:1133629 version:1.18 Changes: -------- --- /work/SRC/openSUSE:Factory/virtme/virtme.changes 2023-11-30 22:05:15.297934151 +0100 +++ /work/SRC/openSUSE:Factory/.virtme.new.25432/virtme.changes 2023-12-17 21:34:40.974725051 +0100 @@ -1,0 +2,5 @@ +Wed Dec 13 09:36:30 UTC 2023 - Robert Frohl <[email protected]> + +- Require qemu-tools instead virtiofsd for older SLE/Leap versions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtme.spec ++++++ --- /var/tmp/diff_new_pack.0LVgwN/_old 2023-12-17 21:34:41.470743074 +0100 +++ /var/tmp/diff_new_pack.0LVgwN/_new 2023-12-17 21:34:41.470743074 +0100 @@ -33,7 +33,11 @@ BuildRequires: python-rpm-macros Requires: busybox-static Requires: qemu +%if 0%{?suse_version} == 1500 && 0%{?sle_version} <= 150500 +Requires: qemu-tools +%else Requires: virtiofsd +%endif BuildArch: noarch %description
