Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2019-01-29 14:37:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Tue Jan 29 14:37:29 2019 rev:450 rq:664065 version:84.87+git20190109.b66cf03 Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2018-12-19 13:24:00.701338365 +0100 +++ /work/SRC/openSUSE:Factory/.aaa_base.new.28833/aaa_base.changes 2019-01-29 14:37:32.603614672 +0100 @@ -1,0 +2,8 @@ +Wed Jan 09 11:03:02 UTC 2019 - [email protected] + +- Update to version 84.87+git20190109.b66cf03: + * Restore old position of ssh/sudo source of profile + for bug bsc#1118364 but hopefully do not reintroduce + bug boo#1088524 + +------------------------------------------------------------------- Old: ---- aaa_base-84.87+git20181210.841bf8f.tar.xz New: ---- aaa_base-84.87+git20190109.b66cf03.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.IREHiw/_old 2019-01-29 14:37:33.247613894 +0100 +++ /var/tmp/diff_new_pack.IREHiw/_new 2019-01-29 14:37:33.251613889 +0100 @@ -1,7 +1,7 @@ # # spec file for package aaa_base # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %endif Name: aaa_base -Version: 84.87+git20181210.841bf8f +Version: 84.87+git20190109.b66cf03 Release: 0 Url: https://github.com/openSUSE/aaa_base Provides: aaa_skel = %{version}-%{release} ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.IREHiw/_old 2019-01-29 14:37:33.291613841 +0100 +++ /var/tmp/diff_new_pack.IREHiw/_new 2019-01-29 14:37:33.291613841 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/aaa_base.git</param> - <param name="changesrevision">841bf8f4caca76039640cdd08d4c4b2b46cd832c</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">b66cf03e673e84902ce0330f88f84f4fbdc8c9e9</param></service></servicedata> \ No newline at end of file ++++++ aaa_base-84.87+git20181210.841bf8f.tar.xz -> aaa_base-84.87+git20190109.b66cf03.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20181210.841bf8f/files/etc/bash.bashrc new/aaa_base-84.87+git20190109.b66cf03/files/etc/bash.bashrc --- old/aaa_base-84.87+git20181210.841bf8f/files/etc/bash.bashrc 2018-12-10 13:37:08.000000000 +0100 +++ new/aaa_base-84.87+git20190109.b66cf03/files/etc/bash.bashrc 2019-01-09 11:31:46.000000000 +0100 @@ -334,6 +334,20 @@ . /etc/profile.d/vte.sh fi +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 + _is_save="$is" + _SOURCED_FOR_SSH=true + . /etc/profile > /dev/null 2>&1 + unset _SOURCED_FOR_SSH + is="$_is_save" + _is_save=unset + fi +fi + # # Set GPG_TTY for curses pinentry # (see man gpg-agent and bnc#619295) @@ -356,14 +370,6 @@ 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
