forked from pool/python-SecretStorage
Accepting request 451346 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/451346 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SecretStorage?expand=0&rev=3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user