public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/linux-firmware] f44: Split out Intel Bluetooth, fix Xe location
Date: Wed, 16 Sep 2026 16:57:18 GMT	[thread overview]
Message-ID: <178957783845.1.16415242666804241040.rpms-linux-firmware-3a75663f71e0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/linux-firmware
Branch : f44
Commit : 3a75663f71e07a87d51f9fea4cb2124ce7c62f1b
Author : Peter Robinson <pbrobinson@gmail.com>
Date   : 2026-09-12T15:58:40+01:00
Stats  : +22/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/linux-firmware/c/3a75663f71e07a87d51f9fea4cb2124ce7c62f1b?branch=f44

Log:
Split out Intel Bluetooth, fix Xe location

---
diff --git a/linux-firmware.spec b/linux-firmware.spec
index 2f096e9..0646d27 100644
--- a/linux-firmware.spec
+++ b/linux-firmware.spec
@@ -5,7 +5,7 @@
 
 Name:		linux-firmware
 Version:	20260910
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Firmware files used by the Linux kernel
 License:	GPL-1.0-or-later AND GPL-2.0-or-later AND MIT AND LicenseRef-Callaway-Redistributable-no-modification-permitted
 URL:		http://www.kernel.org/
@@ -109,6 +109,7 @@ inside the provided LICENSE file. Please read it carefully.
 Summary:	DVM Firmware for Intel(R) Wireless WiFi adapters
 License:	LicenseRef-Callaway-Redistributable-no-modification-permitted
 Requires:	linux-firmware-whence = %{version}-%{release}
+Requires:	iwlbluetooth-firmware = %{version}-%{release}
 %description -n iwlwifi-dvm-firmware
 This package contains the firmware required by the iwlwifi driver
 for Linux built with DVM firmware support (CONFIG_IWLDVM=y/m). Usage of
@@ -119,6 +120,7 @@ provided LICENSE file. Please read it carefully.
 Summary:	MVM Firmware for Intel(R) Wireless WiFi adapters
 License:	LicenseRef-Callaway-Redistributable-no-modification-permitted
 Requires:	linux-firmware-whence = %{version}-%{release}
+Requires:	iwlbluetooth-firmware = %{version}-%{release}
 # Same hardware, newer firmware with a different driver, enables smooth migration
 Requires:	iwlwifi-mld-firmware = %{version}-%{release}
 %description -n iwlwifi-mvm-firmware
@@ -131,12 +133,21 @@ provided LICENSE file. Please read it carefully.
 Summary:	MLD Firmware for Intel(R) Wireless WiFi adapters
 License:	LicenseRef-Callaway-Redistributable-no-modification-permitted
 Requires:	linux-firmware-whence = %{version}-%{release}
+Requires:	iwlbluetooth-firmware = %{version}-%{release}
 %description -n iwlwifi-mld-firmware
 This package contains the firmware required by the iwlwifi driver
 for Linux built with MLD firmware support (CONFIG_IWLMLD=y/m).  Usage of
 the firmware is subject to the terms and conditions contained inside the
 provided LICENSE file. Please read it carefully.
 
+%package -n iwlbluetooth-firmware
+Summary:	Bluetooth Firmware for Intel(R) Wireless WiFi adapters
+License:	LicenseRef-Callaway-Redistributable-no-modification-permitted
+Requires:	linux-firmware-whence = %{version}-%{release}
+%description -n iwlbluetooth-firmware
+This package contains the firmware required by the iwlwifi devices that
+support bluetooth.
+
 %package -n libertas-firmware
 Summary:	Firmware for Marvell Libertas SD/USB WiFi Network Adapters
 License:	LicenseRef-Callaway-Redistributable-no-modification-permitted
@@ -354,6 +365,7 @@ sed \
 	-i -e '/^intel\/IntcSST2.bin/d' \
 	-i -e '/^intel\/dsp_fw/d' \
 	-i -e '/^intel\/fw_sst/d' \
+	-i -e '/^intel\/ibt/d' \
 	-i -e '/^intel\/ipu/d' \
 	-i -e '/^intel\/ipu3/d' \
 	-i -e '/^intel\/irci_irci/d' \
@@ -385,6 +397,7 @@ sed \
 	-i -e '/^tdmb/d' \
 	-i -e '/^ti-connectivity/d' \
 	-i -e '/^v4l-cx2/d' \
+	-i -e '/^xe/d' \
 	linux-firmware.{files,dirs}
 sed -i -e 's!^!/usr/lib/firmware/!' linux-firmware.{files,dirs}
 sed -i -e 's/^/"/;s/$/"/' linux-firmware.files
@@ -573,6 +586,10 @@ end
 %{_firmwarepath}/iwlwifi-sc-a0-*1??.ucode*
 %{_firmwarepath}/intel/iwlwifi/iwlwifi-sc-a0-*1??.ucode*
 
+%files -n iwlbluetooth-firmware
+%license LICENSES/LICENCE.ibt_firmware
+%{_firmwarepath}/intel/ibt*
+
 %files -n libertas-firmware
 %license LICENSES/LICENCE.Marvell LICENSES/LICENCE.OLPC
 %dir %{_firmwarepath}/libertas
@@ -730,6 +747,10 @@ end
 %{_firmwarepath}/v4l-cx2*
 
 %changelog
+* Sat Sep 12 2026 Peter Robinson <pbrobinson@fedoraproject.org> - 20260910-2
+- Split out Intel Bluetooth into subpackage
+- Fix location of Intel Xe GPU firmware
+
 * Thu Sep 10 2026 Peter Robinson <pbrobinson@fedoraproject.org> - 20260910-1
 - Update to 20260910
 - cirrus: cs35l56: Update firmware for Cirrus Amps for some HP laptops

                 reply	other threads:[~2026-09-16 16:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178957783845.1.16415242666804241040.rpms-linux-firmware-3a75663f71e0@fedoraproject.org \
    --to=pbrobinson@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox