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 2022-08-19 17:56:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/livecd-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "livecd-openSUSE"
Fri Aug 19 17:56:37 2022 rev:188 rq:998114 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/livecd-openSUSE/livecd-openSUSE.changes
2022-08-08 10:43:05.567367765 +0200
+++
/work/SRC/openSUSE:Factory/.livecd-openSUSE.new.2083/livecd-openSUSE.changes
2022-08-19 17:59:14.944448765 +0200
@@ -1,0 +2,6 @@
+Fri Aug 19 07:30:34 UTC 2022 - Fabian Vogt <[email protected]>
+
+- list-gnome: Ignore yelp, needed especially on Leap
+- list-common: vim-small is also available on Leap meanwhile
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ livecd-leap-gnome.kiwi ++++++
--- /var/tmp/diff_new_pack.luuCjW/_old 2022-08-19 17:59:15.492449914 +0200
+++ /var/tmp/diff_new_pack.luuCjW/_new 2022-08-19 17:59:15.496449922 +0200
@@ -348,6 +348,9 @@
<ignore name="gstreamer-plugins-rs"/>
<package name="aaa_base" replaces="vim-data"/>
<ignore name="vim-data"/>
+ <package name="aaa_base" replaces="vim"/>
+ <ignore name="vim"/>
+ <package name="vim-small"/>
<package name="patterns-yast-yast2_basis"/>
<namedCollection name="yast2_basis"/>
<package name="kernel-default"/>
@@ -589,6 +592,8 @@
<package name="quadrapassel"/>
<package name="aaa_base" replaces="opensuse-welcome"/>
<ignore name="opensuse-welcome"/>
+ <package name="aaa_base" replaces="yelp"/>
+ <ignore name="yelp"/>
</packages>
<packages type="bootstrap">
<package name="filesystem"/>
++++++ livecd-leap-kde.kiwi ++++++
--- /var/tmp/diff_new_pack.luuCjW/_old 2022-08-19 17:59:15.516449964 +0200
+++ /var/tmp/diff_new_pack.luuCjW/_new 2022-08-19 17:59:15.520449973 +0200
@@ -348,6 +348,9 @@
<ignore name="gstreamer-plugins-rs"/>
<package name="aaa_base" replaces="vim-data"/>
<ignore name="vim-data"/>
+ <package name="aaa_base" replaces="vim"/>
+ <ignore name="vim"/>
+ <package name="vim-small"/>
<package name="patterns-yast-yast2_basis"/>
<namedCollection name="yast2_basis"/>
<package name="kernel-default"/>
livecd-leap-x11.kiwi: same change
livecd-leap-xfce.kiwi: same change
++++++ livecd-tumbleweed-gnome.kiwi ++++++
--- /var/tmp/diff_new_pack.luuCjW/_old 2022-08-19 17:59:15.588450115 +0200
+++ /var/tmp/diff_new_pack.luuCjW/_new 2022-08-19 17:59:15.588450115 +0200
@@ -583,6 +583,8 @@
<package name="quadrapassel"/>
<package name="aaa_base" replaces="opensuse-welcome"/>
<ignore name="opensuse-welcome"/>
+ <package name="aaa_base" replaces="yelp"/>
+ <ignore name="yelp"/>
</packages>
<packages type="bootstrap">
<package name="filesystem"/>
livecd-tumbleweed-x11.kiwi: same change
livecd-tumbleweed-xfce.kiwi: same change
++++++ list-common.sh ++++++
--- /var/tmp/diff_new_pack.luuCjW/_old 2022-08-19 17:59:15.692450333 +0200
+++ /var/tmp/diff_new_pack.luuCjW/_new 2022-08-19 17:59:15.696450341 +0200
@@ -211,10 +211,8 @@
# Make vim smaller
buildignore vim-data
-if [ "$distro" = "tumbleweed" ]; then
- buildignore vim
- install vim-small
-fi
+buildignore vim
+install vim-small
# This was previously required by base
install patterns-yast-yast2_basis
++++++ list-gnome.sh ++++++
--- /var/tmp/diff_new_pack.luuCjW/_old 2022-08-19 17:59:15.720450392 +0200
+++ /var/tmp/diff_new_pack.luuCjW/_new 2022-08-19 17:59:15.724450401 +0200
@@ -118,3 +118,6 @@
# Pulls in Qt WebEngine, too big
buildignore opensuse-welcome
+# Pulls in a different WebKit version on Leap and doesn't offer any useful
manuals anyway
+buildignore yelp
+