Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2021-01-22 21:49:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xen (Old)
 and      /work/SRC/openSUSE:Factory/.xen.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xen"

Fri Jan 22 21:49:19 2021 rev:296 rq:864498 version:4.14.1_06

Changes:
--------
--- /work/SRC/openSUSE:Factory/xen/xen.changes  2021-01-06 19:55:58.245008330 
+0100
+++ /work/SRC/openSUSE:Factory/.xen.new.28504/xen.changes       2021-01-22 
21:49:20.501595301 +0100
@@ -1,0 +2,13 @@
+Wed Jan 13 14:27:51 MST 2021 - [email protected]
+
+- bsc#1180794 - bogus qemu binary path used when creating fv guest
+  under xen
+  xen.spec
+
+-------------------------------------------------------------------
+Wed Jan 13 10:36:49 MST 2021 - [email protected]
+
+- bsc#1180690 - L3-Question: xen: no needsreboot flag set
+  Add Provides: installhint(reboot-needed) in xen.spec for libzypp
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xen.spec ++++++
--- /var/tmp/diff_new_pack.jblw4X/_old  2021-01-22 21:49:22.101597570 +0100
+++ /var/tmp/diff_new_pack.jblw4X/_new  2021-01-22 21:49:22.105597576 +0100
@@ -22,6 +22,10 @@
   %define _fillupdir /var/adm/fillup-templates
 %endif
 
+# Tumbleweed now defines _libexecdir as /usr/libexec
+# Keep it at the original location (/usr/lib) for backward compatibility
+%define _libexecdir /usr/lib
+
 Name:           xen
 ExclusiveArch:  %ix86 x86_64 aarch64
 %define changeset 41121
@@ -124,8 +128,9 @@
 %ifarch x86_64
 BuildRequires:  pesign-obs-integration
 %endif
+Provides:       installhint(reboot-needed)
 
-Version:        4.14.1_05
+Version:        4.14.1_06
 Release:        0
 Summary:        Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
 License:        GPL-2.0-only
@@ -862,7 +867,7 @@
 # /usr/bin/qemu-system-i386
 # Using qemu-system-x86_64 will result in an incompatible VM
 %ifarch x86_64 aarch64
-hardcoded_path_in_existing_domU_xml='/usr/lib/xen/bin'
+hardcoded_path_in_existing_domU_xml='%{_libexecdir}/%{name}/bin'
 mkdir -vp %{buildroot}${hardcoded_path_in_existing_domU_xml}
 tee 
%{buildroot}${hardcoded_path_in_existing_domU_xml}/qemu-system-%{qemu_arch} << 
'EOF'
 #!/bin/sh
@@ -870,6 +875,7 @@
 exec %{_bindir}/qemu-system-%{qemu_arch} "$@"
 EOF
 chmod 0755 
%{buildroot}${hardcoded_path_in_existing_domU_xml}/qemu-system-%{qemu_arch}
+
 #
 unit='%{_libexecdir}/%{name}/bin/xendomains-wait-disks'
 mkdir -vp '%{buildroot}%{_libexecdir}/%{name}/bin'
@@ -1119,12 +1125,11 @@
 %dir /usr/lib/supportconfig
 %dir /usr/lib/supportconfig/plugins
 /usr/lib/supportconfig/plugins/xen
-%dir /usr/lib/xen
-%dir /usr/lib/xen/bin
-/usr/lib/xen/bin/qemu-system-%{qemu_arch}
-%{_libexecdir}/%{name}
+%dir %{_libexecdir}/%{name}
+%{_libexecdir}/%{name}/bin
 %exclude %{_libexecdir}/%{name}-tools-domU
 %ifarch x86_64
+%{_libexecdir}/%{name}/boot
 %exclude %{_libexecdir}/%{name}/bin/xendomains-wait-disks
 %endif
 %{_fillupdir}/sysconfig.pciback

Reply via email to