Accepting request 261620 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/261620 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonpointer?expand=0&rev=6
This commit is contained in:
commit
79e56aca0a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 08 17:34:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
- fix bashism in pre script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 09:45:48 UTC 2014 - tbechtold@suse.com
|
||||
|
||||
|
@ -49,7 +49,7 @@ mv %{buildroot}%{_bindir}/jsonpointer %{buildroot}%{_bindir}/jsonpointer-%{py_ve
|
||||
ln -s %{_bindir}/jsonpointer-%{py_ver} %{buildroot}%{_bindir}/jsonpointer
|
||||
|
||||
%pre
|
||||
[[ ! -L %{_bindir}/jsonpointer ]] && rm -f %{_bindir}/jsonpointer || :
|
||||
[ -h %{_bindir}/jsonpointer ] || rm -f %{_bindir}/jsonpointer
|
||||
|
||||
%post
|
||||
update-alternatives --install \
|
||||
|
Loading…
Reference in New Issue
Block a user