Hello community, here is the log from the commit of package yast2-nis-client for openSUSE:Factory checked in at 2018-02-07 18:17:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-nis-client (Old) and /work/SRC/openSUSE:Factory/.yast2-nis-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-nis-client" Wed Feb 7 18:17:53 2018 rev:64 rq:572975 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes 2018-01-20 11:19:50.547644192 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-nis-client.new/yast2-nis-client.changes 2018-02-07 18:18:20.841025976 +0100 @@ -1,0 +2,6 @@ +Mon Feb 5 08:18:52 UTC 2018 - [email protected] + +- Replace SuSEFirewall2 by firewalld (fate#323460) +- 4.0.2 + +------------------------------------------------------------------- Old: ---- yast2-nis-client-4.0.1.tar.bz2 New: ---- yast2-nis-client-4.0.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-nis-client.spec ++++++ --- /var/tmp/diff_new_pack.1lWlsy/_old 2018-02-07 18:18:21.277005548 +0100 +++ /var/tmp/diff_new_pack.1lWlsy/_new 2018-02-07 18:18:21.281005361 +0100 @@ -17,7 +17,7 @@ Name: yast2-nis-client -Version: 4.0.1 +Version: 4.0.2 Release: 0 Url: https://github.com/yast/yast-nis-client ++++++ yast2-nis-client-4.0.1.tar.bz2 -> yast2-nis-client-4.0.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nis-client-4.0.1/package/yast2-nis-client.changes new/yast2-nis-client-4.0.2/package/yast2-nis-client.changes --- old/yast2-nis-client-4.0.1/package/yast2-nis-client.changes 2018-01-18 13:09:46.000000000 +0100 +++ new/yast2-nis-client-4.0.2/package/yast2-nis-client.changes 2018-02-05 11:53:21.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Feb 5 08:18:52 UTC 2018 - [email protected] + +- Replace SuSEFirewall2 by firewalld (fate#323460) +- 4.0.2 + +------------------------------------------------------------------- Tue Nov 14 14:25:11 CET 2017 - [email protected] - Link ypserv agent against libtirpc, sunrpc is deprecated and does diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nis-client-4.0.1/package/yast2-nis-client.spec new/yast2-nis-client-4.0.2/package/yast2-nis-client.spec --- old/yast2-nis-client-4.0.1/package/yast2-nis-client.spec 2018-01-18 13:09:46.000000000 +0100 +++ new/yast2-nis-client-4.0.2/package/yast2-nis-client.spec 2018-02-05 11:53:21.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-nis-client -Version: 4.0.1 +Version: 4.0.2 Release: 0 Url: https://github.com/yast/yast-nis-client diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nis-client-4.0.1/src/include/nis/ui.rb new/yast2-nis-client-4.0.2/src/include/nis/ui.rb --- old/yast2-nis-client-4.0.1/src/include/nis/ui.rb 2018-01-18 13:09:46.000000000 +0100 +++ new/yast2-nis-client-4.0.2/src/include/nis/ui.rb 2018-02-05 11:53:21.000000000 +0100 @@ -222,7 +222,7 @@ firewall_widget = CWMFirewallInterfaces.CreateOpenFirewallWidget( { - "services" => ["service:ypbind"], + "services" => ["ypbind"], "display_details" => true, # firewall opening help "help" => _( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nis-client-4.0.1/src/modules/Nis.rb new/yast2-nis-client-4.0.2/src/modules/Nis.rb --- old/yast2-nis-client-4.0.1/src/modules/Nis.rb 2018-01-18 13:09:46.000000000 +0100 +++ new/yast2-nis-client-4.0.2/src/modules/Nis.rb 2018-02-05 11:53:21.000000000 +0100 @@ -36,6 +36,7 @@ # $Id$ # require "yast" +require "y2firewall/firewalld" module Yast class NisClass < Module @@ -53,7 +54,6 @@ Yast.import "Report" Yast.import "Service" Yast.import "Summary" - Yast.import "SuSEFirewall" Yast.import "Wizard" # default value of settings modified @@ -940,9 +940,7 @@ Autologin.Read - progress_orig = Progress.set(false) - SuSEFirewall.Read - Progress.set(progress_orig) + Y2Firewall::Firewalld.instance.read true end @@ -1193,9 +1191,7 @@ end end - progress_orig = Progress.set(false) - SuSEFirewall.WriteOnly - Progress.set(progress_orig) + Y2Firewall::Firewalld.instance.write_only true end @@ -1288,8 +1284,7 @@ end end - SuSEFirewall.ActivateConfiguration - + Y2Firewall::Firewalld.instance.reload # final stage Progress.NextStage
