Hello community,

here is the log from the commit of package openSUSE-Tumbleweed-Vagrant for 
openSUSE:Factory checked in at 2019-04-12 17:57:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-Vagrant (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-Vagrant.new.27019 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-Tumbleweed-Vagrant"

Fri Apr 12 17:57:34 2019 rev:2 rq:693715 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-Vagrant/Tumbleweed.changes   
2019-04-04 12:08:47.709361451 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-Vagrant.new.27019/Tumbleweed.changes
        2019-04-12 17:57:35.671224839 +0200
@@ -1,0 +2,5 @@
+Fri Apr 12 12:07:24 UTC 2019 - Dan Čermák <dcer...@suse.com>
+
+- Remove dracut-plymouth
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Tumbleweed.kiwi ++++++
--- /var/tmp/diff_new_pack.AjXxur/_old  2019-04-12 17:57:36.543225871 +0200
+++ /var/tmp/diff_new_pack.AjXxur/_new  2019-04-12 17:57:36.543225871 +0200
@@ -9,7 +9,7 @@
         <author>Dan Cermak</author>
         <contact>dcer...@suse.com</contact>
         <specification>
-            OpenSUSE Tumbleweed
+            openSUSE Tumbleweed
         </specification>
     </description>
     <profiles>
@@ -54,7 +54,6 @@
         <package name="ca-certificates"/>
         <package name="ca-certificates-mozilla"/>
         <package name="curl"/>
-        <package name="plymouth-dracut"/>
         <package name="ifplugd"/>
         <package name="iputils"/>
         <package name="vim"/>

++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.AjXxur/_old  2019-04-12 17:57:36.575225909 +0200
+++ /var/tmp/diff_new_pack.AjXxur/_new  2019-04-12 17:57:36.579225914 +0200
@@ -2,7 +2,7 @@
 #================
 # FILE          : config.sh
 #----------------
-# PROJECT       : OpenSuSE KIWI Image System
+# PROJECT       : openSUSE KIWI Image System
 # COPYRIGHT     : (c) 2019 SUSE LINUX Products GmbH. All rights reserved
 #               :
 # AUTHOR        : Marcus Schaefer <m...@suse.de>
@@ -130,8 +130,14 @@
 # don't do this for Leap 42.3,
 # the package live-add-yast-repos is missing there
 #-------------------------------------------------
-if [ $(expr match "${kiwi_iname^^}" "OPENSUSE") -gt 7 ]; then
-    if [ "${kiwi_iname^^}" = "OPENSUSE-LEAP-42.3" ]; then
+
+# Leap 42.3's os-release is missing " around some of the values
+# => filter them out since they are present in later releases
+OS_ID=$(grep '^ID=' /etc/os-release | awk -F'=' '{ print $2 }'| sed 's/"//g')
+OS_VERSION=$(grep '^VERSION_ID=' /etc/os-release | awk -F'=' '{ print $2 }'| 
sed 's/"//g')
+
+if [ $(expr match "${OS_ID^^}" "OPENSUSE") -gt 7 ]; then
+    if [ "${OS_VERSION}" = "42.3" ]; then
         zypper ar --refresh -K \
             http://download.opensuse.org/distribution/leap/42.3/repo/oss/suse/ 
"OSS"
         zypper ar --refresh -K \


Reply via email to