Hello community,
here is the log from the commit of package cmpi-provider-register for
openSUSE:Factory checked in at 2015-05-02 21:38:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmpi-provider-register (Old)
and /work/SRC/openSUSE:Factory/.cmpi-provider-register.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmpi-provider-register"
Changes:
--------
---
/work/SRC/openSUSE:Factory/cmpi-provider-register/cmpi-provider-register.changes
2014-11-11 01:11:50.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.cmpi-provider-register.new/cmpi-provider-register.changes
2015-05-02 21:38:19.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 13:04:38 UTC 2015 - [email protected]
+
+- Do not put empty element (ie the current dir) in LD_LIBRARY_PATH
+ if LD_LIBRARY_PATH is set but empty (bsc#642831)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cmpi-provider-register.spec ++++++
--- /var/tmp/diff_new_pack.k1kbKv/_old 2015-05-02 21:38:20.000000000 +0200
+++ /var/tmp/diff_new_pack.k1kbKv/_new 2015-05-02 21:38:20.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package cmpi-provider-register
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
++++++ cmpi-provider-register.py ++++++
--- /var/tmp/diff_new_pack.k1kbKv/_old 2015-05-02 21:38:20.000000000 +0200
+++ /var/tmp/diff_new_pack.k1kbKv/_new 2015-05-02 21:38:20.000000000 +0200
@@ -379,7 +379,7 @@
env = os.environ.copy()
ldp = '%(h)s/lib:%(h)s/lib/providers:%(h)s/lib/providers/ext' % \
{'h':scx_home}
- if 'LD_LIBRARY_PATH' in env:
+ if 'LD_LIBRARY_PATH' in env and env['LD_LIBRARY_PATH']:
ldp+= ':' + env['LD_LIBRARY_PATH']
env['LD_LIBRARY_PATH'] = ldp