diff --git a/raspberrypi-firmware.spec b/raspberrypi-firmware.spec index ab649b72b991df62f93ac65fe1f936c3477fc107..6726e2a3a0f1fbcbc59b358af6f7f42dcc6cfda6 100644 --- a/raspberrypi-firmware.spec +++ b/raspberrypi-firmware.spec @@ -5,9 +5,9 @@ Name: raspberrypi-firmware Version: 20241207 -Release: 12 +Release: 13 Summary: Firmware files used for RaspberryPi -License: GPL+ and GPLv2+ and Redistributable, no modification permitted and BCM_LEGAL and SYNAPTICS-END-USER-SOFTWARE-TOOL-LICENSE and binary-redist-Cypress and binary-redist-Broadcom-wifi and Synaptics +License: GPL+ and GPLv2+ and Redistributable, no modification permitted and BCM_LEGAL and SYNAPTICS-END-USER-SOFTWARE-TOOL-LICENSE and binary-redist-Cypress and binary-redist-Broadcom-wifi and Synaptics and broadcom_bcm43xx ExclusiveArch: aarch64 Provides: raspberrypi-firmware = %{version}-%{release} @@ -42,7 +42,7 @@ install -p -m 644 debian/firmware/synaptics/*.hcd %{buildroot}%{_lib_path}/synap install -p -m 644 debian/copyright %{buildroot}%{_license_path}/LICENCE.bluez-firmware cd ../firmware-nonfree -install -p -m 644 brcm/* %{buildroot}%{_lib_path}/brcm +cp -a brcm/* %{buildroot}%{_lib_path}/brcm install -p -m 644 cypress/* %{buildroot}%{_lib_path}/cypress install -p -m 644 LICENCE.* %{buildroot}%{_license_path} @@ -65,6 +65,10 @@ cd - %license %{_license_path} %changelog +* Tue Dec 17 2024 Yafen Fang - 20241207-13 +- add license: broadcom_bcm43xx +- preserve the symbolic link format when installing firmwares of brcm + * Mon Dec 9 2024 Yafen Fang - 20241207-12 - update license