Compare commits
10 Commits
92bc5f01bf
...
652971945a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
652971945a | ||
|
|
42135550a5 | ||
|
|
fdeb1e3636 | ||
|
|
f3d274a0e9 | ||
|
|
a05226702b | ||
|
|
6375ba66de | ||
|
|
dc2dd5d4e5 | ||
|
|
586f61e781 | ||
|
|
eeb720fb9c | ||
|
|
edaf1d6310 |
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _lib_path /usr/lib/firmware
|
||||
%global _license_path /usr/share/licenses/raspi
|
||||
%global firmware_release 1.20200819
|
||||
%global firmware_release 1.20230306
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: raspberrypi-firmware
|
||||
Version: 20200904
|
||||
Release: 3
|
||||
Version: 20230315
|
||||
Release: 7
|
||||
Summary: Firmware files used for RaspberryPi
|
||||
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
||||
ExclusiveArch: aarch64
|
||||
@ -13,7 +13,7 @@ ExclusiveArch: aarch64
|
||||
Provides: raspberrypi-firmware = %{version}-%{release}
|
||||
|
||||
URL: https://github.com/raspberrypi/firmware
|
||||
Source0: https://github.com/raspberrypi/firmware/archive/firmware-%{firmware_release}.tar.gz
|
||||
Source0: https://github.com/raspberrypi/firmware/archive/%{firmware_release}/firmware-%{firmware_release}.tar.gz
|
||||
Source1: %{name}-%{version}.tar.gz
|
||||
Conflicts: linux-firmware
|
||||
|
||||
@ -43,11 +43,25 @@ cd -
|
||||
%files
|
||||
%dir %{_lib_path}
|
||||
%dir %{_license_path}
|
||||
%{_license_path}
|
||||
%{_lib_path}/*
|
||||
/boot/*
|
||||
%license %{_license_path}
|
||||
|
||||
%changelog
|
||||
* Wed Mar 15 2023 Yafen Fang<yafen@iscas.ac.cn> - 20230315-7
|
||||
- update firmware to version 1.20230306
|
||||
- update bluez-firmware to the latest commit (9556b08ace2a1735127894642cc8ea6529c04c90): 1.2-4+rpt10 release
|
||||
|
||||
* Wed Mar 16 2022 Yafen Fang<yafen@iscas.ac.cn> - 20220316-6
|
||||
- update firmware to version 1.20220308
|
||||
- update firmware-nonfree to the latest commit (54ffdd6e2ea6055d46656b78e148fe7def3ec9d8): 1:20190114-2+rpt4 release
|
||||
|
||||
* Tue Feb 23 2021 Yafen Fang<yafen@iscas.ac.cn> - 20210223-5
|
||||
- update firmware files: firmware(1.20210201), bluez-firmware(1.2-4+rpt8: e7fd166981ab4bb9a36c2d1500205a078a35714d) and firmware-nonfree(1:20190114-1+rpt11: 83938f78ca2d5a0ffe0c223bb96d72ccc7b71ca5).
|
||||
|
||||
* Tue Nov 10 2020 Yafen Fang<yafen@iscas.ac.cn> - 20201110-4
|
||||
- update firmware files: firmware(1.20201022), bluez-firmware(a4e08822e3f24a6211f6ac94bc98b7ef87700c70) and firmware-nonfree(5113681d6dcd46581a1882cbeb3d5cf1ddbf7676).
|
||||
|
||||
* Tue Sep 22 2020 Yafen Fang<yafen@iscas.ac.cn> - 20200904-3
|
||||
- Add the conflicts field, declaring the conflicts with linux-firmware(brcmfmac43362-sdio.lemaker,bananapro.txt/brcmfmac43430-sdio.bin/brcmfmac43455-sdio.bin in /usr/lib/firmware/brcm).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user