Accepting request 260908 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/260908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonschema?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2014-11-13 08:17:25 +00:00 committed by Git OBS Bridge
commit 992bbf2f03
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 08 17:38:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in pre script
-------------------------------------------------------------------
Mon Sep 15 10:57:54 UTC 2014 - tbechtold@suse.com

View File

@ -59,7 +59,7 @@ python -m unittest jsonschema.tests.test_jsonschema_test_suite
%endif
%pre
[[ ! -L %{_bindir}/jsonschema ]] && rm -f %{_bindir}/jsonschema || :
[ -h %{_bindir}/jsonschema ] || rm -f %{_bindir}/jsonschema
%post
update-alternatives --install \