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:
parent
860a787f43
commit
4351e8ba59
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user