Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package arm-trusted-firmware for
openSUSE:Factory checked in at 2022-02-02 22:41:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arm-trusted-firmware (Old)
and /work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arm-trusted-firmware"
Wed Feb 2 22:41:43 2022 rev:10 rq:950661 version:2.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/arm-trusted-firmware/arm-trusted-firmware.changes
2022-01-31 22:58:17.981186571 +0100
+++
/work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.1898/arm-trusted-firmware.changes
2022-02-02 22:42:39.439026095 +0100
@@ -1,0 +2,7 @@
+Wed Feb 2 07:09:52 UTC 2022 - Stefan Weiberg <[email protected]>
+
+- ExclusiveArch got overwritten, using else branches instead as
+ SLE 15 SP4 continued to build excluded flavours
+ (related to bsc#1193779 and bsc#1195129)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ arm-trusted-firmware.spec ++++++
--- /var/tmp/diff_new_pack.DmlmR5/_old 2022-02-02 22:42:40.275020428 +0100
+++ /var/tmp/diff_new_pack.DmlmR5/_new 2022-02-02 22:42:40.279020402 +0100
@@ -135,15 +135,20 @@
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%if "%{platform}" != ""
-BuildArch: noarch
-ExclusiveArch: aarch64
-%endif
-
# Disable some targets on SLE15-SP4 because of missing deps
%if 0%{suse_version} < 1550
%if "%{platform}" == "a3700" || "%{platform}" == "hikey" || "%{platform}" ==
"hikey960" || "%{platform}" == "imx8qm" || "%{platform}" == "imx8qx" ||
"%{platform}" == "rk3399"
ExclusiveArch: do_not_build
+%else
+%if "%{platform}" != ""
+BuildArch: noarch
+ExclusiveArch: aarch64
+%endif
+%endif
+%else
+%if "%{platform}" != ""
+BuildArch: noarch
+ExclusiveArch: aarch64
%endif
%endif