Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2017-06-07 13:08:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-multipath"

Wed Jun  7 13:08:35 2017 rev:38 rq:499903 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2016-06-10 23:58:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes     
2017-06-07 13:08:37.053896323 +0200
@@ -1,0 +2,7 @@
+Fri Mar 24 11:12:09 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - removed calls to /sbin/insserv
+- 3.2.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-multipath-3.1.7.tar.bz2

New:
----
  yast2-multipath-3.2.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-multipath.spec ++++++
--- /var/tmp/diff_new_pack.QtbTGl/_old  2017-06-07 13:08:37.757796994 +0200
+++ /var/tmp/diff_new_pack.QtbTGl/_new  2017-06-07 13:08:37.761796429 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-multipath
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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-multipath
-Version:        3.1.7
+Version:        3.2.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-multipath-3.1.7.tar.bz2 -> yast2-multipath-3.2.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.7/.travis.yml 
new/yast2-multipath-3.2.1/.travis.yml
--- old/yast2-multipath-3.1.7/.travis.yml       2016-06-07 09:12:53.879930483 
+0200
+++ new/yast2-multipath-3.2.1/.travis.yml       2017-03-24 13:57:27.898782690 
+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-multipath-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-multipath-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.7/CONTRIBUTING.md 
new/yast2-multipath-3.2.1/CONTRIBUTING.md
--- old/yast2-multipath-3.1.7/CONTRIBUTING.md   2016-06-07 09:12:53.895930483 
+0200
+++ new/yast2-multipath-3.2.1/CONTRIBUTING.md   2017-03-24 13:57:27.918782690 
+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-multipath-3.1.7/Dockerfile 
new/yast2-multipath-3.2.1/Dockerfile
--- old/yast2-multipath-3.1.7/Dockerfile        1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-multipath-3.2.1/Dockerfile        2017-03-24 13:57:27.938782690 
+0100
@@ -0,0 +1,3 @@
+FROM yastdevel/ruby
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.7/package/yast2-multipath.changes 
new/yast2-multipath-3.2.1/package/yast2-multipath.changes
--- old/yast2-multipath-3.1.7/package/yast2-multipath.changes   2016-06-07 
09:12:53.907930483 +0200
+++ new/yast2-multipath-3.2.1/package/yast2-multipath.changes   2017-03-24 
13:57:27.962782690 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Fri Mar 24 11:12:09 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - removed calls to /sbin/insserv
+- 3.2.1
+
+-------------------------------------------------------------------
 Mon Jun  6 16:29:48 UTC 2016 - igonzalezs...@suse.com
 
 - Stop generating autodocs (fate#320356)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.7/package/yast2-multipath.spec 
new/yast2-multipath-3.2.1/package/yast2-multipath.spec
--- old/yast2-multipath-3.1.7/package/yast2-multipath.spec      2016-06-07 
09:12:53.907930483 +0200
+++ new/yast2-multipath-3.2.1/package/yast2-multipath.spec      2017-03-24 
13:57:27.962782690 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-multipath
-Version:        3.1.7
+Version:        3.2.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.7/src/include/multipath/complex.rb 
new/yast2-multipath-3.2.1/src/include/multipath/complex.rb
--- old/yast2-multipath-3.1.7/src/include/multipath/complex.rb  2016-06-07 
09:12:53.931930483 +0200
+++ new/yast2-multipath-3.2.1/src/include/multipath/complex.rb  2017-03-24 
13:57:27.962782690 +0100
@@ -24,8 +24,6 @@
 # Summary:     Complex stuffs for multipath yast module
 # Authors:     Coly Li <co...@novell.com>
 #
-# $Id: complex.ycp,v 1.49 2007/01/22 03:25:16 coly Exp $
-#
 # Compelx stuffs for multipath yast module, this file is included
 # by Multipath.ycp.
 module Yast
@@ -3627,21 +3625,6 @@
       nil
     end
 
-    def CallInsserv(on, name)
-      Builtins.y2milestone("CallInsserv on:%1 name:%2", on, name)
-      scrname = Ops.add("/etc/init.d/", name)
-      if Ops.greater_than(SCR.Read(path(".target.size"), scrname), 0)
-        cmd = "cd / && /sbin/insserv "
-        cmd = Ops.add(cmd, "-r ") if !on
-        cmd = Ops.add(cmd, scrname)
-        Builtins.y2milestone("CallInsserv cmd %1", cmd)
-        bo = Convert.to_map(SCR.Execute(path(".target.bash_output"), cmd))
-        Builtins.y2milestone("CallInsserv bo %1", bo)
-      end
-
-      nil
-    end
-
     def Start_Service
       return if @service_status == 1
       prop_info = _("Use multipath failed:") + "\n"
@@ -3668,7 +3651,6 @@
           return
         end
       else
-        #              CallInsserv(true, "multipathd");
         Storage.ActivateMultipath(true)
       end
 
@@ -3705,7 +3687,6 @@
         end
       else
         Storage.ActivateMultipath(false) 
-        #              CallInsserv(false, "multipathd");
       end
 
       @service_status = 0


Reply via email to