Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2018-04-16 12:43:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Mon Apr 16 12:43:08 2018 rev:447 rq:594780 version:84.87+git20180409.04c9dae Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2018-03-07 10:28:17.936283695 +0100 +++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes 2018-04-16 12:43:10.465805330 +0200 @@ -1,0 +2,9 @@ +Mon Apr 09 08:05:37 UTC 2018 - [email protected] + +- Update to version 84.87+git20180409.04c9dae: + * In bash.bashrc move ssh/sudo source of profile to avoid removing + the `is' variable before last use (boo#1088524). + * Avoid the shell code checker stumble over `function' keys word + in ls.bash (git#54). + +------------------------------------------------------------------- Old: ---- aaa_base-84.87+git20180208.8eeab90.tar.xz New: ---- aaa_base-84.87+git20180409.04c9dae.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.ZjrSjy/_old 2018-04-16 12:43:11.113781751 +0200 +++ /var/tmp/diff_new_pack.ZjrSjy/_new 2018-04-16 12:43:11.117781605 +0200 @@ -23,7 +23,7 @@ %endif Name: aaa_base -Version: 84.87+git20180208.8eeab90 +Version: 84.87+git20180409.04c9dae Release: 0 Url: https://github.com/openSUSE/aaa_base Provides: aaa_skel = %{version}-%{release} ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ZjrSjy/_old 2018-04-16 12:43:11.169779713 +0200 +++ /var/tmp/diff_new_pack.ZjrSjy/_new 2018-04-16 12:43:11.173779567 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/aaa_base.git</param> - <param name="changesrevision">8eeab902586416060527ddde7dabcec81d820022</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">04c9daea971d58248c64076d41315129a7083629</param></service></servicedata> \ No newline at end of file ++++++ aaa_base-84.87+git20180208.8eeab90.tar.xz -> aaa_base-84.87+git20180409.04c9dae.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20180208.8eeab90/files/etc/bash.bashrc new/aaa_base-84.87+git20180409.04c9dae/files/etc/bash.bashrc --- old/aaa_base-84.87+git20180208.8eeab90/files/etc/bash.bashrc 2018-02-08 14:01:58.000000000 +0100 +++ new/aaa_base-84.87+git20180409.04c9dae/files/etc/bash.bashrc 2018-04-09 09:49:30.000000000 +0200 @@ -335,15 +335,6 @@ fi # -# Just in case the user excutes a command with ssh or sudo -# -if test \( -n "$SSH_CONNECTION" -o -n "$SUDO_COMMAND" \) -a -z "$PROFILEREAD" -a "$noprofile" != true ; then - _SOURCED_FOR_SSH=true - . /etc/profile > /dev/null 2>&1 - unset _SOURCED_FOR_SSH -fi - -# # Set GPG_TTY for curses pinentry # (see man gpg-agent and bnc#619295) # @@ -363,7 +354,16 @@ ash) test -s /etc/ash.ashrc.local && . /etc/ash.ashrc.local esac test -s /etc/sh.shrc.local && . /etc/sh.shrc.local + if test "$_is_save" = "unset" ; then + # + # Just in case the user excutes a command with ssh or sudo + # + if test \( -n "$SSH_CONNECTION" -o -n "$SUDO_COMMAND" \) -a -z "$PROFILEREAD" -a "$noprofile" != true ; then + _SOURCED_FOR_SSH=true + . /etc/profile > /dev/null 2>&1 + unset _SOURCED_FOR_SSH + fi unset is _is_save fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20180208.8eeab90/files/etc/profile.d/ls.bash new/aaa_base-84.87+git20180409.04c9dae/files/etc/profile.d/ls.bash --- old/aaa_base-84.87+git20180208.8eeab90/files/etc/profile.d/ls.bash 2018-02-08 14:01:58.000000000 +0100 +++ new/aaa_base-84.87+git20180409.04c9dae/files/etc/profile.d/ls.bash 2018-04-09 09:49:30.000000000 +0200 @@ -56,7 +56,8 @@ test -s /etc/profile.d/ls.zsh && . /etc/profile.d/ls.zsh ;; ksh) - function _ls { + function _ls + { typeset IFS=' ' command -p ls $LS_OPTIONS ${1+"$@"} }
