diff --git a/python-jsonschema.changes b/python-jsonschema.changes index 775f82c..8ecd413 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 08 17:38:00 UTC 2014 - Led + +- fix bashism in pre script + ------------------------------------------------------------------- Mon Sep 15 10:57:54 UTC 2014 - tbechtold@suse.com diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 2b5c3ca..c4d7024 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -59,7 +59,7 @@ python -m unittest jsonschema.tests.test_jsonschema_test_suite %endif %pre -[[ ! -L %{_bindir}/jsonschema ]] && rm -f %{_bindir}/jsonschema || : +[ -h %{_bindir}/jsonschema ] || rm -f %{_bindir}/jsonschema %post update-alternatives --install \