Accepting request 451344 from home:bmwiedemann:branches:devel:languages:python

fix building (2nd time) outside OBS

e.g. with osc build --noinit

OBS-URL: https://build.opensuse.org/request/show/451344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=10
This commit is contained in:
Dirk Mueller 2017-01-19 10:24:51 +00:00 committed by Git OBS Bridge
parent 860a787f43
commit 4351e8ba59
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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