Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware for 
openSUSE:Factory checked in at 2026-09-08 16:51:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware (Old)
 and      /work/SRC/openSUSE:Factory/.raspberrypi-firmware.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "raspberrypi-firmware"

Tue Sep  8 16:51:36 2026 rev:113 rq:1376312 version:2026.02.11

Changes:
--------
+++ only whitespace diff in changes, re-diffing
raspberrypi-firmware-config.changes: same change
--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware.changes    
    2026-06-16 13:47:48.079143589 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new.1265/raspberrypi-firmware.changes
      2026-09-08 16:51:47.487113495 +0200
@@ -1,0 +2,5 @@
+Wed Sep  2 16:08:10 UTC 2026 - Andrea della Porta <[email protected]>
+
+- Prevent -52 error message during wifi scan (bsc#1215134).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ raspberrypi-firmware-config-camera.spec ++++++
--- /var/tmp/diff_new_pack.6tvgJo/_old  2026-09-08 16:51:49.061179466 +0200
+++ /var/tmp/diff_new_pack.6tvgJo/_new  2026-09-08 16:51:49.065179633 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package raspberrypi-firmware-config-camera
 #
+# Copyright (c) 2026 SUSE LLC
 # Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties

raspberrypi-firmware-config.spec: same change
++++++ raspberrypi-firmware.spec ++++++
--- /var/tmp/diff_new_pack.6tvgJo/_old  2026-09-08 16:51:49.157183489 +0200
+++ /var/tmp/diff_new_pack.6tvgJo/_new  2026-09-08 16:51:49.159183573 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package raspberrypi-firmware
 #
+# Copyright (c) 2026 SUSE LLC
 # Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +21,7 @@
 # systemd-rpm-macros is wrong in 15.3 and below
 %define _modprobedir /lib/modprobe.d
 %endif
-%global modprobe_d_files 50-rpi3.conf
+%global modprobe_d_files 50-rpi3.conf 50-rpi-wifi.conf
 
 Name:           raspberrypi-firmware
 Version:        2026.02.11
@@ -85,6 +86,11 @@
        options smsc95xx turbo_mode=N
 EOF
 
+cat > %{buildroot}%{_modprobedir}/50-rpi-wifi.conf <<-'EOF'
+       # Prevent -52 error message during wifi scan (bsc#1215134)
+       options brcmfmac feature_disable=0x282000
+EOF
+
 mkdir -p %{buildroot}%{_prefix}/lib/dracut/dracut.conf.d/
 cat > %{buildroot}%{_prefix}/lib/dracut/dracut.conf.d/raspberrypi_modules.conf 
<<-'EOF'
        # Add necessary kernel modules to the initrd
@@ -165,6 +171,7 @@
 %{_prefix}/lib/dracut/dracut.conf.d/raspberrypi_modules.conf
 %dir %{_modprobedir}
 %{_modprobedir}/50-rpi3.conf
+%{_modprobedir}/50-rpi-wifi.conf
 %dir %{_prefix}/lib/sysctl.d/
 %{_prefix}/lib/sysctl.d/50-rpi3.conf
 

Reply via email to