Hello community,

here is the log from the commit of package yast2-nfs-client for 
openSUSE:Factory checked in at 2018-03-04 11:49:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nfs-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-nfs-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-nfs-client"

Sun Mar  4 11:49:28 2018 rev:71 rq:580626 version:4.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes        
2018-02-24 16:36:41.759244334 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes   
2018-03-04 11:49:32.236787605 +0100
@@ -1,0 +2,6 @@
+Tue Feb 27 13:36:26 UTC 2018 - knut.anders...@suse.com
+
+- Fix a missing definition of firewalld method (bsc#1082919)
+- 4.0.3
+
+-------------------------------------------------------------------

Old:
----
  yast2-nfs-client-4.0.2.tar.bz2

New:
----
  yast2-nfs-client-4.0.3.tar.bz2

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

Other differences:
------------------
++++++ yast2-nfs-client.spec ++++++
--- /var/tmp/diff_new_pack.n0bETH/_old  2018-03-04 11:49:32.844765580 +0100
+++ /var/tmp/diff_new_pack.n0bETH/_new  2018-03-04 11:49:32.844765580 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nfs-client
-Version:        4.0.2
+Version:        4.0.3
 Release:        0
 Url:            https://github.com/yast/yast-nfs-client
 

++++++ yast2-nfs-client-4.0.2.tar.bz2 -> yast2-nfs-client-4.0.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nfs-client-4.0.2/package/yast2-nfs-client.changes 
new/yast2-nfs-client-4.0.3/package/yast2-nfs-client.changes
--- old/yast2-nfs-client-4.0.2/package/yast2-nfs-client.changes 2018-02-23 
18:02:10.000000000 +0100
+++ new/yast2-nfs-client-4.0.3/package/yast2-nfs-client.changes 2018-02-27 
15:19:17.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Feb 27 13:36:26 UTC 2018 - knut.anders...@suse.com
+
+- Fix a missing definition of firewalld method (bsc#1082919)
+- 4.0.3
+
+-------------------------------------------------------------------
 Fri Feb 23 16:20:23 UTC 2018 - lsle...@suse.cz
 
 - During installation do not check whether the portmapper package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-4.0.2/package/yast2-nfs-client.spec 
new/yast2-nfs-client-4.0.3/package/yast2-nfs-client.spec
--- old/yast2-nfs-client-4.0.2/package/yast2-nfs-client.spec    2018-02-23 
18:02:10.000000000 +0100
+++ new/yast2-nfs-client-4.0.3/package/yast2-nfs-client.spec    2018-02-27 
15:19:17.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nfs-client
-Version:        4.0.2
+Version:        4.0.3
 Release:        0
 Url:            https://github.com/yast/yast-nfs-client
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-4.0.2/src/include/nfs/ui.rb 
new/yast2-nfs-client-4.0.3/src/include/nfs/ui.rb
--- old/yast2-nfs-client-4.0.2/src/include/nfs/ui.rb    2018-02-23 
18:02:10.000000000 +0100
+++ new/yast2-nfs-client-4.0.3/src/include/nfs/ui.rb    2018-02-27 
15:19:17.000000000 +0100
@@ -326,7 +326,7 @@
             # Translators: 1st part of error message
             error_msg = _("No NFS server has been found on your network.")
 
-            if firewalld.running?
+            if Y2Firewall::Firewalld.instance.running?
               # Translators: 2nd part of error message (1st one is 'No nfs 
servers have been found ...)
               error_msg = Ops.add(
                 error_msg,


Reply via email to