Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2023-10-25 18:01:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Wed Oct 25 18:01:58 2023 rev:553 rq:1120290 version:5.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2023-10-20 
23:17:26.744005610 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new.24901/yast2.changes   2023-10-25 
18:02:42.586189244 +0200
@@ -1,0 +2,7 @@
+Wed Oct 25 11:16:21 UTC 2023 - Knut Anderssen <kanders...@suse.com>
+
+- Fix firewalld zones reader adapting it to the new firewall-cmd
+  --list-all-zones output format (bsc#1216534)
+- 5.0.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-5.0.1.tar.bz2

New:
----
  yast2-5.0.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.E7IkFF/_old  2023-10-25 18:02:43.526223944 +0200
+++ /var/tmp/diff_new_pack.E7IkFF/_new  2023-10-25 18:02:43.526223944 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        5.0.1
+Version:        5.0.2
 
 Release:        0
 Summary:        YaST2 Main Package

++++++ yast2-5.0.1.tar.bz2 -> yast2-5.0.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-5.0.1/library/network/src/lib/y2firewall/firewalld/zone_reader.rb 
new/yast2-5.0.2/library/network/src/lib/y2firewall/firewalld/zone_reader.rb
--- old/yast2-5.0.1/library/network/src/lib/y2firewall/firewalld/zone_reader.rb 
2023-10-18 23:22:43.000000000 +0200
+++ new/yast2-5.0.2/library/network/src/lib/y2firewall/firewalld/zone_reader.rb 
2023-10-25 15:31:25.000000000 +0200
@@ -91,8 +91,8 @@
       end
 
       def current_zone_from(line)
-        attribute, _value = line.split(/\s*\(active\)\s*$/)
-        zone_names.include?(attribute) ? attribute : nil
+        name, *_status = line.split
+        zone_names.include?(name) ? name : nil
       end
 
       ATTRIBUTE_MAPPING = { "summary" => "short" }.freeze
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-5.0.1/library/network/test/y2firewall/firewalld/zone_reader_test.rb 
new/yast2-5.0.2/library/network/test/y2firewall/firewalld/zone_reader_test.rb
--- 
old/yast2-5.0.1/library/network/test/y2firewall/firewalld/zone_reader_test.rb   
    2023-10-18 23:22:43.000000000 +0200
+++ 
new/yast2-5.0.2/library/network/test/y2firewall/firewalld/zone_reader_test.rb   
    2023-10-25 15:31:25.000000000 +0200
@@ -43,11 +43,11 @@
         "  rich rules: ",
         "\t",
         "",
-        "public (active)",
+        "public (default, active)",
         "  summary: Public",
-        "  description: For use in public areas. You do not trust the other" \
-        " computers on networks to not harm your computer." \
-        " Only selected incoming connections are accepted.",
+        "  description: For use in public areas. You do not trust the other " \
+        "computers on networks to not harm your computer. " \
+        "Only selected incoming connections are accepted.",
         "  target: default",
         "  icmp-block-inversion: no",
         "  interfaces: eth0 ens3",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-5.0.1/package/yast2.changes 
new/yast2-5.0.2/package/yast2.changes
--- old/yast2-5.0.1/package/yast2.changes       2023-10-18 23:22:43.000000000 
+0200
+++ new/yast2-5.0.2/package/yast2.changes       2023-10-25 15:31:25.000000000 
+0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Oct 25 11:16:21 UTC 2023 - Knut Anderssen <kanders...@suse.com>
+
+- Fix firewalld zones reader adapting it to the new firewall-cmd
+  --list-all-zones output format (bsc#1216534)
+- 5.0.2
+
+-------------------------------------------------------------------
 Thu Oct  5 08:50:25 UTC 2023 - Martin Vidner <mvid...@suse.com>
 
 - Fix case-insensitive finding of LICENSE.*.TXT (bsc#1215698)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-5.0.1/package/yast2.spec 
new/yast2-5.0.2/package/yast2.spec
--- old/yast2-5.0.1/package/yast2.spec  2023-10-18 23:22:43.000000000 +0200
+++ new/yast2-5.0.2/package/yast2.spec  2023-10-25 15:31:25.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        5.0.1
+Version:        5.0.2
 
 Release:        0
 Summary:        YaST2 Main Package

Reply via email to