forked from pool/python-lesscpy
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user