!90 Update to version 20241017

From: @fundawang 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
This commit is contained in:
openeuler-ci-bot 2024-11-04 07:58:34 +00:00 committed by Gitee
commit c4fad99fc4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 15 additions and 7 deletions

2
.gitattributes vendored
View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:639af65e08b45ef0adbee8a7b5a1b6afc030a05c019fd52f16d5673f5c0664bd
size 580546571

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a26c38ef5a83272f2b98ce8bf8ca1865a852a3deea49ce5a8dd804b914351273
size 397400292

View File

@ -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 <fundawang@yeah.net> - 20241017-1
- update to 20241017
* Thu Sep 19 2024 wangxiao <wangxiao184@h-partners.com> - 20240811-2
- need use copy-firmware.sh, modify the process of build and install