Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2018-05-17 19:32:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Thu May 17 19:32:07 2018 rev:428 rq:607494 version:4.0.74

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2018-05-10 
15:45:10.678547966 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2018-05-17 
19:32:09.657800991 +0200
@@ -1,0 +2,7 @@
+Tue May 15 09:12:23 UTC 2018 - knut.anders...@suse.com
+
+- Replace the deprecated firewallctl command with firewall-cmd for
+  obtaining the firewalld state (bsc#1093111)
+- 4.0.74
+
+-------------------------------------------------------------------

Old:
----
  yast2-4.0.73.tar.bz2

New:
----
  yast2-4.0.74.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.h3o8HJ/_old  2018-05-17 19:32:10.305777318 +0200
+++ /var/tmp/diff_new_pack.h3o8HJ/_new  2018-05-17 19:32:10.309777171 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        4.0.73
+Version:        4.0.74
 Release:        0
 Summary:        YaST2 - Main Package
 License:        GPL-2.0

++++++ yast2-4.0.73.tar.bz2 -> yast2-4.0.74.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.0.73/library/network/src/lib/y2firewall/firewalld/api.rb 
new/yast2-4.0.74/library/network/src/lib/y2firewall/firewalld/api.rb
--- old/yast2-4.0.73/library/network/src/lib/y2firewall/firewalld/api.rb        
2018-05-08 16:52:01.000000000 +0200
+++ new/yast2-4.0.74/library/network/src/lib/y2firewall/firewalld/api.rb        
2018-05-15 13:21:03.000000000 +0200
@@ -103,9 +103,13 @@
         offline? ? run_command("--disable") : 
Yast::Service.Disable("firewalld")
       end
 
-      # @return [Boolean] The firewalld service state (exit code)
+      # Return the current state of the firewalld service (running or not
+      # running)
+      #
+      # @return [String] firewalld service state
+      # @see http://www.firewalld.org/documentation/man-pages/firewall-cmd.html
       def state
-        case Yast::Execute.on_target("firewallctl", "state", 
allowed_exitstatus: [0, 252])
+        case Yast::Execute.on_target("firewall-cmd", "--state", 
allowed_exitstatus: [0, 252])
         when 0
           "running"
         when 252
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.0.73/package/yast2.changes 
new/yast2-4.0.74/package/yast2.changes
--- old/yast2-4.0.73/package/yast2.changes      2018-05-08 16:52:01.000000000 
+0200
+++ new/yast2-4.0.74/package/yast2.changes      2018-05-15 13:21:03.000000000 
+0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue May 15 09:12:23 UTC 2018 - knut.anders...@suse.com
+
+- Replace the deprecated firewallctl command with firewall-cmd for
+  obtaining the firewalld state (bsc#1093111)
+- 4.0.74
+
+-------------------------------------------------------------------
 Tue May  8 10:21:07 UTC 2018 - jlo...@suse.com
 
 - CWM: allow to define back handler for CWM#show.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.0.73/package/yast2.spec 
new/yast2-4.0.74/package/yast2.spec
--- old/yast2-4.0.73/package/yast2.spec 2018-05-08 16:52:01.000000000 +0200
+++ new/yast2-4.0.74/package/yast2.spec 2018-05-15 13:21:03.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2
-Version:        4.0.73
+Version:        4.0.74
 Release:        0
 Summary:        YaST2 - Main Package
 License:        GPL-2.0


Reply via email to