Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package livecd-openSUSE for
openSUSE:Leap:15.3:Images checked in at 2022-11-07 13:33:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.3:Images/livecd-openSUSE (Old)
and /work/SRC/openSUSE:Leap:15.3:Images/.livecd-openSUSE.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "livecd-openSUSE"
Mon Nov 7 13:33:20 2022 rev:2 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
New:
----
project.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ _link ++++++
--- /var/tmp/diff_new_pack.smXeqP/_old 2022-11-07 13:33:22.209648439 +0100
+++ /var/tmp/diff_new_pack.smXeqP/_new 2022-11-07 13:33:22.213648463 +0100
@@ -1,10 +1,6 @@
-<link project="openSUSE:Leap:15.3:Update" package="livecd-openSUSE">
-<patches>
- <!-- <branch /> for a full copy, default case -->
- <!-- <apply name="patch" /> apply a patch on the source directory -->
- <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top
(spec file only) -->
- <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec
file only) -->
- <!-- <delete name="filename" /> delete a file -->
-</patches>
+<link project="openSUSE:Leap:15.3:Update" package="livecd-openSUSE"
baserev="43a61c371f4f91bfa90dfcd65b511e67">
+ <patches>
+ <apply name="project.diff"/>
+ </patches>
</link>
++++++ project.diff ++++++
--- config.sh.orig
+++ config.sh
@@ -86,6 +86,9 @@ rm -rf /usr/share/doc/packages/*
# Save more than 200 MiB by removing this, not very useful for lives
rm -rf /lib/firmware/{liquidio,netronome,qed,mrvl,mellanox,qcom,cypress}
+# Not needed, was split out in later Plasma
+rm -f /usr/share/icons/*/*.rcc
+
# Not needed, boo#1166406
rm /boot/vmlinux*.[gx]z
--- livecd-openSUSE.changes.orig
+++ livecd-openSUSE.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Nov 7 10:54:09 UTC 2022 - Fabian Vogt <[email protected]>
+
+- config.sh: Drop RCC files from breeze5-icons
+
+-------------------------------------------------------------------
Tue Apr 6 13:55:09 UTC 2021 - Fabian Vogt <[email protected]>
- Switch from exfat-utils to exfatprogs, see also gh#yast/yast-storage-ng#1214