Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2012-07-14 09:40:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2012-07-12 
10:36:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2012-07-14 
09:41:03.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Jul 13 09:48:16 CEST 2012 - [email protected]
+
+- Fix /etc/bash.bashrc for bash-completion again: the previous fix
+  was not working for non-login shells, so directly source
+  /etc/profile.d/bash_completion.sh from /etc/bash.bashrc
+  (bnc#764288).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aaa_base.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/bash.bashrc 
new/aaa_base/files/etc/bash.bashrc
--- old/aaa_base/files/etc/bash.bashrc  2012-07-10 18:31:57.000000000 +0200
+++ new/aaa_base/files/etc/bash.bashrc  2012-07-13 09:44:41.000000000 +0200
@@ -227,8 +227,8 @@
                . $HOME/.bash_completion
            elif test -e /etc/bash_completion ; then
                . /etc/bash_completion
-           elif test -d /usr/share/bash-completion ; then
-               true # /etc/profile.d/bash_completion.sh will do the right thing
+           elif test -s /etc/profile.d/bash_completion.sh ; then
+               . /etc/profile.d/bash_completion.sh
            elif test -s /etc/profile.d/complete.bash ; then
                . /etc/profile.d/complete.bash
            fi

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to