Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2024-02-20 21:12:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2" Tue Feb 20 21:12:26 2024 rev:557 rq:1147374 version:5.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2024-01-29 22:27:02.789161931 +0100 +++ /work/SRC/openSUSE:Factory/.yast2.new.1706/yast2.changes 2024-02-20 21:12:27.625726234 +0100 @@ -1,0 +2,6 @@ +Thu Feb 15 11:55:58 UTC 2024 - Stefan Hundhammer <[email protected]> + +- Allow host/domain names starting with an underscore (bsc#1219920) +- 5.0.6 + +------------------------------------------------------------------- Old: ---- yast2-5.0.5.tar.bz2 New: ---- yast2-5.0.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.I5F9sK/_old 2024-02-20 21:12:28.833770072 +0100 +++ /var/tmp/diff_new_pack.I5F9sK/_new 2024-02-20 21:12:28.833770072 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 5.0.5 +Version: 5.0.6 Release: 0 Summary: YaST2 Main Package ++++++ yast2-5.0.5.tar.bz2 -> yast2-5.0.6.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.5/library/types/src/modules/Hostname.rb new/yast2-5.0.6/library/types/src/modules/Hostname.rb --- old/yast2-5.0.5/library/types/src/modules/Hostname.rb 2024-01-29 09:50:31.000000000 +0100 +++ new/yast2-5.0.6/library/types/src/modules/Hostname.rb 2024-02-15 14:44:32.000000000 +0100 @@ -81,7 +81,7 @@ def Check(host) return false if host.nil? || host == "" || Ops.greater_than(Builtins.size(host), 63) - Builtins.regexpmatch(host, "^[[:alnum:]]([[:alnum:]-]*[[:alnum:]])?$") + Builtins.regexpmatch(host, "^[[:alnum:]_]([[:alnum:]-]*[[:alnum:]])?$") end # Check syntax of domain entry diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.5/package/yast2.changes new/yast2-5.0.6/package/yast2.changes --- old/yast2-5.0.5/package/yast2.changes 2024-01-29 09:50:31.000000000 +0100 +++ new/yast2-5.0.6/package/yast2.changes 2024-02-15 14:44:32.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Feb 15 11:55:58 UTC 2024 - Stefan Hundhammer <[email protected]> + +- Allow host/domain names starting with an underscore (bsc#1219920) +- 5.0.6 + +------------------------------------------------------------------- Fri Jan 26 15:59:21 UTC 2024 - Knut Anderssen <[email protected]> - Added s390 z/VM check to YaST::Arch (bsc#1210525). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.5/package/yast2.spec new/yast2-5.0.6/package/yast2.spec --- old/yast2-5.0.5/package/yast2.spec 2024-01-29 09:50:31.000000000 +0100 +++ new/yast2-5.0.6/package/yast2.spec 2024-02-15 14:44:32.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 5.0.5 +Version: 5.0.6 Release: 0 Summary: YaST2 Main Package
