Hello community,
here is the log from the commit of package update-test-trivial for
openSUSE:Factory checked in at 2018-03-23 12:56:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/update-test-trivial (Old)
and /work/SRC/openSUSE:Factory/.update-test-trivial.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "update-test-trivial"
Fri Mar 23 12:56:27 2018 rev:4 rq:590623 version:5
Changes:
--------
--- /work/SRC/openSUSE:Factory/update-test-trivial/update-test-trivial.changes
2018-02-18 11:43:09.571888042 +0100
+++
/work/SRC/openSUSE:Factory/.update-test-trivial.new/update-test-trivial.changes
2018-03-23 12:56:28.611255792 +0100
@@ -1,0 +2,5 @@
+Fri Mar 23 11:03:55 UTC 2018 - [email protected]
+
+- Make broken fail consistantly regardless of product
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ update-test-trivial.spec ++++++
--- /var/tmp/diff_new_pack.NY5lEh/_old 2018-03-23 12:56:30.535186216 +0100
+++ /var/tmp/diff_new_pack.NY5lEh/_new 2018-03-23 12:56:30.539186072 +0100
@@ -20,7 +20,7 @@
Version: 5
Release: 0
Summary: Package for testing the update stack during product development
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/YaST
Source0: %{name}.tar.bz2
Source1: baselibs.conf
@@ -134,7 +134,7 @@
%pre -n update-test-broken
if [ $1 -ne 1 ]; then
- if [[ "$(cat /etc/YaST2/build)" =~ -(CaaS-Platform|Tumbleweed-Kubic)- ]];
then
+ if [ ! -f /.buildenv ]; then
sed -i -e 's,foo\t,bar\t,g' /some/none/existing/file
fi
fi