forked from pool/python-coverage
Accepting request 260881 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/260881 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=21
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 09 23:03:00 UTC 2014 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
- fix bashism in pre script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 8 11:37:39 UTC 2014 - toddrme2178@gmail.com
|
Thu May 8 11:37:39 UTC 2014 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -66,8 +66,7 @@ ln -s %{_bindir}/coverage-%{py_ver} %{buildroot}/%{_bindir}/coverage
|
|||||||
%pre
|
%pre
|
||||||
# Since /usr/bin/coverage became ghosted to be used with update-alternatives, we have
|
# Since /usr/bin/coverage became ghosted to be used with update-alternatives, we have
|
||||||
# to get rid of the old binary resulting from the non-update-alternativies-ified package:
|
# to get rid of the old binary resulting from the non-update-alternativies-ified package:
|
||||||
[[ ! -L %{_bindir}/coverage ]] && rm -f %{_bindir}/coverage
|
[ -h %{_bindir}/coverage ] || rm -f %{_bindir}/coverage
|
||||||
exit 0
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
update-alternatives \
|
update-alternatives \
|
||||||
|
Reference in New Issue
Block a user