Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package livecd-openSUSE for openSUSE:Factory 
checked in at 2025-05-09 18:51:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/livecd-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "livecd-openSUSE"

Fri May  9 18:51:34 2025 rev:269 rq:1276111 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/livecd-openSUSE/livecd-openSUSE.changes  
2025-03-12 08:19:04.663017499 +0100
+++ 
/work/SRC/openSUSE:Factory/.livecd-openSUSE.new.30101/livecd-openSUSE.changes   
    2025-05-09 18:53:42.514945068 +0200
@@ -1,0 +2,5 @@
+Wed Apr 30 14:42:30 UTC 2025 - Fabian Vogt <[email protected]>
+
+- config.sh: Drop x1e80100 FW on Leap 15.6
+
+-------------------------------------------------------------------

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

Other differences:
------------------
livecd-leap-kde.kiwi: same change
livecd-leap-x11.kiwi: same change
livecd-leap-xfce.kiwi: same change
livecd-openSUSE.kiwi: same change
livecd-tumbleweed-gnome.kiwi: same change
livecd-tumbleweed-kde.kiwi: same change
livecd-tumbleweed-x11.kiwi: same change
livecd-tumbleweed-xfce.kiwi: same change
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.flGk3s/_old  2025-05-09 18:53:45.955088169 +0200
+++ /var/tmp/diff_new_pack.flGk3s/_new  2025-05-09 18:53:46.031091330 +0200
@@ -132,6 +132,10 @@
 if [ "$(arch)" == "aarch64" ]; then
        # Keep some qcom firmware for Lenovo X13s and delete others (save 
~50MiB)
        rm -rf 
/lib/firmware/qcom/{apq8016,apq8096,qcm2290,qrb4210,sdm845,sm8250,venus*,vpu*}
+       # On Leap 15.x this doesn't work anyway so delete it as well (save 
~43MiB)
+       if grep -q '15\.6' /etc/os-release; then
+               rm -rf /lib/firmware/qcom/x1e80100/
+       fi
 else
        rm -rf /lib/firmware/qcom
 fi

Reply via email to