diff --git a/change-python-script-shebang-to-python3.patch b/change-python-script-shebang-to-python3.patch index c9ec7c2ba003fe0e018cd2f911495995f6db7941..42a3565c563e6ac0d33b3e7e726e88c5eab1ee29 100644 --- a/change-python-script-shebang-to-python3.patch +++ b/change-python-script-shebang-to-python3.patch @@ -17,7 +17,7 @@ index 662c609..66a2774 100755 +#!/usr/bin/python3 import os, re, sys - + from io import open -- 1.8.3.1 diff --git a/linux-firmware-20190815.tar.gz b/linux-firmware-20200817.tar.gz similarity index 75% rename from linux-firmware-20190815.tar.gz rename to linux-firmware-20200817.tar.gz index 7595f736cbf3413923a77282e45c328e17eccc5c..bd1449af47c5d3de9b7fa45b492c18e2346f1afd 100644 Binary files a/linux-firmware-20190815.tar.gz and b/linux-firmware-20200817.tar.gz differ diff --git a/linux-firmware.spec b/linux-firmware.spec index 6a533772137fa75dd655ea610b7cad72fee01a22..1d1c0bdf4e3b8b411535ac629ad60a0d620dd6b2 100644 --- a/linux-firmware.spec +++ b/linux-firmware.spec @@ -1,18 +1,18 @@ %define _binaries_in_noarch_packages_terminate_build 0 -%global release 4 +%global release 1 %global _lib_path /usr/lib/firmware %global _license_path /usr/share/licenses Name: linux-firmware -Version: 20190815 +Version: 20200817 Release: %{release} Summary: Firmware files used by the Linux kernel 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 +* Wed Aug 26 2020 xinghe - 20200817-1 +- update to 20200817 + * Fri Feb 21 2020 wangbin - 20190815-4 - change python script shebang to python3