Hello community,
here is the log from the commit of package python-SecretStorage for
openSUSE:Factory checked in at 2017-01-23 11:31:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-SecretStorage (Old)
and /work/SRC/openSUSE:Factory/.python-SecretStorage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SecretStorage"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-SecretStorage/python-SecretStorage.changes
2016-12-05 16:32:03.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-SecretStorage.new/python-SecretStorage.changes
2017-01-23 11:31:28.272235482 +0100
@@ -1,0 +2,5 @@
+Thu Jan 19 10:21:21 UTC 2017 - [email protected]
+
+- fix building outside OBS
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-SecretStorage.spec ++++++
--- /var/tmp/diff_new_pack.oZWieY/_old 2017-01-23 11:31:28.640183311 +0100
+++ /var/tmp/diff_new_pack.oZWieY/_new 2017-01-23 11:31:28.644182744 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-SecretStorage
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -72,7 +72,7 @@
%check
# gnome-keyring "forgets" to create this directory under certain conditions
-mkdir $HOME/.cache
+mkdir -p $HOME/.cache
dbus-run-session -- python -m unittest discover -s tests
%files