Hello community,

here is the log from the commit of package yast2-firewall for openSUSE:Factory 
checked in at 2020-03-27 21:56:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firewall (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-firewall.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firewall"

Fri Mar 27 21:56:09 2020 rev:80 rq:787395 version:4.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes    
2020-03-01 21:27:26.128485963 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firewall.new.3160/yast2-firewall.changes  
2020-03-27 21:56:26.426762843 +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.LWA3Tw/_old  2020-03-27 21:56:27.022763189 +0100
+++ /var/tmp/diff_new_pack.LWA3Tw/_new  2020-03-27 21:56:27.026763192 +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