commit shim for openSUSE:Factory
Hello community, here is the log from the commit of package shim for openSUSE:Factory checked in at 2013-08-22 10:55:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shim (Old) and /work/SRC/openSUSE:Factory/.shim.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "shim" Changes: -------- --- /work/SRC/openSUSE:Factory/shim/shim.changes 2013-08-12 14:22:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes 2013-08-22 10:55:23.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Aug 20 11:48:25 UTC 2013 - lnussel@suse.de + +- fix shell syntax error + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shim.spec ++++++ --- /var/tmp/diff_new_pack.vFRRoU/_old 2013-08-22 10:55:24.000000000 +0200 +++ /var/tmp/diff_new_pack.vFRRoU/_new 2013-08-22 10:55:24.000000000 +0200 @@ -134,7 +134,7 @@ echo "ERROR: binary changed, need to request new signature!" # don't fail in devel projects prj="%{_project}" - if "${prj%%:*}" = "openSUSE"; then + if [ "${prj%%:*}" = "openSUSE" ]; then false fi fi -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de