!95 [sync] PR-91: update to version 20241110

From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2025-02-17 11:55:00 +00:00 committed by Gitee
commit c40cbe9079
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 7 deletions

View File

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

View File

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

View File

@ -3,7 +3,7 @@
%global _lib_path /usr/lib/firmware %global _lib_path /usr/lib/firmware
Name: linux-firmware Name: linux-firmware
Version: 20241017 Version: 20241110
Release: 1 Release: 1
Summary: Firmware files used by the Linux kernel Summary: Firmware files used by the Linux kernel
License: GPL-1.0-or-later AND GPL-2.0-or-later AND MIT and Redistributable, no modification permitted License: GPL-1.0-or-later AND GPL-2.0-or-later AND MIT and Redistributable, no modification permitted
@ -45,6 +45,8 @@ Provides: libertas-usb8388-firmware = 2:%{version}-%{release}
Provides: libertas-usb8388-olpc-firmware = %{version}-%{release} Provides: libertas-usb8388-olpc-firmware = %{version}-%{release}
Provides: libertas-sd8686-firmware = %{version}-%{release} Provides: libertas-sd8686-firmware = %{version}-%{release}
Provides: libertas-sd8787-firmware = %{version}-%{release} Provides: libertas-sd8787-firmware = %{version}-%{release}
# for liberas/sd8688.bin -> mrvl/sd8688.bin
Requires: %{name}-mrvl = %{version}-%{release}
Obsoletes: libertas-usb8388-firmware < 2:%{version}-%{release} Obsoletes: libertas-usb8388-firmware < 2:%{version}-%{release}
Obsoletes: libertas-sd8686-firmware < %{version}-%{release} Obsoletes: libertas-sd8686-firmware < %{version}-%{release}
@ -142,9 +144,7 @@ popd
%install %install
mkdir -p %{buildroot}/%{_lib_path}/updates mkdir -p %{buildroot}/%{_lib_path}/updates
cp -r * %{buildroot}/%{_lib_path} make DESTDIR=%{buildroot} FIRMWAREDIR=%{_lib_path} install-zst
rm %{buildroot}/%{_lib_path}/{WHENCE,LICENCE.*,LICENSE.*}
make COPYOPTS="-v --ignore-duplicates" DESTDIR=%{buildroot} FIRMWAREDIR=%{_lib_path} install
pushd %{buildroot}/%{_lib_path} pushd %{buildroot}/%{_lib_path}
rm -f usbdux/*dux */*.asm rm -f usbdux/*dux */*.asm
@ -203,6 +203,9 @@ popd
%{_lib_path}/ti-connectivity %{_lib_path}/ti-connectivity
%changelog %changelog
* Mon Nov 11 2024 Funda Wang <fundawang@yeah.net> - 20241110-1
- update to 20241110
* Fri Oct 18 2024 Funda Wang <fundawang@yeah.net> - 20241017-1 * Fri Oct 18 2024 Funda Wang <fundawang@yeah.net> - 20241017-1
- update to 20241017 - update to 20241017