Use a full canonical source url, now that we are using the tarballs

This commit is contained in:
Yanko Kaneti 2019-03-13 18:09:48 +02:00
parent 1feaa406fc
commit 05598238ac

View File

@ -15,7 +15,8 @@ BuildArch: noarch
# We use upstream tarballs now. Leave this in case we need to do a git # 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. # 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 # 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 Patch1: 0001-brcm-Raspberry-Pi-3A-WiFi-NVRAM-support.patch
Patch2: 0002-brcm-Raspberry-Pi-Update-ccode-to-X2.patch Patch2: 0002-brcm-Raspberry-Pi-Update-ccode-to-X2.patch