Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
1b44adc918 | ||
|
a44af981e6 | ||
|
5db9603c69 | ||
|
ba794f5ce7 |
2
git_id
2
git_id
@@ -1 +1 @@
|
||||
aaae2fb60f75b07d9c249ebe668524f7ddf51243
|
||||
6fc20e018cca0ab954fe249afb60ac5af69f102a
|
||||
|
BIN
kernel-firmware-mellanox-20250206.tar.xz
(Stored with Git LFS)
BIN
kernel-firmware-mellanox-20250206.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
kernel-firmware-mellanox-20250717.tar.xz
(Stored with Git LFS)
Normal file
BIN
kernel-firmware-mellanox-20250717.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 18 14:38:31 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||
|
||||
- Update to version 20250717 (git commit 6fc20e018cca):
|
||||
* WHENCE: extract more license statements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 25 13:52:22 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||
|
||||
- Change conflicts filesystem < 84 to conflicts filesystem without
|
||||
may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
|
||||
16 uses Version 16; yet we need to ensure we get an up-to-date
|
||||
version of filesystem. Relying on the recently introduced provides
|
||||
instructing zypp about the usrmerge is perfect for this use case.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 09:59:49 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||
|
||||
- Update to version 20250408 (git commit c1a774f36657):
|
||||
* Mellanox: Add new mlxsw_spectrum firmware xx.2014.4012
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 09:26:37 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||
|
||||
@@ -5216,7 +5237,6 @@ Wed Nov 24 20:02:38 UTC 2010 - coolo@novell.com
|
||||
- update to 20101113 tarball for 2.6.36+ kernel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
Thu Jul 1 17:11:34 UTC 2010 - gregkh@suse.de
|
||||
|
||||
- update to the 20100617 tarball, which has lots of updates that
|
||||
|
@@ -20,33 +20,31 @@
|
||||
%define _firmwaredir /lib/firmware
|
||||
%endif
|
||||
%define __ksyms_path ^%{_firmwaredir}
|
||||
%define git_version aaae2fb60f75b07d9c249ebe668524f7ddf51243
|
||||
%define git_version 6fc20e018cca0ab954fe249afb60ac5af69f102a
|
||||
|
||||
Name: kernel-firmware-mellanox
|
||||
Version: 20250206
|
||||
Version: 20250717
|
||||
Release: 0
|
||||
Summary: Kernel firmware files for Mellanox Spectrum switch driver
|
||||
License: SUSE-Firmware AND GPL-2.0-or-later AND GPL-2.0-only
|
||||
License: GPL-2.0-or-later AND SUSE-Firmware AND GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
URL: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
# URL: https://github.com/openSUSE/kernel-firmware-tools/
|
||||
Source1: kernel-firmware-tools-20250211.tar.xz
|
||||
Source1: https://github.com/openSUSE/kernel-firmware-tools/archive/refs/tags/20250718.tar.gz#/kernel-firmware-tools-20250718.tar.gz
|
||||
Source2: %{name}-rpmlintrc
|
||||
Source3: git_id
|
||||
Source10: aliases
|
||||
BuildRequires: suse-module-tools
|
||||
Requires(post): %{_bindir}/mkdir
|
||||
Requires(post): %{_bindir}/touch
|
||||
Requires(postun):%{_bindir}/mkdir
|
||||
Requires(postun):%{_bindir}/touch
|
||||
Requires(postun): %{_bindir}/mkdir
|
||||
Requires(postun): %{_bindir}/touch
|
||||
Requires(post): dracut >= 049
|
||||
Conflicts: kernel < 5.3
|
||||
Conflicts: kernel-firmware-uncompressed
|
||||
BuildArch: noarch
|
||||
%if 0%{?suse_version} >= 1550
|
||||
# make sure we have post-usrmerge filesystem package on TW
|
||||
Conflicts: filesystem < 84
|
||||
Conflicts: (filesystem without may-perform-usrmerge)
|
||||
%endif
|
||||
Supplements: modalias(pci:v000015B3d0000CB84sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v000015B3d0000CF6Csv*sd*bc*sc*i*)
|
||||
@@ -56,9 +54,9 @@ Supplements: modalias(pci:v000015B3d0000CF80sv*sd*bc*sc*i*)
|
||||
%description
|
||||
This package contains kernel firmware files for Mellanox Spectrum switch driver.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -a1 -p1
|
||||
%autosetup -p1
|
||||
tar xf %{S:1} --strip-components=1
|
||||
# strip down WHENCE for the topic
|
||||
scripts/strip-topic-whence.sh mellanox < WHENCE > WHENCE.new
|
||||
mv WHENCE.new WHENCE
|
||||
|
BIN
kernel-firmware-tools-20250211.tar.xz
(Stored with Git LFS)
BIN
kernel-firmware-tools-20250211.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
kernel-firmware-tools-20250718.tar.gz
(Stored with Git LFS)
Normal file
BIN
kernel-firmware-tools-20250718.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user