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 2023-02-22 15:21:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/livecd-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "livecd-openSUSE"
Wed Feb 22 15:21:43 2023 rev:199 rq:1067118 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/livecd-openSUSE/livecd-openSUSE.changes
2022-11-23 08:58:44.504372198 +0100
+++
/work/SRC/openSUSE:Factory/.livecd-openSUSE.new.1706/livecd-openSUSE.changes
2023-02-22 15:21:48.565937130 +0100
@@ -1,0 +2,5 @@
+Tue Feb 21 15:27:21 UTC 2023 - Fabian Vogt <[email protected]>
+
+- list-gnome: ignore sushi on Leap, deps too big. Hopefully temporary.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ livecd-leap-gnome.kiwi ++++++
--- /var/tmp/diff_new_pack.pDAsBv/_old 2023-02-22 15:21:49.273941145 +0100
+++ /var/tmp/diff_new_pack.pDAsBv/_new 2023-02-22 15:21:49.277941168 +0100
@@ -595,6 +595,8 @@
<ignore name="opensuse-welcome"/>
<package name="aaa_base" replaces="yelp"/>
<ignore name="yelp"/>
+ <package name="aaa_base" replaces="sushi"/>
+ <ignore name="sushi"/>
</packages>
<packages type="bootstrap">
<package name="filesystem"/>
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
++++++ list-gnome.sh ++++++
--- /var/tmp/diff_new_pack.pDAsBv/_old 2023-02-22 15:21:49.429942030 +0100
+++ /var/tmp/diff_new_pack.pDAsBv/_new 2023-02-22 15:21:49.429942030 +0100
@@ -120,4 +120,8 @@
# Pulls in a different WebKit version on Leap and doesn't offer any useful
manuals anyway
buildignore yelp
+# Same issue, but arguably useful and hopefully fixed soon.
+if [ "$distro" = "leap" ]; then
+ buildignore sushi
+fi