Hello community,
here is the log from the commit of package raspberrypi-firmware for
openSUSE:Factory checked in at 2016-05-23 16:38:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware (Old)
and /work/SRC/openSUSE:Factory/.raspberrypi-firmware.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware"
Changes:
--------
---
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware.changes
2016-05-17 17:14:18.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new/raspberrypi-firmware.changes
2016-05-23 16:38:50.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 10 17:58:12 UTC 2016 - [email protected]
+
+- mark package as noarch (adds rpmlintrc)
+- split extra bootloaders into separate -extra subpackage
+
+-------------------------------------------------------------------
New:
----
raspberrypi-firmware-rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ raspberrypi-firmware.spec ++++++
--- /var/tmp/diff_new_pack.mYZtV5/_old 2016-05-23 16:38:51.000000000 +0200
+++ /var/tmp/diff_new_pack.mYZtV5/_new 2016-05-23 16:38:51.000000000 +0200
@@ -23,15 +23,25 @@
License: SUSE-Firmware
Group: System/Boot
Url: https://github.com/raspberrypi/firmware/
-ExclusiveArch: %arm aarch64
+BuildArch: noarch
Source0: raspberrypi-firmware-%{version}.tar.bz2
Source1: get-from-git.sh
Source2: Config.txt
+Source99: %name-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Binary bootloader and firmware files for Raspberry Pi
+%package extra
+Summary: Extra bootloaders for Raspberry Pi
+Group: System/Boot
+Requires: raspberrypi-firmware = %{version}
+
+%description extra
+This package provides the console, experimental and debug
+firmware files for Raspberry Pi
+
%package branding-openSUSE
Summary: openSUSE Branding for Raspberry Pi
@@ -60,15 +70,19 @@
%defattr(-,root,root)
%dir /boot/vc
/boot/vc/start.elf
+/boot/vc/fixup.dat
+/boot/vc/bootcode.bin
+%doc /boot/vc/LICENCE.broadcom
+
+%files extra
+%defattr(-,root,root)
+%dir /boot/vc
/boot/vc/start_cd.elf
/boot/vc/start_db.elf
/boot/vc/start_x.elf
-/boot/vc/fixup.dat
/boot/vc/fixup_cd.dat
/boot/vc/fixup_db.dat
/boot/vc/fixup_x.dat
-/boot/vc/bootcode.bin
-%doc /boot/vc/LICENCE.broadcom
%files branding-openSUSE
%defattr(-,root,root)
++++++ raspberrypi-firmware-rpmlintrc ++++++
# These are binaries not executed on the CPU but on the graphics card
addFilter('.*arch-independent-package-contains-binary-or-object.*/boot/vc/.*.elf')