Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2025-04-30 19:02:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Wed Apr 30 19:02:12 2025 rev:510 rq:1273488 version:84.87+git20250429.1cad3bc Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2025-04-26 22:24:59.765470078 +0200 +++ /work/SRC/openSUSE:Factory/.aaa_base.new.30101/aaa_base.changes 2025-04-30 19:02:13.924947358 +0200 @@ -1,0 +2,6 @@ +Tue Apr 29 16:08:04 UTC 2025 - Ruediger Oertel <r...@suse.com> + +- Update to version 84.87+git20250429.1cad3bc: + * Remove alias "you" (boo#1242011) + +------------------------------------------------------------------- Old: ---- aaa_base-84.87+git20250425.1664836.tar New: ---- aaa_base-84.87+git20250429.1cad3bc.tar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.pGX0xP/_old 2025-04-30 19:02:14.688979217 +0200 +++ /var/tmp/diff_new_pack.pGX0xP/_new 2025-04-30 19:02:14.688979217 +0200 @@ -33,7 +33,7 @@ %endif Name: aaa_base -Version: 84.87+git20250425.1664836%{git_version} +Version: 84.87+git20250429.1cad3bc%{git_version} Release: 0 Summary: openSUSE Base Package License: GPL-2.0-or-later ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.pGX0xP/_old 2025-04-30 19:02:14.752981886 +0200 +++ /var/tmp/diff_new_pack.pGX0xP/_new 2025-04-30 19:02:14.760982219 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/aaa_base.git</param> - <param name="changesrevision">16648362b675024078dfd767bce27460fd568579</param></service> + <param name="changesrevision">1cad3bc8eb7146f6f45ba8f3cf960f67719fbbb6</param></service> </servicedata> (No newline at EOF) ++++++ aaa_base-84.87+git20250425.1664836.tar -> aaa_base-84.87+git20250429.1cad3bc.tar ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20250425.1664836/files/usr/etc/profile.d/alias.ash new/aaa_base-84.87+git20250429.1cad3bc/files/usr/etc/profile.d/alias.ash --- old/aaa_base-84.87+git20250425.1664836/files/usr/etc/profile.d/alias.ash 2025-04-25 10:08:24.000000000 +0200 +++ new/aaa_base-84.87+git20250429.1cad3bc/files/usr/etc/profile.d/alias.ash 2025-04-29 18:07:34.000000000 +0200 @@ -54,7 +54,6 @@ alias -='popd' alias rd='rmdir' alias md='mkdir -p' -alias you='su - -c "yast2 online_update"' alias rehash='hash -r' alias beep='printf "\007"' alias unmount='echo "Error: Try the command: umount" 1>&2 && false' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20250425.1664836/files/usr/etc/profile.d/alias.bash new/aaa_base-84.87+git20250429.1cad3bc/files/usr/etc/profile.d/alias.bash --- old/aaa_base-84.87+git20250425.1664836/files/usr/etc/profile.d/alias.bash 2025-04-25 10:08:24.000000000 +0200 +++ new/aaa_base-84.87+git20250429.1cad3bc/files/usr/etc/profile.d/alias.bash 2025-04-29 18:07:34.000000000 +0200 @@ -48,7 +48,6 @@ alias which=_which fi alias rehash='hash -r' -alias you='if test "$EUID" = 0 ; then /sbin/yast2 online_update ; else su - -c "/sbin/yast2 online_update" ; fi' if test "$is" != "ksh" ; then alias beep='echo -en "\007"' else