Hello community,
here is the log from the commit of package obs-service-product_converter for
openSUSE:Factory checked in at 2020-08-04 20:24:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-product_converter (Old)
and /work/SRC/openSUSE:Factory/.obs-service-product_converter.new.3592
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-product_converter"
Tue Aug 4 20:24:24 2020 rev:12 rq:824293 version:1.4.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-product_converter/obs-service-product_converter.changes
2020-07-20 21:05:07.797321569 +0200
+++
/work/SRC/openSUSE:Factory/.obs-service-product_converter.new.3592/obs-service-product_converter.changes
2020-08-04 20:24:59.641034426 +0200
@@ -1,0 +2,8 @@
+Tue Jul 28 06:49:31 UTC 2020 - Adrian Schröter <[email protected]>
+
+- 1.4.2
+ - try to get OBS_NAME when using evil local wrapper scripts
+ which do not set it (they can still set it wrong)
+ - add warning for missing OBS_NAME
+
+-------------------------------------------------------------------
Old:
----
obs-service-product_converter-1.4.1.obscpio
New:
----
obs-service-product_converter-1.4.3.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-product_converter.spec ++++++
--- /var/tmp/diff_new_pack.gMTfdJ/_old 2020-08-04 20:25:04.489036061 +0200
+++ /var/tmp/diff_new_pack.gMTfdJ/_new 2020-08-04 20:25:04.493036062 +0200
@@ -19,7 +19,7 @@
%define service product_converter
Name: obs-service-%service
-Version: 1.4.1
+Version: 1.4.3
Release: 0
Summary: An OBS source service: create product media build descriptions
License: GPL-2.0-or-later
++++++ _service ++++++
--- /var/tmp/diff_new_pack.gMTfdJ/_old 2020-08-04 20:25:04.529036074 +0200
+++ /var/tmp/diff_new_pack.gMTfdJ/_new 2020-08-04 20:25:04.529036074 +0200
@@ -2,8 +2,8 @@
<service name="obs_scm" mode="disabled">
<param
name="url">https://github.com/openSUSE/obs-service-product_converter.git</param>
<param name="scm">git</param>
- <param name="version">1.4.1</param>
- <param name="revision">1.4.1</param>
+ <param name="version">1.4.3</param>
+ <param name="revision">1.4.3</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="buildtime"/>
++++++ obs-service-product_converter-1.4.1.obscpio ->
obs-service-product_converter-1.4.3.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/obs-service-product_converter-1.4.1/product_converter
new/obs-service-product_converter-1.4.3/product_converter
--- old/obs-service-product_converter-1.4.1/product_converter 2020-07-20
11:29:37.000000000 +0200
+++ new/obs-service-product_converter-1.4.3/product_converter 2020-07-28
11:05:19.000000000 +0200
@@ -8,6 +8,30 @@
fi
outdir="$2"
+# Ugly hack to workaround evil wrapper scripts
+if [ -z "$OBS_NAME" ]; then
+ if [ -x /usr/bin/osc ]; then
+ echo
+ echo "WARNING: OBS_NAME not set, trying request the server via osc ..."
+ export OBS_NAME=`osc api /configuration | sed -n
's,.*<name>\(.*\)</name>.*,\1,p'`
+ echo " We got $OBS_NAME as return"
+ echo
+ fi
+fi
+
+if [ -z "$OBS_NAME" ]; then
+ echo "WARNING: OBS_NAME not set, identifiers will not match with server
config!"
+ echo " This is fine for debugging, but not for production media!"
+fi
+
+if [ -n "$OSC_VERSION" ]; then
+ echo
+ echo "WARNING"
+ echo "WARNING Manual run using osc is *NOT* updating existing release spec
files!"
+ echo "WARNING"
+ echo
+fi
+
# create all build descriptions
for file in *.product; do
if [ ! -r "$file" ]; then
++++++ obs-service-product_converter.obsinfo ++++++
--- /var/tmp/diff_new_pack.gMTfdJ/_old 2020-08-04 20:25:04.665036120 +0200
+++ /var/tmp/diff_new_pack.gMTfdJ/_new 2020-08-04 20:25:04.669036121 +0200
@@ -1,5 +1,5 @@
name: obs-service-product_converter
-version: 1.4.1
-mtime: 1595237377
-commit: 2566b19a6d4e4293a6352daa2d299b07692d7d5e
+version: 1.4.3
+mtime: 1595927119
+commit: 8503acd67a25d1c1d4ef42ccd4e5a98f0ee111a1