diff --git a/python-SecretStorage.changes b/python-SecretStorage.changes index 73e9dab..5fb4565 100644 --- a/python-SecretStorage.changes +++ b/python-SecretStorage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 19 10:21:21 UTC 2017 - bwiedemann@suse.com + +- fix building outside OBS + ------------------------------------------------------------------- Tue Nov 22 12:37:40 UTC 2016 - hpj@urpla.net diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index 39cc253..48cccf5 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -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 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %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