Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2020-09-05 23:56:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xen (Old)
 and      /work/SRC/openSUSE:Factory/.xen.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xen"

Sat Sep  5 23:56:59 2020 rev:289 rq:831266 version:4.14.0_02

Changes:
--------
--- /work/SRC/openSUSE:Factory/xen/xen.changes  2020-08-06 17:31:49.581090252 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new.3399/xen.changes        2020-09-05 
23:57:08.383095719 +0200
@@ -1,0 +2,6 @@
+Tue Sep  1 12:28:43 UTC 2020 - Guillaume GARDET <[email protected]>
+
+- Fix build on aarch64 with gcc10
+- Package xenhypfs for aarch64
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xen.spec ++++++
--- /var/tmp/diff_new_pack.3kYUaA/_old  2020-09-05 23:57:11.275097167 +0200
+++ /var/tmp/diff_new_pack.3kYUaA/_new  2020-09-05 23:57:11.283097171 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 # needssslcertforbuild
 
@@ -479,6 +479,10 @@
 export WGET=$(type -P false)
 export FTP=$(type -P false)
 export GIT=$(type -P false)
+%ifarch aarch64
+# GCC10+ enables outline-atomics option by default and breaks the build, so 
disable it
+export CFLAGS="%{optflags} -mno-outline-atomics"
+%endif
 export EXTRA_CFLAGS_XEN_TOOLS="%{optflags}"
 export EXTRA_CFLAGS_QEMU_TRADITIONAL="%{optflags}"
 export SMBIOS_REL_DATE="$SMBIOS_REL_DATE"
@@ -1032,8 +1036,8 @@
 /usr/sbin/xen-hvmctx
 /usr/sbin/xen-lowmemd
 /usr/sbin/xen-kdd
-/usr/sbin/xenhypfs
 %endif
+/usr/sbin/xenhypfs
 /usr/sbin/xen-list
 /usr/sbin/xen-destroy
 /usr/sbin/xen-livepatch


Reply via email to