diff --git a/1.20200819.tar.gz b/firmware-1.20200819.tar.gz similarity index 100% rename from 1.20200819.tar.gz rename to firmware-1.20200819.tar.gz diff --git a/raspberrypi-firmware.spec b/raspberrypi-firmware.spec index c627c8f..9721834 100644 --- a/raspberrypi-firmware.spec +++ b/raspberrypi-firmware.spec @@ -5,7 +5,7 @@ Name: raspberrypi-firmware Version: 20200904 -Release: 1 +Release: 2 Summary: Firmware files used for RaspberryPi License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted ExclusiveArch: aarch64 @@ -13,14 +13,14 @@ ExclusiveArch: aarch64 Provides: raspberrypi-firmware = %{version}-%{release} URL: https://github.com/raspberrypi/firmware -Source0: https://github.com/raspberrypi/firmware/archive/%{firmware_release}.tar.gz +Source0: https://github.com/raspberrypi/firmware/archive/firmware-%{firmware_release}.tar.gz Source1: %{name}-%{version}.tar.gz %description This package contains firmware images required by some RaspberryPi devices. %prep -%setup -q -n firmware-%{version} -a 1 -c +%setup -q -n %{name}-%{version} -a 1 -c %install mkdir -p %{buildroot}%{_lib_path}/brcm @@ -47,6 +47,9 @@ cd - /boot/* %changelog +* Wed Sep 16 2020 Yafen Fang - 20200904-2 +- Change source0's name. + * Fri Sep 4 2020 Yafen Fang - 20200904-1 - Update firmware files.