Hello community,

here is the log from the commit of package update-test-trivial for 
openSUSE:Factory checked in at 2018-02-18 11:43:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/update-test-trivial (Old)
 and      /work/SRC/openSUSE:Factory/.update-test-trivial.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "update-test-trivial"

Sun Feb 18 11:43:05 2018 rev:3 rq:577279 version:5

Changes:
--------
--- /work/SRC/openSUSE:Factory/update-test-trivial/update-test-trivial.changes  
2018-01-10 23:35:37.846720548 +0100
+++ 
/work/SRC/openSUSE:Factory/.update-test-trivial.new/update-test-trivial.changes 
    2018-02-18 11:43:09.571888042 +0100
@@ -1,0 +2,5 @@
+Thu Feb  8 15:37:23 UTC 2018 - [email protected]
+
+- Fix broken subpackage failing condition for Kubic
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ update-test-trivial.spec ++++++
--- /var/tmp/diff_new_pack.fZZxgJ/_old  2018-02-18 11:43:11.319825294 +0100
+++ /var/tmp/diff_new_pack.fZZxgJ/_new  2018-02-18 11:43:11.323825151 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package update-test-trivial
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -134,7 +134,7 @@
 
 %pre -n update-test-broken
 if [ $1 -ne 1 ]; then
-    if [[ "$(cat /etc/YaST2/build)" == *"SUSE-CaaS-Platform-"* ]]; then
+    if [[ "$(cat /etc/YaST2/build)" =~ -(CaaS-Platform|Tumbleweed-Kubic)- ]]; 
then
         sed -i -e 's,foo\t,bar\t,g' /some/none/existing/file
     fi
 fi


Reply via email to