Hello community,

here is the log from the commit of package yast2-firewall for 
openSUSE:Leap:15.2 checked in at 2020-03-26 05:40:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/yast2-firewall (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.yast2-firewall.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firewall"

Thu Mar 26 05:40:56 2020 rev:91 rq:787741 version:4.2.4

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/yast2-firewall/yast2-firewall.changes  
2020-03-02 17:21:44.942109819 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.yast2-firewall.new.3160/yast2-firewall.changes    
    2020-03-26 05:40:58.719266334 +0100
@@ -1,0 +2,7 @@
+Sat Mar 21 12:02:05 UTC 2020 - Knut Anderssen <kanders...@suse.com>
+
+- Force a reset of the firewalld API instance after modifying the
+  service state (bsc#1166698)
+- 4.2.4
+
+-------------------------------------------------------------------

Old:
----
  yast2-firewall-4.2.3.tar.bz2

New:
----
  yast2-firewall-4.2.4.tar.bz2

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

Other differences:
------------------
++++++ yast2-firewall.spec ++++++
--- /var/tmp/diff_new_pack.MknIq5/_old  2020-03-26 05:40:59.083266523 +0100
+++ /var/tmp/diff_new_pack.MknIq5/_new  2020-03-26 05:40:59.087266525 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firewall
-Version:        4.2.3
+Version:        4.2.4
 Release:        0
 Summary:        YaST2 - Firewall Configuration
 License:        GPL-2.0-only

++++++ yast2-firewall-4.2.3.tar.bz2 -> yast2-firewall-4.2.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-4.2.3/package/yast2-firewall.changes 
new/yast2-firewall-4.2.4/package/yast2-firewall.changes
--- old/yast2-firewall-4.2.3/package/yast2-firewall.changes     2020-02-27 
14:02:20.000000000 +0100
+++ new/yast2-firewall-4.2.4/package/yast2-firewall.changes     2020-03-23 
11:04:06.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Sat Mar 21 12:02:05 UTC 2020 - Knut Anderssen <kanders...@suse.com>
+
+- Force a reset of the firewalld API instance after modifying the
+  service state (bsc#1166698)
+- 4.2.4
+
+-------------------------------------------------------------------
 Wed Feb 26 20:23:04 UTC 2020 - Knut Anderssen <kanders...@suse.com>
 
 - AutoYaST: Added back the installation finish client for opening
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-4.2.3/package/yast2-firewall.spec 
new/yast2-firewall-4.2.4/package/yast2-firewall.spec
--- old/yast2-firewall-4.2.3/package/yast2-firewall.spec        2020-02-27 
14:02:20.000000000 +0100
+++ new/yast2-firewall-4.2.4/package/yast2-firewall.spec        2020-03-23 
11:04:06.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firewall
-Version:        4.2.3
+Version:        4.2.4
 Release:        0
 Summary:        YaST2 - Firewall Configuration
 Group:          System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firewall-4.2.3/src/lib/y2firewall/clients/auto.rb 
new/yast2-firewall-4.2.4/src/lib/y2firewall/clients/auto.rb
--- old/yast2-firewall-4.2.3/src/lib/y2firewall/clients/auto.rb 2020-02-27 
14:02:20.000000000 +0100
+++ new/yast2-firewall-4.2.4/src/lib/y2firewall/clients/auto.rb 2020-03-23 
11:04:06.000000000 +0100
@@ -133,6 +133,8 @@
           import(self.class.profile, false)
         else
           activate_service
+          # Force a reset of the API instance (bsc#1166698)
+          firewalld.api = nil
         end
       end
 


Reply via email to