Hello community, here is the log from the commit of package python-coverage for openSUSE:Factory checked in at 2014-11-15 11:40:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-coverage (Old) and /work/SRC/openSUSE:Factory/.python-coverage.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-coverage" Changes: -------- --- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes 2014-05-10 08:32:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-coverage.new/python-coverage.changes 2014-11-15 12:25:25.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 09 23:03:00 UTC 2014 - Led <[email protected]> + +- fix bashism in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-coverage.spec ++++++ --- /var/tmp/diff_new_pack.sg8gFv/_old 2014-11-15 12:25:26.000000000 +0100 +++ /var/tmp/diff_new_pack.sg8gFv/_new 2014-11-15 12:25:26.000000000 +0100 @@ -66,8 +66,7 @@ %pre # Since /usr/bin/coverage 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}/coverage ]] && rm -f %{_bindir}/coverage -exit 0 +[ -h %{_bindir}/coverage ] || rm -f %{_bindir}/coverage %post update-alternatives \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
