Hello community,

here is the log from the commit of package python3-pip for openSUSE:Factory 
checked in at 2014-11-15 11:41:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pip (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pip/python3-pip.changes  2014-07-10 
09:30:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pip.new/python3-pip.changes     
2014-11-15 12:26:50.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 21:35:00 UTC 2014 - Led <[email protected]>
+
+- fix bashism in pre script
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-pip.spec ++++++
--- /var/tmp/diff_new_pack.mrR29K/_old  2014-11-15 12:26:52.000000000 +0100
+++ /var/tmp/diff_new_pack.mrR29K/_new  2014-11-15 12:26:52.000000000 +0100
@@ -71,8 +71,7 @@
 %pre
 # Since /usr/bin/pip 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}/pip ]] && rm -f %{_bindir}/pip
-exit 0
+[ -h %{_bindir}/pip ] || rm -f %{_bindir}/pip
 
 %post
 update-alternatives --install %{_bindir}/pip pip %{_bindir}/pip%{py3_ver} 30

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to