From ef8230588e184df2df2c79c3ae914cca5c986c39 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 23 Oct 2024 11:02:55 +0800 Subject: [PATCH] 20241017 --- .gitattributes | 2 ++ ...240811.tar.gz => linux-firmware-20241017.tar.xz | 4 ++-- linux-firmware.spec | 14 ++++++++++---- 3 files changed, 14 insertions(+), 6 deletions(-) rename linux-firmware-20240811.tar.gz => linux-firmware-20241017.tar.xz (32%) diff --git a/.gitattributes b/.gitattributes index 99a0449..b885afd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ linux-firmware-20240811.tar.gz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text diff --git a/linux-firmware-20240811.tar.gz b/linux-firmware-20241017.tar.xz similarity index 32% rename from linux-firmware-20240811.tar.gz rename to linux-firmware-20241017.tar.xz index 05360a3..553b8e3 100644 --- a/linux-firmware-20240811.tar.gz +++ b/linux-firmware-20241017.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:639af65e08b45ef0adbee8a7b5a1b6afc030a05c019fd52f16d5673f5c0664bd -size 580546571 +oid sha256:a26c38ef5a83272f2b98ce8bf8ca1865a852a3deea49ce5a8dd804b914351273 +size 397400292 diff --git a/linux-firmware.spec b/linux-firmware.spec index cc16de1..118654f 100644 --- a/linux-firmware.spec +++ b/linux-firmware.spec @@ -1,18 +1,18 @@ %define _binaries_in_noarch_packages_terminate_build 0 -%global release 2 +%global release 1 %global _lib_path /usr/lib/firmware %global _license_path /usr/share/licenses Name: linux-firmware -Version: 20240811 +Version: 20241017 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: https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/%{name}-%{version}.tar.gz +Source0: https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/%{name}-%{version}.tar.xz Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0 Provides: iwl100-firmware = 39.31.5.1-87 @@ -65,11 +65,14 @@ Obsoletes: rt73usb-firmware < 1.8-11 Obsoletes: cx18-firmware < 20080628-10 Conflicts: microcode_ctl < 2.1-0 +BuildRequires: git +BuildRequires: python3 + %description This package contains firmware images required by some devices. %prep -%autosetup -p1 +%autosetup -p1 -S git %build @@ -94,6 +97,9 @@ popd %{_lib_path}/* %changelog +* Fri Oct 18 2024 Funda Wang - 20241017-1 +- update to 20241017 + * Thu Sep 19 2024 wangxiao - 20240811-2 - need use copy-firmware.sh, modify the process of build and install -- Gitee