Use a full canonical source url, now that we are using the tarballs
This commit is contained in:
parent
1feaa406fc
commit
05598238ac
@ -15,7 +15,8 @@ BuildArch: noarch
|
||||
# We use upstream tarballs now. Leave this in case we need to do a git
|
||||
# snapshot for some reason to remind us how they were generated.
|
||||
# git archive --format=tar --prefix=linux-firmware-%{checkout}/ %{checkout} | xz > linux-firmware-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
#Source0: %{name}-%{version}.tar.xz
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/firmware/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch1: 0001-brcm-Raspberry-Pi-3A-WiFi-NVRAM-support.patch
|
||||
Patch2: 0002-brcm-Raspberry-Pi-Update-ccode-to-X2.patch
|
||||
|
Loading…
Reference in New Issue
Block a user