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-01-28 22:12:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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" Fri Jan 28 22:12:41 2022 rev:8 rq:949671 version:2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/arm-trusted-firmware/arm-trusted-firmware.changes 2022-01-24 23:10:25.618580418 +0100 +++ /work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.1898/arm-trusted-firmware.changes 2022-01-28 22:13:27.174513538 +0100 @@ -1,0 +2,7 @@ +Fri Jan 28 08:37:26 UTC 2022 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Disable some targets on SLE15-SP4 because of missing deps in SLE: + a3700, hikey, hikey960, imx8qm, imx8qx, rk3399 + Fixes bsc#1193779 and bsc#1195129 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ arm-trusted-firmware.spec ++++++ --- /var/tmp/diff_new_pack.gXeJIB/_old 2022-01-28 22:13:27.898508583 +0100 +++ /var/tmp/diff_new_pack.gXeJIB/_new 2022-01-28 22:13:27.902508556 +0100 @@ -16,7 +16,7 @@ # -%define platform @BUILD_FLAVOR@%{nil} +%global platform @BUILD_FLAVOR@%{nil} %if "%{platform}" == "a3700" || "%{platform}" == "imx8mq" # Debug build not supported for UART boot on a3700 @@ -134,10 +134,18 @@ BuildRequires: u-boot-rpi3 %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build +# 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 +%endif +%else +# Tumbleweed %if "%{platform}" != "" BuildArch: noarch ExclusiveArch: aarch64 %endif +%endif %if "%{platform}" == "rpi4" Supplements: modalias(of:N*T*Cbrcm%2Cbcm2711*C*) %endif