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 2022-05-20 17:50:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Fri May 20 17:50:13 2022 rev:489 rq:977891 version:84.87+git20220518.dc83f4e Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2022-04-23 19:44:50.242902793 +0200 +++ /work/SRC/openSUSE:Factory/.aaa_base.new.1538/aaa_base.changes 2022-05-20 17:50:18.427203409 +0200 @@ -1,0 +2,12 @@ +Wed May 18 07:49:13 UTC 2022 - wer...@suse.de + +- Update to version 84.87+git20220518.dc83f4e: + * Also in /etc/profile, rootsh is not restricted + +------------------------------------------------------------------- +Wed May 18 07:07:33 UTC 2022 - wer...@suse.de + +- Update to version 84.87+git20220518.78b2a0b: + * The wrapper rootsh is not a restricted shell + +------------------------------------------------------------------- Old: ---- aaa_base-84.87+git20220419.bf51b75.tar New: ---- aaa_base-84.87+git20220518.dc83f4e.tar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.AlGAI8/_old 2022-05-20 17:50:19.295204185 +0200 +++ /var/tmp/diff_new_pack.AlGAI8/_new 2022-05-20 17:50:19.299204188 +0200 @@ -33,7 +33,7 @@ %endif Name: aaa_base -Version: 84.87+git20220419.bf51b75%{git_version} +Version: 84.87+git20220518.dc83f4e%{git_version} Release: 0 Summary: openSUSE Base Package License: GPL-2.0-or-later ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.AlGAI8/_old 2022-05-20 17:50:19.383204264 +0200 +++ /var/tmp/diff_new_pack.AlGAI8/_new 2022-05-20 17:50:19.387204267 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/aaa_base.git</param> - <param name="changesrevision">bf51b7535a7fc50ee907c7d9792ca0dc6d372e5d</param></service><service name="tar_scm"> + <param name="changesrevision">dc83f4e9c91007d96df2047e44ae3baba102fcfb</param></service><service name="tar_scm"> <param name="url">https://github.com/lnussel/aaa_base.git</param> <param name="changesrevision">0f8eaba2cf2e69db15cce8a4dcf005b6e88f61e6</param></service></servicedata> (No newline at EOF) ++++++ aaa_base-84.87+git20220419.bf51b75.tar -> aaa_base-84.87+git20220518.dc83f4e.tar ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20220419.bf51b75/files/etc/bash.bashrc new/aaa_base-84.87+git20220518.dc83f4e/files/etc/bash.bashrc --- old/aaa_base-84.87+git20220419.bf51b75/files/etc/bash.bashrc 2022-04-19 13:16:19.000000000 +0200 +++ new/aaa_base-84.87+git20220518.dc83f4e/files/etc/bash.bashrc 2022-05-18 09:18:50.000000000 +0200 @@ -56,6 +56,7 @@ # for a in $SHELL ; do case "$a" in + */rootsh) ;; */r*sh) readonly restricted=true ;; -r*|-[!-]r*|-[!-][!-]r*) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20220419.bf51b75/files/etc/profile new/aaa_base-84.87+git20220518.dc83f4e/files/etc/profile --- old/aaa_base-84.87+git20220419.bf51b75/files/etc/profile 2022-04-19 13:16:19.000000000 +0200 +++ new/aaa_base-84.87+git20220518.dc83f4e/files/etc/profile 2022-05-18 09:18:50.000000000 +0200 @@ -48,6 +48,7 @@ # for a in $SHELL ; do case "$a" in + */rootsh) ;; */r*sh) readonly restricted=true ;; -r*|-[!-]r*|-[!-][!-]r*)