Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2013-12-19 12:38:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2013-12-17 06:52:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes 2013-12-19 12:38:47.000000000 +0100 @@ -1,0 +2,10 @@ +Wed Dec 18 13:15:35 UTC 2013 - [email protected] + +- Use only bash and readline defaults for fallback completion (bnc#851908) + +------------------------------------------------------------------- +Tue Dec 17 13:00:15 UTC 2013 - [email protected] + +- change mistakenly root:users group to root:root (bnc#843230) + +------------------------------------------------------------------- @@ -6 +15,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base-13.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.1/aaa_base.post new/aaa_base-13.1/aaa_base.post --- old/aaa_base-13.1/aaa_base.post 2013-12-13 11:57:37.000000000 +0100 +++ new/aaa_base-13.1/aaa_base.post 2013-12-18 14:14:12.000000000 +0100 @@ -156,9 +156,12 @@ done # # Change primary group of nobody to nobody +# and change mistakenly root:users group to root:root (bnc#843230) # if [ -x /usr/sbin/usermod ]; then /usr/sbin/usermod -g nobody nobody 2> /dev/null ||: + + /usr/sbin/usermod -g root root 2> /dev/null ||: fi # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.1/files/etc/profile.d/complete.bash new/aaa_base-13.1/files/etc/profile.d/complete.bash --- old/aaa_base-13.1/files/etc/profile.d/complete.bash 2013-12-13 11:57:37.000000000 +0100 +++ new/aaa_base-13.1/files/etc/profile.d/complete.bash 2013-12-18 14:14:12.000000000 +0100 @@ -677,11 +677,10 @@ if ! type -t _completion_loader &> /dev/null ; then _completion_loader () { - local fallback=(-o default -o bashdefault -o filenames) local dir=/usr/share/bash-completion/completions local cmd="${1##*/}" . "${dir}/${cmd}" &>/dev/null && return 124 - complete "${fallback[@]}" ${cmd} &>/dev/null && return 124 + complete -o default -o bashdefault "${cmd}" &>/dev/null && return 124 } complete -D -F _completion_loader fi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
