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:
commit
992bbf2f03
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user