2 Commits
devel ... main

Author SHA256 Message Date
Takashi Iwai
7e067dac6c Drop invalid blank line from changelog 2025-05-20 11:43:24 +02:00
Takashi Iwai
601ca9c518 Do not conflict filesystem < 84
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.
2025-04-25 16:04:39 +02:00
4 changed files with 19 additions and 13 deletions

BIN
kernel-firmware-tools-20250211.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
kernel-firmware-tools-20250425.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 11 09:26:37 UTC 2025 - Takashi Iwai <tiwai@suse.com> Tue Feb 11 09:26:37 UTC 2025 - Takashi Iwai <tiwai@suse.com>
@@ -5216,7 +5225,6 @@ Wed Nov 24 20:02:38 UTC 2010 - coolo@novell.com
- update to 20101113 tarball for 2.6.36+ kernel - update to 20101113 tarball for 2.6.36+ kernel
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 1 17:11:34 UTC 2010 - gregkh@suse.de Thu Jul 1 17:11:34 UTC 2010 - gregkh@suse.de
- update to the 20100617 tarball, which has lots of updates that - update to the 20100617 tarball, which has lots of updates that

View File

@@ -26,27 +26,25 @@ Name: kernel-firmware-ueagle
Version: 20250206 Version: 20250206
Release: 0 Release: 0
Summary: Kernel firmware files for Eagle IV USB ADSL modem driver Summary: Kernel firmware files for Eagle IV USB ADSL modem driver
License: SUSE-Firmware AND GPL-2.0-or-later License: GPL-2.0-or-later AND SUSE-Firmware
Group: System/Kernel Group: System/Kernel
URL: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/ URL: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
# URL: https://github.com/openSUSE/kernel-firmware-tools/ Source1: https://github.com/openSUSE/kernel-firmware-tools/archive/refs/tags/20250425.tar.gz#/kernel-firmware-tools-20250425.tar.gz
Source1: kernel-firmware-tools-20250211.tar.xz
Source2: %{name}-rpmlintrc Source2: %{name}-rpmlintrc
Source3: git_id Source3: git_id
Source10: aliases Source10: aliases
BuildRequires: suse-module-tools BuildRequires: suse-module-tools
Requires(post): %{_bindir}/mkdir Requires(post): %{_bindir}/mkdir
Requires(post): %{_bindir}/touch Requires(post): %{_bindir}/touch
Requires(postun):%{_bindir}/mkdir Requires(postun): %{_bindir}/mkdir
Requires(postun):%{_bindir}/touch Requires(postun): %{_bindir}/touch
Requires(post): dracut >= 049 Requires(post): dracut >= 049
Conflicts: kernel < 5.3 Conflicts: kernel < 5.3
Conflicts: kernel-firmware-uncompressed Conflicts: kernel-firmware-uncompressed
BuildArch: noarch BuildArch: noarch
%if 0%{?suse_version} >= 1550 %if 0%{?suse_version} >= 1550
# make sure we have post-usrmerge filesystem package on TW Conflicts: (filesystem without may-perform-usrmerge)
Conflicts: filesystem < 84
%endif %endif
Supplements: modalias(usb:v05CCp3350d*dc*dsc*dp*ic*isc*ip*in*) Supplements: modalias(usb:v05CCp3350d*dc*dsc*dp*ic*isc*ip*in*)
Supplements: modalias(usb:v05CCp3351d*dc*dsc*dp*ic*isc*ip*in*) Supplements: modalias(usb:v05CCp3351d*dc*dsc*dp*ic*isc*ip*in*)
@@ -86,9 +84,9 @@ Supplements: modalias(usb:v1110p9042d*dc*dsc*dp*ic*isc*ip*in*)
%description %description
This package contains kernel firmware files for Eagle IV USB ADSL modem driver. This package contains kernel firmware files for Eagle IV USB ADSL modem driver.
%prep %prep
%autosetup -a1 -p1 %autosetup -p1
tar xf %{S:1} --strip-components=1
# strip down WHENCE for the topic # strip down WHENCE for the topic
scripts/strip-topic-whence.sh ueagle < WHENCE > WHENCE.new scripts/strip-topic-whence.sh ueagle < WHENCE > WHENCE.new
mv WHENCE.new WHENCE mv WHENCE.new WHENCE