Hello community, here is the log from the commit of package udisks for openSUSE:Factory checked in at 2012-02-22 19:12:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/udisks (Old) and /work/SRC/openSUSE:Factory/.udisks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "udisks", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/udisks/udisks.changes 2012-02-16 16:24:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.udisks.new/udisks.changes 2012-02-22 19:12:32.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Feb 21 13:15:02 UTC 2012 - [email protected] + +- Update umount.udisks: fix /sbin/umount.udisks to correctly pass + arguments to /usr/sbin/umount.udisks. Fix bnc#747883, thanks to + Harald Koenig <[email protected]>. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ umount.udisks ++++++ --- /var/tmp/diff_new_pack.saDTX4/_old 2012-02-22 19:12:33.000000000 +0100 +++ /var/tmp/diff_new_pack.saDTX4/_new 2012-02-22 19:12:33.000000000 +0100 @@ -1,7 +1,7 @@ #!/bin/sh if test -x /usr/sbin/umount.udisks; then - exec /usr/sbin/umount.udisks $* + exec /usr/sbin/umount.udisks "$@" else echo "/usr/sbin/umount.udisks not found." exit 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
