Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2023-03-24 15:19:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kernel-firmware (Old)
 and      /work/SRC/openSUSE:Factory/.kernel-firmware.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kernel-firmware"

Fri Mar 24 15:19:07 2023 rev:201 rq:1074119 version:20230320

Changes:
--------
--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2023-03-15 18:53:56.064200428 +0100
+++ 
/work/SRC/openSUSE:Factory/.kernel-firmware.new.31432/kernel-firmware.changes   
    2023-03-24 15:19:26.294580457 +0100
@@ -1,0 +2,37 @@
+Fri Mar 24 08:22:16 UTC 2023 - ti...@suse.com
+
+- Update to version 20230320 (git commit bcdcfbcf0a8f):
+  * linux-firmware: Update firmware file for Intel Bluetooth AX101
+  * linux-firmware: Update firmware file for Intel Bluetooth 9462
+  * linux-firmware: Update firmware file for Intel Bluetooth 9462
+  * linux-firmware: Update firmware file for Intel Bluetooth 9560
+  * linux-firmware: Update firmware file for Intel Bluetooth 9560
+  * linux-firmware: Update firmware file for Intel Bluetooth AX203
+  * linux-firmware: Update firmware file for Intel Bluetooth AX203
+  * linux-firmware: Update firmware file for Intel Bluetooth AX211
+  * linux-firmware: Update firmware file for Intel Bluetooth AX211
+  * linux-firmware: Update firmware file for Intel Bluetooth AX210
+  * linux-firmware: add firmware files for NXP BT chipsets
+  * rtw89: 8852b: update format-1 fw to v0.29.29.0
+  * rtw89: 8852b: add format-1 fw v0.29.26.0
+  * rtw89: 8852b: rollback firmware to v0.27.32.1
+  * i915: Update MTL DMC to v2.12
+  * i915: Update ADLP DMC to v2.19
+  * mediatek: Update mt8192/mt8195 SCP firmware to support MM21 and MT21
+- Update topics list
+- Drop the manual revert of 8852b firmware file, as it's merged into
+  the upstream
+
+-------------------------------------------------------------------
+Tue Mar 21 06:01:37 UTC 2023 - Takashi Iwai <ti...@suse.com>
+
+- Revert pssufix change that caused the package renaming and broke
+  dependencies from other packages
+
+-------------------------------------------------------------------
+Mon Mar 20 07:29:36 UTC 2023 - Takashi Iwai <ti...@suse.com>
+
+- Revert the broken rtw89/rtw8852b_fw.bin firmware temporarily
+  (bsc#1209449)
+
+-------------------------------------------------------------------
@@ -40,0 +78,6 @@
+
+-------------------------------------------------------------------
+Tue Mar 14 10:00:21 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- set psuffix to deduplicate src.rpms
+- spec-cleaner induced cleanups

Old:
----
  kernel-firmware-20230313.tar.xz

New:
----
  kernel-firmware-20230320.tar.xz

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

Other differences:
------------------
++++++ kernel-firmware.spec ++++++
--- /var/tmp/diff_new_pack.Bs1EwJ/_old  2023-03-24 15:19:29.642597914 +0100
+++ /var/tmp/diff_new_pack.Bs1EwJ/_new  2023-03-24 15:19:29.650597956 +0100
@@ -17,16 +17,15 @@
 
 
 %global flavor @BUILD_FLAVOR@%{nil}
-
 %if 0%{?suse_version} < 1550
 %define _firmwaredir /lib/firmware
 %endif
-
 %define __ksyms_path ^%{_firmwaredir}
-%define version_unconverted 20230313
-
+%define version_unconverted 20230320
+# Force bzip2 instead of lzma compression (bsc#1176981)
+%define _binary_payload w9.bzdio
 Name:           kernel-firmware
-Version:        20230313
+Version:        20230320
 Release:        0
 Summary:        Linux kernel firmware files
 License:        GPL-2.0-only AND SUSE-Firmware AND GPL-2.0-or-later AND MIT
@@ -43,7 +42,7 @@
 Source8:        ql2600_fw.bin
 Source9:        ql2700_fw.bin
 Source10:       ql8300_fw.bin
-Source99:       %{name}-rpmlintrc
+Source99:       kernel-firmware-rpmlintrc
 # temporary revert (bsc#1202152): taken from upstream commit 06acb465d80b
 Source100:      rtw8822c_fw.bin
 # install / build infrastructure
@@ -66,8 +65,12 @@
 Source1101:     uncompressed-post
 BuildRequires:  fdupes
 BuildRequires:  suse-module-tools
-Requires(post): /usr/bin/mkdir /usr/bin/touch
-Requires(postun):/usr/bin/mkdir /usr/bin/touch
+Requires(post): %{_bindir}/mkdir
+Requires(post): %{_bindir}/touch
+Requires(postun):%{_bindir}/mkdir
+Requires(postun):%{_bindir}/touch
+Provides:       compat-wireless-firmware = 4.4
+Obsoletes:      compat-wireless-firmware < 4.4
 BuildArch:      noarch
 Provides:       ath3k-firmware = %{version}
 Obsoletes:      ath3k-firmware < %{version}
@@ -96,16 +99,11 @@
 Obsoletes:      ralink-firmware < %{version}
 Provides:       qlogic-firmware = %{version}
 Obsoletes:      qlogic-firmware < %{version}
-Provides:       compat-wireless-firmware = 4.4
-Obsoletes:      compat-wireless-firmware < 4.4
 %if 0%{?suse_version} >= 1550
 # make sure we have post-usrmerge filesystem package on TW
 Conflicts:      filesystem < 84
 %endif
 
-# Force bzip2 instead of lzma compression (bsc#1176981)
-%define _binary_payload w9.bzdio
-
 %description
 This package contains the raw uncompressed firmware files for Linux kernel
 drivers.  This package is provided only for compatibility with older kernels
@@ -114,8 +112,10 @@
 %package -n ucode-amd
 Summary:        Microcode updates for AMD CPUs
 Group:          System/Kernel
-Requires(post): /usr/bin/mkdir /usr/bin/touch
-Requires(postun):/usr/bin/mkdir /usr/bin/touch
+Requires(post): %{_bindir}/mkdir
+Requires(post): %{_bindir}/touch
+Requires(postun):%{_bindir}/mkdir
+Requires(postun):%{_bindir}/touch
 # new style (after 3.12 kernel somewhen)
 Supplements:    modalias(cpu:type%%3Ax86*ven0002*)
 # old style (before 3.16 kernel)
@@ -127,18 +127,16 @@
 %package all
 Summary:        Compatibility metapackage for kernel firmware files
 Group:          System/Kernel
-Requires(post): /usr/bin/mkdir /usr/bin/touch
-Requires(postun):/usr/bin/mkdir /usr/bin/touch
+Requires(post): %{_bindir}/mkdir
+Requires(post): %{_bindir}/touch
 Requires(post): dracut >= 049
+Requires(postun):%{_bindir}/mkdir
+Requires(postun):%{_bindir}/touch
+Conflicts:      kernel < 5.3
 Provides:       kernel-firmware = %{version}
 Obsoletes:      kernel-firmware <= %{version}
-Conflicts:      kernel < 5.3
 Provides:       compat-wireless-firmware = 4.4
 Obsoletes:      compat-wireless-firmware < 4.4
-%if 0%{?suse_version} >= 1550
-# make sure we have post-usrmerge filesystem package on TW
-Conflicts:      filesystem < 84
-%endif
 Requires:       %{name}-amdgpu = %{version}
 Requires:       %{name}-ath10k = %{version}
 Requires:       %{name}-ath11k = %{version}
@@ -171,6 +169,10 @@
 Requires:       %{name}-ti = %{version}
 Requires:       %{name}-ueagle = %{version}
 Requires:       %{name}-usb-network = %{version}
+%if 0%{?suse_version} >= 1550
+# make sure we have post-usrmerge filesystem package on TW
+Conflicts:      filesystem < 84
+%endif
 
 %description all
 This package is a catch-all compatibility metapackage for providing
@@ -6317,7 +6319,7 @@
 various USB WiFi / Ethernet drivers.
 
 %prep
-%setup -q
+%setup -q -n kernel-firmware-%{version}
 # additional firmwares
 cat %{SOURCE1} >> WHENCE
 cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} .
@@ -6329,7 +6331,7 @@
 
 %install
 mkdir -p %{buildroot}%{_firmwaredir}
-%if "%flavor" != "compressed"
+%if "%{flavor}" != "compressed"
 sh ./copy-firmware.sh %{buildroot}%{_firmwaredir}
 %else
 sh %{_sourcedir}/install-split.sh -v %{_sourcedir}/topics.list %{buildroot} 
%{_firmwaredir} < WHENCE
@@ -6337,7 +6339,7 @@
 %endif
 %fdupes -s %{buildroot}
 
-%if "%flavor" != "compressed"
+%if "%{flavor}" != "compressed"
 %pre
 # ugly workaround for changing qcom/LENOVO/21BX to a symlink (bsc#1204103)
 if [ ! -L %{_firmwaredir}/qcom/LENOVO/21BX ]; then
@@ -6693,7 +6695,7 @@
 %{?regenerate_initrd_posttrans}
 %endif
 
-%if "%flavor" != "compressed"
+%if "%{flavor}" != "compressed"
 %files
 %doc WHENCE README
 %license GPL-2 GPL-3 LICEN[CS]E.*
@@ -6708,7 +6710,7 @@
 %{_firmwaredir}/amd-ucode
 %endif
 
-%if "%flavor" == "compressed"
+%if "%{flavor}" == "compressed"
 %files all
 %doc WHENCE README
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Bs1EwJ/_old  2023-03-24 15:19:29.750598477 +0100
+++ /var/tmp/diff_new_pack.Bs1EwJ/_new  2023-03-24 15:19:29.754598498 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git</param>
-          <param 
name="changesrevision">5bc279fb161d529baaf8e837d900235fbbe9bf2f</param></service></servicedata>
+          <param 
name="changesrevision">bcdcfbcf0a8f24a914b8c163906e6ce93d7f8897</param></service></servicedata>
 (No newline at EOF)
 


++++++ kernel-firmware-20230313.tar.xz -> kernel-firmware-20230320.tar.xz ++++++
/work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware-20230313.tar.xz 
/work/SRC/openSUSE:Factory/.kernel-firmware.new.31432/kernel-firmware-20230320.tar.xz
 differ: char 27, line 1

++++++ kernel-firmware.spec.in ++++++
--- /var/tmp/diff_new_pack.Bs1EwJ/_old  2023-03-24 15:19:29.882599165 +0100
+++ /var/tmp/diff_new_pack.Bs1EwJ/_new  2023-03-24 15:19:29.898599249 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package kernel-firmware
+# spec file for package kernel-firmware.spec
 #
 # Copyright (c) 2023 SUSE LLC
 #
@@ -17,14 +17,13 @@
 
 
 %global flavor @BUILD_FLAVOR@%{nil}
-
 %if 0%{?suse_version} < 1550
 %define _firmwaredir /lib/firmware
 %endif
-
 %define __ksyms_path ^%{_firmwaredir}
 %define version_unconverted @@VERSION@@
-
+# Force bzip2 instead of lzma compression (bsc#1176981)
+%define _binary_payload w9.bzdio
 Name:           kernel-firmware
 Version:        @@VERSION@@
 Release:        0
@@ -43,7 +42,7 @@
 Source8:        ql2600_fw.bin
 Source9:        ql2700_fw.bin
 Source10:       ql8300_fw.bin
-Source99:       %{name}-rpmlintrc
+Source99:       kernel-firmware-rpmlintrc
 # temporary revert (bsc#1202152): taken from upstream commit 06acb465d80b
 Source100:      rtw8822c_fw.bin
 # install / build infrastructure
@@ -66,20 +65,19 @@
 Source1101:     uncompressed-post
 BuildRequires:  fdupes
 BuildRequires:  suse-module-tools
-Requires(post): /usr/bin/mkdir /usr/bin/touch
-Requires(postun):/usr/bin/mkdir /usr/bin/touch
-BuildArch:      noarch
-@@ALLPROVS@@
+Requires(post): %{_bindir}/mkdir
+Requires(post): %{_bindir}/touch
+Requires(postun): %{_bindir}/mkdir
+Requires(postun): %{_bindir}/touch
 Provides:       compat-wireless-firmware = 4.4
 Obsoletes:      compat-wireless-firmware < 4.4
+BuildArch:      noarch
+@@ALLPROVS@@
 %if 0%{?suse_version} >= 1550
 # make sure we have post-usrmerge filesystem package on TW
 Conflicts:      filesystem < 84
 %endif
 
-# Force bzip2 instead of lzma compression (bsc#1176981)
-%define _binary_payload w9.bzdio
-
 %description
 This package contains the raw uncompressed firmware files for Linux kernel
 drivers.  This package is provided only for compatibility with older kernels
@@ -88,8 +86,10 @@
 %package -n ucode-amd
 Summary:        Microcode updates for AMD CPUs
 Group:          System/Kernel
-Requires(post): /usr/bin/mkdir /usr/bin/touch
-Requires(postun):/usr/bin/mkdir /usr/bin/touch
+Requires(post): %{_bindir}/mkdir
+Requires(post): %{_bindir}/touch
+Requires(postun): %{_bindir}/mkdir
+Requires(postun): %{_bindir}/touch
 # new style (after 3.12 kernel somewhen)
 Supplements:    modalias(cpu:type%%3Ax86*ven0002*)
 # old style (before 3.16 kernel)
@@ -101,19 +101,21 @@
 %package all
 Summary:        Compatibility metapackage for kernel firmware files
 Group:          System/Kernel
-Requires(post): /usr/bin/mkdir /usr/bin/touch
-Requires(postun):/usr/bin/mkdir /usr/bin/touch
+Requires(post): %{_bindir}/mkdir
+Requires(post): %{_bindir}/touch
 Requires(post): dracut >= 049
+Requires(postun): %{_bindir}/mkdir
+Requires(postun): %{_bindir}/touch
+Conflicts:      kernel < 5.3
 Provides:       kernel-firmware = %{version}
 Obsoletes:      kernel-firmware <= %{version}
-Conflicts:      kernel < 5.3
 Provides:       compat-wireless-firmware = 4.4
 Obsoletes:      compat-wireless-firmware < 4.4
+@@SUBPKGLIST@@
 %if 0%{?suse_version} >= 1550
 # make sure we have post-usrmerge filesystem package on TW
 Conflicts:      filesystem < 84
 %endif
-@@SUBPKGLIST@@
 
 %description all
 This package is a catch-all compatibility metapackage for providing
@@ -122,7 +124,7 @@
 @@SUBPACKAGES@@
 
 %prep
-%setup -q
+%setup -q -n kernel-firmware-%{version}
 # additional firmwares
 cat %{SOURCE1} >> WHENCE
 cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} .
@@ -134,7 +136,7 @@
 
 %install
 mkdir -p %{buildroot}%{_firmwaredir}
-%if "%flavor" != "compressed"
+%if "%{flavor}" != "compressed"
 sh ./copy-firmware.sh %{buildroot}%{_firmwaredir}
 %else
 sh %{_sourcedir}/install-split.sh -v %{_sourcedir}/topics.list %{buildroot} 
%{_firmwaredir} < WHENCE
@@ -142,7 +144,7 @@
 %endif
 %fdupes -s %{buildroot}
 
-%if "%flavor" != "compressed"
+%if "%{flavor}" != "compressed"
 @@POST@@
 
 @@POST@@ -n ucode-amd
@@ -152,7 +154,7 @@
 @@SUBPKGPOSTS@@
 %endif
 
-%if "%flavor" != "compressed"
+%if "%{flavor}" != "compressed"
 %files
 %doc WHENCE README
 %license GPL-2 GPL-3 LICEN[CS]E.*
@@ -167,7 +169,7 @@
 %{_firmwaredir}/amd-ucode
 %endif
 
-%if "%flavor" == "compressed"
+%if "%{flavor}" == "compressed"
 %files all
 %doc WHENCE README
 

++++++ licenses.list ++++++
--- /var/tmp/diff_new_pack.Bs1EwJ/_old  2023-03-24 15:19:29.958599561 +0100
+++ /var/tmp/diff_new_pack.Bs1EwJ/_new  2023-03-24 15:19:29.962599582 +0100
@@ -183,4 +183,6 @@
 cs35l41_hda:   sound           LICENSE.cirrus
 mtk-sof:       sound           LICENCE.mediatek
 nxp-sr1xx:     platform        LICENSE.nxp
+btnxpuart:     platform        LICENSE.nxp
+(No newline at EOF)
 





++++++ topics.list ++++++
--- /var/tmp/diff_new_pack.Bs1EwJ/_old  2023-03-24 15:19:30.102600312 +0100
+++ /var/tmp/diff_new_pack.Bs1EwJ/_new  2023-03-24 15:19:30.138600501 +0100
@@ -192,5 +192,6 @@
 cs35l41_hda:   sound           snd-hda-scodec-cs35l41-i2c 
snd-hda-scodec-cs35l41-spi
 mtk-sof:       sound           snd-sof-mt8186 snd-sof-mt8195
 nxp-sr1xx:     platform
+btnxpuart:     platform
 ast:           platform
 

Reply via email to