diff --git a/pango.changes b/pango.changes index f4e81cb..589f934 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 09 21:03:00 UTC 2014 - Led + +- fix bashism in post script + ------------------------------------------------------------------- Mon Sep 22 18:48:08 UTC 2014 - zaitor@opensuse.org diff --git a/pango.spec b/pango.spec index c8eb39c..e30c43e 100644 --- a/pango.spec +++ b/pango.spec @@ -199,7 +199,7 @@ fi # %%{_libdir}/pango/%%{pango_binary_version} already exists) which means # pango-querymodules couldn't run there. %endif -if [ $1 == 1 ]; then +if [ $1 = 1 ]; then test -f %{_libdir}/libpango-1.0.so.0 if test $? -eq 0; then %{_pango_querymodules_update_cache}