Attempt another pass at installing new AX2xx if iwl7260 is installed

This commit is contained in:
Peter Robinson 2021-10-04 19:53:09 +01:00
parent cfe7e08e3b
commit 1dff9a8056

View File

@ -1,5 +1,5 @@
%global debug_package %{nil} %global debug_package %{nil}
%global firmware_release 123 %global firmware_release 124
%global _firmwarepath /usr/lib/firmware %global _firmwarepath /usr/lib/firmware
%define _binaries_in_noarch_packages_terminate_build 0 %define _binaries_in_noarch_packages_terminate_build 0
@ -220,7 +220,7 @@ contained inside the provided LICENSE file. Please read it carefully.
Summary: Firmware for Intel(R) Wireless WiFi Link AX2xx Series Adapters Summary: Firmware for Intel(R) Wireless WiFi Link AX2xx Series Adapters
License: Redistributable, no modification permitted License: Redistributable, no modification permitted
Requires: linux-firmware-whence Requires: linux-firmware-whence
Obsoletes: iwl7260-firmware < 1:25.30.13.0-123 Obsoletes: iwl7260-firmware <= 1:25.30.13.0-123
%description -n iwlax2xx-firmware %description -n iwlax2xx-firmware
This package contains the firmware required by the Intel wireless drivers This package contains the firmware required by the Intel wireless drivers
for Linux. Usage of the firmware is subject to the terms and conditions for Linux. Usage of the firmware is subject to the terms and conditions
@ -451,6 +451,9 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
%{_firmwarepath}/netronome/* %{_firmwarepath}/netronome/*
%changelog %changelog
* Mon Oct 4 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 20210919-124
- Attempt another pass at installing new AX2xx if iwl7260 is installed
* Sat Oct 2 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 20210919-123 * Sat Oct 2 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 20210919-123
- Update to upstream 20210919 release - Update to upstream 20210919 release
- Split Intel wireless AX2xx series to a separate package - Split Intel wireless AX2xx series to a separate package