Hello community,

here is the log from the commit of package yast2-nis-server for 
openSUSE:Factory checked in at 2018-02-28 20:02:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nis-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-nis-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-nis-server"

Wed Feb 28 20:02:32 2018 rev:38 rq:580641 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nis-server/yast2-nis-server.changes        
2016-06-13 21:55:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nis-server.new/yast2-nis-server.changes   
2018-02-28 20:02:33.192351663 +0100
@@ -1,0 +2,6 @@
+Tue Feb 20 07:45:58 UTC 2018 - [email protected]
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-nis-server-3.1.4.tar.bz2

New:
----
  yast2-nis-server-4.0.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-nis-server.spec ++++++
--- /var/tmp/diff_new_pack.u6rKi5/_old  2018-02-28 20:02:34.124317942 +0100
+++ /var/tmp/diff_new_pack.u6rKi5/_new  2018-02-28 20:02:34.128317798 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nis-server
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nis-server
-Version:        3.1.4
+Version:        4.0.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -26,17 +26,17 @@
 BuildRequires:  doxygen
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2
-BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-network
 BuildRequires:  yast2-nis-client
 BuildRequires:  yast2-testsuite
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+BuildRequires:  yast2 >= 4.0.39
+BuildRequires:  yast2-devtools >= 3.1.10
 Requires:       yast2-network
 Requires:       yast2-nis-client
 
-# NetworkInterfaces
-# Wizard::SetDesktopTitleAndIcon
-Requires:       yast2 >= 2.21.22
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+Requires:       yast2 >= 4.0.39
 
 Provides:       yast2-config-nis-server
 Obsoletes:      yast2-config-nis-server

++++++ yast2-nis-server-3.1.4.tar.bz2 -> yast2-nis-server-4.0.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-3.1.4/.travis.yml 
new/yast2-nis-server-4.0.0/.travis.yml
--- old/yast2-nis-server-3.1.4/.travis.yml      2016-06-09 17:20:12.504945064 
+0200
+++ new/yast2-nis-server-4.0.0/.travis.yml      2018-02-27 16:11:15.000000000 
+0100
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-    - gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-    # disable rvm, use system Ruby
-    - rvm reset
-    - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-    - sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"yast-rake gettext"
+  - docker build -t yast-nis-server-image .
 script:
-    - rake check:syntax
-    - rake check:pot
-    - make -f Makefile.cvs
-    - make
-    - sudo make install
-    - make check
-
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-nis-server-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-3.1.4/.yardopts 
new/yast2-nis-server-4.0.0/.yardopts
--- old/yast2-nis-server-3.1.4/.yardopts        1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-nis-server-4.0.0/.yardopts        2018-02-27 16:11:15.000000000 
+0100
@@ -0,0 +1,7 @@
+--no-private
+--markup markdown
+--protected
+--readme README.md
+--output-dir ./doc/autodocs
+--files *.md
+src/**/*.rb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-3.1.4/CONTRIBUTING.md 
new/yast2-nis-server-4.0.0/CONTRIBUTING.md
--- old/yast2-nis-server-3.1.4/CONTRIBUTING.md  2016-06-09 17:20:12.504945064 
+0200
+++ new/yast2-nis-server-4.0.0/CONTRIBUTING.md  2018-02-27 16:11:15.000000000 
+0100
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
 When creating a bug report, please follow our [bug reporting
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 ------------
 
@@ -44,15 +42,22 @@
      to the [Ruby style
      guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+     `rake version:bump`) and add a new entry to the `package/*.changes` file
+     (by `osc vc package`).  
+     For bigger changes or changes which need longer discussion it is advised 
to
+     add this as a separate last commit so it can be easily updated when 
another
+     change is merged in the meantime.
+
+  5. Make sure your change didn't break anything by building the RPM package
      (`rake osc:build`). The build process includes running the full testsuite.
 
-  5. Publish the branch and create a pull request.
+  6. Publish the branch and create a pull request.
 
-  6. YaST developers will review your change and possibly point out issues.
+  7. YaST developers will review your change and possibly point out issues.
      Adapt the code under their guidance until they are all resolved.
 
-  7. Finally, the pull request will get merged or rejected.
+  8. Finally, the pull request will get merged or rejected.
 
 See also [GitHub's guide on
 contributing](https://help.github.com/articles/fork-a-repo).
@@ -60,9 +65,6 @@
 If you want to do multiple unrelated changes, use separate branches and pull
 requests.
 
-Do not change the `VERSION` and `*.changes` files as this could lead to
-conflicts.
-
 ### Commits
 
 Each commit in the pull request should do only one thing, which is clearly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-3.1.4/Dockerfile 
new/yast2-nis-server-4.0.0/Dockerfile
--- old/yast2-nis-server-3.1.4/Dockerfile       1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-nis-server-4.0.0/Dockerfile       2018-02-27 16:11:15.000000000 
+0100
@@ -0,0 +1,3 @@
+FROM yastdevel/ruby
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-server-3.1.4/package/yast2-nis-server.changes 
new/yast2-nis-server-4.0.0/package/yast2-nis-server.changes
--- old/yast2-nis-server-3.1.4/package/yast2-nis-server.changes 2016-06-09 
17:20:12.512945064 +0200
+++ new/yast2-nis-server-4.0.0/package/yast2-nis-server.changes 2018-02-27 
16:11:15.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Feb 20 07:45:58 UTC 2018 - [email protected]
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.0
+
+-------------------------------------------------------------------
 Wed Jun  1 15:07:55 UTC 2016 - [email protected]
 
 - Drop yast2-nis-server-devel-doc package (fate#320356)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-3.1.4/package/yast2-nis-server.spec 
new/yast2-nis-server-4.0.0/package/yast2-nis-server.spec
--- old/yast2-nis-server-3.1.4/package/yast2-nis-server.spec    2016-06-09 
17:20:12.512945064 +0200
+++ new/yast2-nis-server-4.0.0/package/yast2-nis-server.spec    2018-02-27 
16:11:15.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nis-server
-Version:        3.1.4
+Version:        4.0.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -25,13 +25,14 @@
 
 Group:          System/YaST
 License:        GPL-2.0
-BuildRequires: doxygen perl-XML-Writer update-desktop-files yast2 
yast2-network yast2-nis-client yast2-testsuite
+BuildRequires:  doxygen perl-XML-Writer update-desktop-files yast2-network 
yast2-nis-client yast2-testsuite
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+BuildRequires:  yast2 >= 4.0.39
 BuildRequires:  yast2-devtools >= 3.1.10
-Requires:      yast2-network yast2-nis-client
+Requires:       yast2-network yast2-nis-client
 
-# NetworkInterfaces
-# Wizard::SetDesktopTitleAndIcon
-Requires:              yast2 >= 2.21.22
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+Requires:       yast2 >= 4.0.39
 
 Provides:      yast2-config-nis-server
 Obsoletes:     yast2-config-nis-server
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-server-3.1.4/src/include/nis_server/routines.rb 
new/yast2-nis-server-4.0.0/src/include/nis_server/routines.rb
--- old/yast2-nis-server-3.1.4/src/include/nis_server/routines.rb       
2016-06-09 17:20:12.512945064 +0200
+++ new/yast2-nis-server-4.0.0/src/include/nis_server/routines.rb       
2018-02-27 16:11:15.000000000 +0100
@@ -148,7 +148,7 @@
     # Create the widget for opening firewall ports
     def GetFirewallWidget
       settings = {
-        "services"        => ["service:ypserv"],
+        "services"        => ["ypserv"],
         "display_details" => true,
         # firewall openning help
         "help"            => _(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-3.1.4/src/modules/NisServer.rb 
new/yast2-nis-server-4.0.0/src/modules/NisServer.rb
--- old/yast2-nis-server-3.1.4/src/modules/NisServer.rb 2016-06-09 
17:20:12.516945064 +0200
+++ new/yast2-nis-server-4.0.0/src/modules/NisServer.rb 2018-02-27 
16:11:15.000000000 +0100
@@ -30,6 +30,7 @@
 # Representation of the configuration of nisServer.
 # Input and output routines.
 require "yast"
+require "y2firewall/firewalld"
 
 module Yast
   class NisServerClass < Module
@@ -42,7 +43,6 @@
       Yast.import "Progress"
       Yast.import "Service"
       Yast.import "Summary"
-      Yast.import "SuSEFirewall"
 
       # Data was modified?
       @modified = false
@@ -315,9 +315,7 @@
 
       Progress.NextStage
 
-      progress_orig = Progress.set(false)
-      SuSEFirewall.Read
-      Progress.set(progress_orig)
+      Y2Firewall::Firewalld.instance.read
 
       Progress.NextStage
 
@@ -547,9 +545,7 @@
 
       Progress.NextStage
 
-      progress_orig = Progress.set(false)
-      SuSEFirewall.Write
-      Progress.set(progress_orig)
+      Y2Firewall::Firewalld.instance.write
 
       Progress.NextStage
       true


Reply via email to