Hello community, here is the log from the commit of package python-pip for openSUSE:Factory checked in at 2014-11-18 22:45:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pip (Old) and /work/SRC/openSUSE:Factory/.python-pip.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pip" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pip/python-pip.changes 2014-01-09 17:25:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-pip.new/python-pip.changes 2014-11-18 22:45:41.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Nov 08 20:39:00 UTC 2014 - Led <led...@gmail.com> + +- fix bashism in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pip.spec ++++++ --- /var/tmp/diff_new_pack.1onjna/_old 2014-11-18 22:45:42.000000000 +0100 +++ /var/tmp/diff_new_pack.1onjna/_new 2014-11-18 22:45:42.000000000 +0100 @@ -67,8 +67,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-alternatives-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%{py_ver} 20 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org