From 9ea9ddd1884eda12a6f02139b2d6ded4a571f75f Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Mon, 31 Aug 2020 09:53:42 +0800 Subject: [PATCH] fix source url --- linux-firmware.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/linux-firmware.spec b/linux-firmware.spec index ef7a4b0..03e6394 100644 --- a/linux-firmware.spec +++ b/linux-firmware.spec @@ -1,6 +1,6 @@ %define _binaries_in_noarch_packages_terminate_build 0 -%global release 1 +%global release 2 %global _lib_path /usr/lib/firmware %global _license_path /usr/share/licenses @@ -12,7 +12,7 @@ License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted URL: http://www.kernel.org/ BuildArch: noarch -Source0: %{name}-%{version}.tar.gz +Source0: https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/%{name}-%{version}.tar.gz Patch1: change-python-script-shebang-to-python3.patch Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0 @@ -92,6 +92,9 @@ rm %{buildroot}/%{_lib_path}/{WHENCE,LICENCE.*,LICENSE.*} %{_lib_path}/* %changelog +* Mon AUg 31 2020 xinghe - 20200817-2 +- fix source url + * Wed Aug 25 2020 xinghe - 20200817-1 - update to 20200817 -- Gitee