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-31 22:57:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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" Mon Jan 31 22:57:27 2022 rev:9 rq:950232 version:2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/arm-trusted-firmware/arm-trusted-firmware.changes 2022-01-28 22:13:27.174513538 +0100 +++ /work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.1898/arm-trusted-firmware.changes 2022-01-31 22:58:17.981186571 +0100 @@ -1,0 +2,8 @@ +Mon Jan 31 14:24:30 UTC 2022 - Stefan Weiberg <sweib...@suse.com> + +- Fixing the if statement to disable some targets on SLE 15 SP4, as + the prior change resulted in the packages being built on other + architectures than aarch64 on SLE 15 SP4 + (related to bsc#1193779 and bsc#1195129) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ arm-trusted-firmware.spec ++++++ --- /var/tmp/diff_new_pack.MRWljV/_old 2022-01-31 22:58:18.653182046 +0100 +++ /var/tmp/diff_new_pack.MRWljV/_new 2022-01-31 22:58:18.661181992 +0100 @@ -134,18 +134,19 @@ BuildRequires: u-boot-rpi3 %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 %endif -%else -# Tumbleweed -%if "%{platform}" != "" -BuildArch: noarch -ExclusiveArch: aarch64 -%endif %endif + %if "%{platform}" == "rpi4" Supplements: modalias(of:N*T*Cbrcm%2Cbcm2711*C*) %endif