Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2017-06-16 10:48:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Fri Jun 16 10:48:22 2017 rev:434 rq:503044 version:13.2+git20170612.37ff18e Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2017-06-02 10:29:12.454873981 +0200 +++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes 2017-06-16 10:48:25.145252434 +0200 @@ -1,0 +2,10 @@ +Mon Jun 12 09:43:40 UTC 2017 - [email protected] + +- Fix copy+paste error in /etc/csh.login boo#1043560 + +------------------------------------------------------------------- +Fri Jun 2 11:36:04 UTC 2017 - [email protected] + +- Support changing PS1 even for mksh and user root (bsc#1036895) + +------------------------------------------------------------------- Old: ---- aaa_base-13.2+git20170512.8fa87a3.tar.xz New: ---- aaa_base-13.2+git20170612.37ff18e.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.OjnE7z/_old 2017-06-16 10:48:25.853152788 +0200 +++ /var/tmp/diff_new_pack.OjnE7z/_new 2017-06-16 10:48:25.857152224 +0200 @@ -18,7 +18,7 @@ Name: aaa_base -Version: 13.2+git20170512.8fa87a3 +Version: 13.2+git20170612.37ff18e Release: 0 Url: https://github.com/openSUSE/aaa_base Provides: aaa_skel = %{version}-%{release} ++++++ aaa_base-13.2+git20170512.8fa87a3.tar.xz -> aaa_base-13.2+git20170612.37ff18e.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20170512.8fa87a3/files/etc/bash.bashrc new/aaa_base-13.2+git20170612.37ff18e/files/etc/bash.bashrc --- old/aaa_base-13.2+git20170512.8fa87a3/files/etc/bash.bashrc 2017-05-12 16:22:06.000000000 +0200 +++ new/aaa_base-13.2+git20170612.37ff18e/files/etc/bash.bashrc 2017-06-12 11:42:21.000000000 +0200 @@ -231,7 +231,7 @@ # Some users of the ksh are not common with the usage of PS1. # This variable should not be exported, because normally only # interactive shells set this variable by default to ``$ ''. - if test "${PS1-\$ }" = '$ ' ; then + if test "${PS1-\$ }" = '$ ' -o "${PS1-\$ }" = '# ' ; then if test "$UID" = 0 ; then PS1="${HOST}:"'${PWD}'" # " else diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-13.2+git20170512.8fa87a3/files/etc/csh.login new/aaa_base-13.2+git20170612.37ff18e/files/etc/csh.login --- old/aaa_base-13.2+git20170512.8fa87a3/files/etc/csh.login 2017-05-12 16:22:06.000000000 +0200 +++ new/aaa_base-13.2+git20170612.37ff18e/files/etc/csh.login 2017-06-12 11:42:21.000000000 +0200 @@ -26,7 +26,7 @@ if ( ! ${?TERM} ) setenv TERM linux if ( "$TERM" == "unknown" ) setenv TERM linux if ( "$TERM" == "ibm327x" ) setenv TERM dumb - if ( $TERM =~ screen.* -a && ! -e /usr/share/terminfo/s/$TERM) setenv TERM screen + if ( $TERM =~ screen.* && ! -e /usr/share/terminfo/s/$TERM) setenv TERM screen if ( ! ${?SSH_TTY} && "$TERM" != "dumb" ) then path stty sane cr0 pass8 dec path tset -I -Q
