Hello community,
here is the log from the commit of package python3-virtualenv for
openSUSE:Factory checked in at 2014-11-18 22:44:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-virtualenv (Old)
and /work/SRC/openSUSE:Factory/.python3-virtualenv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-virtualenv"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-virtualenv/python3-virtualenv.changes
2014-07-04 09:34:55.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-virtualenv.new/python3-virtualenv.changes
2014-11-18 22:45:28.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 21:45:00 UTC 2014 - Led <[email protected]>
+
+- fix bashism in pre script
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-virtualenv.spec ++++++
--- /var/tmp/diff_new_pack.i8pcfd/_old 2014-11-18 22:45:29.000000000 +0100
+++ /var/tmp/diff_new_pack.i8pcfd/_new 2014-11-18 22:45:29.000000000 +0100
@@ -72,8 +72,7 @@
%pre
# Since /usr/bin/virtualenv 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:
-[[ ! -L %{_bindir}/virtualenv ]] && rm -f %{_bindir}/virtualenv
-exit 0
+[ -h %{_bindir}/virtualenv ] || rm -f %{_bindir}/virtualenv
%post
update-alternatives \
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]