Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2022-09-10 20:17:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Sat Sep 10 20:17:05 2022 rev:326 rq:1002279 version:4.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2022-08-23 14:26:24.319194243 +0200 +++ /work/SRC/openSUSE:Factory/.autoyast2.new.2083/autoyast2.changes 2022-09-10 20:17:08.344805482 +0200 @@ -1,0 +2,7 @@ +Fri Sep 9 08:29:55 UTC 2022 - Michal Filka <[email protected]> + +- bsc#1203227 + - Replaced egrep with grep -E. +- 4.5.4 + +------------------------------------------------------------------- Old: ---- autoyast2-4.5.3.tar.bz2 New: ---- autoyast2-4.5.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.zTpK2A/_old 2022-09-10 20:17:08.956807055 +0200 +++ /var/tmp/diff_new_pack.zTpK2A/_new 2022-09-10 20:17:08.960807065 +0200 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.5.3 +Version: 4.5.4 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only ++++++ autoyast2-4.5.3.tar.bz2 -> autoyast2-4.5.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.5.3/package/autoyast2.changes new/autoyast2-4.5.4/package/autoyast2.changes --- old/autoyast2-4.5.3/package/autoyast2.changes 2022-07-27 15:38:52.000000000 +0200 +++ new/autoyast2-4.5.4/package/autoyast2.changes 2022-09-09 12:22:42.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Sep 9 08:29:55 UTC 2022 - Michal Filka <[email protected]> + +- bsc#1203227 + - Replaced egrep with grep -E. +- 4.5.4 + +------------------------------------------------------------------- Fri Jul 22 11:31:20 UTC 2022 - Knut Anderssen <[email protected]> - Revert the modification done in version 4.3.97 running the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.5.3/package/autoyast2.spec new/autoyast2-4.5.4/package/autoyast2.spec --- old/autoyast2-4.5.3/package/autoyast2.spec 2022-07-27 15:38:52.000000000 +0200 +++ new/autoyast2-4.5.4/package/autoyast2.spec 2022-09-09 12:22:42.000000000 +0200 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.5.3 +Version: 4.5.4 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.5.3/test_xml/cc.xml new/autoyast2-4.5.4/test_xml/cc.xml --- old/autoyast2-4.5.3/test_xml/cc.xml 2022-07-27 15:38:52.000000000 +0200 +++ new/autoyast2-4.5.4/test_xml/cc.xml 2022-09-09 12:22:42.000000000 +0200 @@ -122,9 +122,9 @@ LOC="/tmp/cc-package-uri" -$(echo "$VAL" | egrep -q "^http://") || \ -$(echo "$VAL" | egrep -q "^ftp://") || \ -$(echo "$VAL" | egrep -q "^file:///") && \ +$(echo "$VAL" | grep -q "^http://") || \ +$(echo "$VAL" | grep -q "^ftp://") || \ +$(echo "$VAL" | grep -q "^file:///") && \ { echo "$VAL" > $LOC exit 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.5.3/test_xml/cobbler.xml new/autoyast2-4.5.4/test_xml/cobbler.xml --- old/autoyast2-4.5.3/test_xml/cobbler.xml 2022-07-27 15:38:52.000000000 +0200 +++ new/autoyast2-4.5.4/test_xml/cobbler.xml 2022-09-09 12:22:42.000000000 +0200 @@ -951,7 +951,7 @@ <source><![CDATA[ #!/bin/sh -if echo "$VAL" | egrep '^[1-9][0-9]{0,3}$' > /dev/null; then +if echo "$VAL" | grep -E '^[1-9][0-9]{0,3}$' > /dev/null; then sed -e "s/%NODE%/${VAL}/g" /tmp/profile/autoinst.xml > /tmp/profile/modified.xml echo "Completed editing profile as node number $VAL." exit 0
