15
0

Accepting request 261621 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/261621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonpatch?expand=0&rev=10
This commit is contained in:
2014-11-18 21:45:03 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 08 17:31:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashisms in pre script
-------------------------------------------------------------------
Mon Sep 15 09:40:21 UTC 2014 - tbechtold@suse.com

View File

@@ -54,8 +54,8 @@ for i in patch diff; do
done
%pre
[[ ! -L %{_bindir}/jsonpatch ]] && rm -f %{_bindir}/jsonpatch || :
[[ ! -L %{_bindir}/jsondiff ]] && rm -f %{_bindir}/jsondiff || :
[ -h %{_bindir}/jsonpatch ] || rm -f %{_bindir}/jsonpatch
[ -h %{_bindir}/jsondiff ] || rm -f %{_bindir}/jsondiff
%post
update-alternatives --install \