15
0

Accepting request 261691 from devel:languages:python

1

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 08 20:50:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in pre script
-------------------------------------------------------------------
Mon Aug 12 11:42:11 UTC 2013 - speilicke@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-lesscpy
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -63,8 +63,7 @@ python lesscpy/test/__main__.py # Sigh!
%pre
# Since /usr/bin/lesscpy became ghosted to be used with update-alternatives, we
# have to get rid of the old binary:
[[ ! -L %{_bindir}/lesscpy ]] && rm -f %{_bindir}/lesscpy
exit 0
[ -h %{_bindir}/lesscpy ] || rm -f %{_bindir}/lesscpy
%post
update-alternatives \