change source0's name
This commit is contained in:
parent
c56bfc9a14
commit
95c723499f
@ -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<yafen@iscas.ac.cn> - 20200904-2
|
||||
- Change source0's name.
|
||||
|
||||
* Fri Sep 4 2020 Yafen Fang<yafen@iscas.ac.cn> - 20200904-1
|
||||
- Update firmware files.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user