commit yast2-multipath for openSUSE:Factory

2020-01-17 Thread root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2020-01-17 16:02:58

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new.26092 (New)


Package is "yast2-multipath"

Fri Jan 17 16:02:58 2020 rev:44 rq:764674 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2019-07-31 14:17:54.354686407 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-multipath.new.26092/yast2-multipath.changes   
2020-01-17 16:03:01.664373075 +0100
@@ -1,0 +2,7 @@
+Wed Jan 15 12:56:13 UTC 2020 - Josef Reidinger 
+
+- replace old init.d compat symlinks usage by direct calling
+  systemctl (jsc#SLE-10976)
+- 4.2.1
+
+---

Old:

  yast2-multipath-4.2.0.tar.bz2

New:

  yast2-multipath-4.2.1.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.UvN71G/_old  2020-01-17 16:03:02.412373429 +0100
+++ /var/tmp/diff_new_pack.UvN71G/_new  2020-01-17 16:03:02.416373431 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-multipath
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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:4.2.0
+Version:4.2.1
 Release:0
 Summary:YaST2 - Multipath Configuration
 License:GPL-2.0-or-later

++ yast2-multipath-4.2.0.tar.bz2 -> yast2-multipath-4.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-4.2.0/package/yast2-multipath.changes 
new/yast2-multipath-4.2.1/package/yast2-multipath.changes
--- old/yast2-multipath-4.2.0/package/yast2-multipath.changes   2019-06-04 
08:27:00.0 +0200
+++ new/yast2-multipath-4.2.1/package/yast2-multipath.changes   2020-01-15 
14:41:14.0 +0100
@@ -1,4 +1,11 @@
 ---
+Wed Jan 15 12:56:13 UTC 2020 - Josef Reidinger 
+
+- replace old init.d compat symlinks usage by direct calling
+  systemctl (jsc#SLE-10976)
+- 4.2.1
+
+---
 Fri May 31 12:33:54 UTC 2019 - Stasiek Michalski 
 
 - Add metainfo (fate#319035)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-4.2.0/package/yast2-multipath.spec 
new/yast2-multipath-4.2.1/package/yast2-multipath.spec
--- old/yast2-multipath-4.2.0/package/yast2-multipath.spec  2019-06-04 
08:27:00.0 +0200
+++ new/yast2-multipath-4.2.1/package/yast2-multipath.spec  2020-01-15 
14:41:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:4.2.0
+Version:4.2.1
 Release:0
 Summary:YaST2 - Multipath Configuration
 License:GPL-2.0-or-later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-4.2.0/src/modules/Multipath.rb 
new/yast2-multipath-4.2.1/src/modules/Multipath.rb
--- old/yast2-multipath-4.2.0/src/modules/Multipath.rb  2019-06-04 
08:27:00.0 +0200
+++ new/yast2-multipath-4.2.1/src/modules/Multipath.rb  2020-01-15 
14:41:14.0 +0100
@@ -216,9 +216,7 @@
 
   # read multipath service status
   if Mode.normal && Stage.normal
-@service_status = Convert.to_integer(
-  SCR.Execute(path(".target.bash"), "/etc/init.d/multipathd status")
-)
+@service_status = SCR.Execute(path(".target.bash"), 
"/usr/bin/systemctl status multipathd")
 @service_status = 1 if Ops.greater_than(@service_status, 0)
   else
 @service_status = Convert.to_integer(
@@ -305,7 +303,7 @@
   if 0 !=
   SCR.Execute(
 path(".target.bash"),
-"service multipathd restart"
+"/usr/bin/systemctl restart multipathd"
   )
 Report.Error(_("Restarting multipathd failed."))
 return false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-4.2.0/testsuite/Makefile.am 
new/yast2-multipath-4.2.1/testsuite/Makefile.am
--- old/yast2-multipath-4.2.0/testsuite/Makefile.am 2019-06-04 
08:27:00.0 +0200
+++ new/yast2-multipath-4.2.1/testsuite/Makefile.am 1970-01-01 
01:00:00.0 +0100
@@ -1,21 +0,0 @@
-#
-# Makefile.am for .../testsuite
-#
-# Do not edit 

commit yast2-multipath for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2019-07-31 14:17:51

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new.4126 (New)


Package is "yast2-multipath"

Wed Jul 31 14:17:51 2019 rev:43 rq:707386 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2019-01-10 15:15:51.422775135 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-multipath.new.4126/yast2-multipath.changes
2019-07-31 14:17:54.354686407 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:33:54 UTC 2019 - Stasiek Michalski 
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+---

Old:

  yast2-multipath-4.1.1.tar.bz2

New:

  yast2-multipath-4.2.0.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.HizWde/_old  2019-07-31 14:17:54.834686202 +0200
+++ /var/tmp/diff_new_pack.HizWde/_new  2019-07-31 14:17:54.838686201 +0200
@@ -17,28 +17,27 @@
 
 
 Name:   yast2-multipath
-Version:4.1.1
+Version:4.2.0
 Release:0
+Summary:YaST2 - Multipath Configuration
+License:GPL-2.0-or-later
+Group:  System/YaST
+Url:https://github.com/yast/yast-multipath
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-Requires:   yast2
-# StorageManager#deactivate
-Requires:   yast2-storage-ng >= 3.3.1
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-testsuite
 
-BuildArch:  noarch
-
+Requires:   yast2
+# StorageManager#deactivate
 Requires:   yast2-ruby-bindings >= 1.0.0
+Requires:   yast2-storage-ng >= 3.3.1
 
-Summary:YaST2 - Multipath Configuration
-License:GPL-2.0-or-later
-Group:  System/YaST
+BuildArch:  noarch
 
 %description
 Multipath I/O is a fault tolerance technique whereby there is more than
@@ -49,24 +48,24 @@
 You can configure your multipathed devices with this module.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{_prefix}/share/YaST2/include/multipath
-%{_prefix}/share/YaST2/include/multipath/*
-%{_prefix}/share/YaST2/clients/multipath.rb
-%{_prefix}/share/YaST2/modules/Multipath.*
-%{_prefix}/share/applications/YaST2/multipath.desktop
-%{_prefix}/share/YaST2/scrconf/*.scr
-%{_prefix}/lib/YaST2/servers_non_y2/*
-%doc %{_prefix}/share/doc/packages/yast2-multipath
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_scrconfdir}
+%{yast_agentdir}
+%doc %{yast_docdir}
 %license COPYING
 %{yast_icondir}
 

++ yast2-multipath-4.1.1.tar.bz2 -> yast2-multipath-4.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-4.1.1/Dockerfile 
new/yast2-multipath-4.2.0/Dockerfile
--- old/yast2-multipath-4.1.1/Dockerfile2019-01-07 09:25:56.0 
+0100
+++ new/yast2-multipath-4.2.0/Dockerfile2019-06-04 08:27:00.0 
+0200
@@ -1,3 +1,3 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 COPY . /usr/src/app
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-4.1.1/package/yast2-multipath.changes 
new/yast2-multipath-4.2.0/package/yast2-multipath.changes
--- old/yast2-multipath-4.1.1/package/yast2-multipath.changes   2019-01-07 
09:25:56.0 +0100
+++ new/yast2-multipath-4.2.0/package/yast2-multipath.changes   2019-06-04 
08:27:00.0 +0200
@@ -1,4 +1,12 @@
 ---
+Fri May 31 12:33:54 UTC 2019 - Stasiek Michalski 
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+---
 Fri Nov 30 09:23:19 UTC 2018 - nw...@suse.com
 
 - CVE-2018-17955, use random file name (bsc#1117592)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-4.1.1/package/yast2-multipath.spec 
new/yast2-multipath-4.2.0/package/yast2-multipath.spec
--- old/yast2-multipath-4.1.1/package/yast2-multipath.spec  2019-01-07 
09:25:56.0 +0100
+++ new/yast2-multipath-4.2.0/package/yast2-multipath.spec  2019-06-04 
08:27:00.0 

commit yast2-multipath for openSUSE:Factory

2019-01-10 Thread root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2019-01-10 15:15:47

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new.28833 (New)


Package is "yast2-multipath"

Thu Jan 10 15:15:47 2019 rev:42 rq:663283 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2018-12-31 09:40:30.782505214 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-multipath.new.28833/yast2-multipath.changes   
2019-01-10 15:15:51.422775135 +0100
@@ -1,0 +2,6 @@
+Fri Nov 30 09:23:19 UTC 2018 - nw...@suse.com
+
+- CVE-2018-17955, use random file name (bsc#1117592)
+- 4.1.1
+
+---

Old:

  yast2-multipath-4.1.0.tar.bz2

New:

  yast2-multipath-4.1.1.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.7uq4fH/_old  2019-01-10 15:15:51.850774725 +0100
+++ /var/tmp/diff_new_pack.7uq4fH/_new  2019-01-10 15:15:51.850774725 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-multipath
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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:4.1.0
+Version:4.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-multipath-4.1.0.tar.bz2 -> yast2-multipath-4.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-4.1.0/package/yast2-multipath.changes 
new/yast2-multipath-4.1.1/package/yast2-multipath.changes
--- old/yast2-multipath-4.1.0/package/yast2-multipath.changes   2018-11-28 
13:59:25.0 +0100
+++ new/yast2-multipath-4.1.1/package/yast2-multipath.changes   2019-01-07 
09:25:56.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Nov 30 09:23:19 UTC 2018 - nw...@suse.com
+
+- CVE-2018-17955, use random file name (bsc#1117592)
+- 4.1.1
+
+---
 Sun Nov 25 18:30:26 UTC 2018 - Stasiek Michalski 
 
 - Provide icon with module (boo#1109310)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-4.1.0/package/yast2-multipath.spec 
new/yast2-multipath-4.1.1/package/yast2-multipath.spec
--- old/yast2-multipath-4.1.0/package/yast2-multipath.spec  2018-11-28 
13:59:25.0 +0100
+++ new/yast2-multipath-4.1.1/package/yast2-multipath.spec  2019-01-07 
09:25:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:4.1.0
+Version:4.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-4.1.0/src/include/multipath/complex.rb 
new/yast2-multipath-4.1.1/src/include/multipath/complex.rb
--- old/yast2-multipath-4.1.0/src/include/multipath/complex.rb  2018-11-28 
13:59:25.0 +0100
+++ new/yast2-multipath-4.1.1/src/include/multipath/complex.rb  2019-01-07 
09:25:56.0 +0100
@@ -29,6 +29,7 @@
 
 require "yast"
 require "y2storage"
+require "tempfile"
 
 module Yast
   module MultipathComplexInclude
@@ -49,7 +50,11 @@
   @service_status = 0
   @has_dumbtab = false
   @device_template = "vendor %1; product %2"
-  @builtin_multipath_conf_path = "/tmp/.yast2-multipath-builtin-conf"
+
+  # Using instance variable to keep the reference to the tempfile
+  # to avoid removing by the object finalizer
+  @tfile = Tempfile.new('.yast2-multipath-builtin-conf')
+  @builtin_multipath_conf_path = @tfile.path
 
   Yast.include include_target, "multipath/options.rb"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-4.1.0/src/modules/Multipath.rb 
new/yast2-multipath-4.1.1/src/modules/Multipath.rb
--- old/yast2-multipath-4.1.0/src/modules/Multipath.rb  2018-11-28 
13:59:25.0 +0100
+++ new/yast2-multipath-4.1.1/src/modules/Multipath.rb  2019-01-07 
09:25:56.0 +0100
@@ -30,6 +30,7 @@
 # Input and output routines.
 require "yast"
 require "y2storage"
+require "yast2/execute"
 
 module Yast
   class MultipathClass < Module
@@ -87,10 +88,20 @@
 
 
   # prepare for loading built-in configurations
-  SCR.Execute(
-path(".target.bash"),
-

commit yast2-multipath for openSUSE:Factory

2018-12-31 Thread root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2018-12-31 09:40:29

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new.28833 (New)


Package is "yast2-multipath"

Mon Dec 31 09:40:29 2018 rev:41 rq:652416 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2018-07-03 23:31:15.700675327 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-multipath.new.28833/yast2-multipath.changes   
2018-12-31 09:40:30.782505214 +0100
@@ -1,0 +2,16 @@
+Sun Nov 25 18:30:26 UTC 2018 - Stasiek Michalski 
+
+- Provide icon with module (boo#1109310)
+- 4.1.0
+
+---
+Tue Oct 16 15:37:32 CEST 2018 - sch...@suse.de
+
+- Added license file to spec.
+
+---
+Wed Aug 22 14:48:40 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+---

Old:

  yast2-multipath-4.0.1.tar.bz2

New:

  yast2-multipath-4.1.0.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.zZWKJ4/_old  2018-12-31 09:40:31.134504925 +0100
+++ /var/tmp/diff_new_pack.zZWKJ4/_new  2018-12-31 09:40:31.134504925 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:4.0.1
+Version:4.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,7 +37,7 @@
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 Summary:YaST2 - Multipath Configuration
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/YaST
 
 %description
@@ -67,5 +67,7 @@
 %{_prefix}/share/YaST2/scrconf/*.scr
 %{_prefix}/lib/YaST2/servers_non_y2/*
 %doc %{_prefix}/share/doc/packages/yast2-multipath
+%license COPYING
+%{yast_icondir}
 
 %changelog

++ yast2-multipath-4.0.1.tar.bz2 -> yast2-multipath-4.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-4.0.1/package/yast2-multipath.changes 
new/yast2-multipath-4.1.0/package/yast2-multipath.changes
--- old/yast2-multipath-4.0.1/package/yast2-multipath.changes   2018-07-02 
16:15:58.0 +0200
+++ new/yast2-multipath-4.1.0/package/yast2-multipath.changes   2018-11-28 
13:59:25.0 +0100
@@ -1,4 +1,20 @@
 ---
+Sun Nov 25 18:30:26 UTC 2018 - Stasiek Michalski 
+
+- Provide icon with module (boo#1109310)
+- 4.1.0
+
+---
+Tue Oct 16 15:37:32 CEST 2018 - sch...@suse.de
+
+- Added license file to spec.
+
+---
+Wed Aug 22 14:48:40 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+---
 Wed Jun 27 13:30:31 CEST 2018 - sch...@suse.de
 
 - Added additional searchkeys to desktop file (fate#321043).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-4.0.1/package/yast2-multipath.spec 
new/yast2-multipath-4.1.0/package/yast2-multipath.spec
--- old/yast2-multipath-4.0.1/package/yast2-multipath.spec  2018-07-02 
16:15:58.0 +0200
+++ new/yast2-multipath-4.1.0/package/yast2-multipath.spec  2018-11-28 
13:59:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:4.0.1
+Version:4.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,7 +37,7 @@
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 Summary:YaST2 - Multipath Configuration
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/YaST
 
 %description
@@ -67,5 +67,7 @@
 %{_prefix}/share/YaST2/scrconf/*.scr
 %{_prefix}/lib/YaST2/servers_non_y2/*
 %doc %{_prefix}/share/doc/packages/yast2-multipath
+%license COPYING
+%{yast_icondir}
 
 %changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-4.0.1/src/Makefile.am 
new/yast2-multipath-4.1.0/src/Makefile.am
--- old/yast2-multipath-4.0.1/src/Makefile.am   2018-07-02 16:15:58.0 
+0200
+++ new/yast2-multipath-4.1.0/src/Makefile.am   2018-11-28 13:59:25.0 
+0100
@@ -23,6 +23,13 @@
 desktop_DATA = \
   desktop/multipath.desktop
 
-EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA) 
$(agent_SCRIPTS) $(desktop_DATA)
+symbolicdir = 

commit yast2-multipath for openSUSE:Factory

2018-07-03 Thread root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2018-07-03 23:31:13

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)


Package is "yast2-multipath"

Tue Jul  3 23:31:13 2018 rev:40 rq:620251 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2018-01-17 21:42:07.784648230 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 
2018-07-03 23:31:15.700675327 +0200
@@ -1,0 +2,6 @@
+Wed Jun 27 13:30:31 CEST 2018 - sch...@suse.de
+
+- Added additional searchkeys to desktop file (fate#321043).
+- 4.0.1
+
+---

Old:

  yast2-multipath-4.0.0.tar.bz2

New:

  yast2-multipath-4.0.1.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.fgqk5J/_old  2018-07-03 23:31:16.196674608 +0200
+++ /var/tmp/diff_new_pack.fgqk5J/_new  2018-07-03 23:31:16.200674602 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-multipath
 #
-# Copyright (c) 2017 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-multipath
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-multipath-4.0.0.tar.bz2 -> yast2-multipath-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-4.0.0/package/yast2-multipath.changes 
new/yast2-multipath-4.0.1/package/yast2-multipath.changes
--- old/yast2-multipath-4.0.0/package/yast2-multipath.changes   2017-12-04 
10:34:17.0 +0100
+++ new/yast2-multipath-4.0.1/package/yast2-multipath.changes   2018-07-02 
16:15:58.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Jun 27 13:30:31 CEST 2018 - sch...@suse.de
+
+- Added additional searchkeys to desktop file (fate#321043).
+- 4.0.1
+
+---
 Fri Dec  1 06:36:14 UTC 2017 - nw...@suse.com
 
 - fate#323526, support python3 and change indentation to 8 spaces.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-4.0.0/package/yast2-multipath.spec 
new/yast2-multipath-4.0.1/package/yast2-multipath.spec
--- old/yast2-multipath-4.0.0/package/yast2-multipath.spec  2017-12-04 
10:34:17.0 +0100
+++ new/yast2-multipath-4.0.1/package/yast2-multipath.spec  2018-07-02 
16:15:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-4.0.0/src/desktop/multipath.desktop 
new/yast2-multipath-4.0.1/src/desktop/multipath.desktop
--- old/yast2-multipath-4.0.0/src/desktop/multipath.desktop 2017-12-04 
10:34:17.0 +0100
+++ new/yast2-multipath-4.0.1/src/desktop/multipath.desktop 2018-07-02 
16:15:58.0 +0200
@@ -13,6 +13,7 @@
 X-SuSE-YaST-Geometry=
 X-SuSE-YaST-SortKey=
 X-SuSE-YaST-AutoInstResource=multipath
+X-SuSE-YaST-Keywords=network,tcp
 
 Icon=yast-iscsi-server
 Exec=xdg-su -c "/sbin/yast2 multipath"




commit yast2-multipath for openSUSE:Factory

2018-01-17 Thread root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2018-01-17 21:42:06

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)


Package is "yast2-multipath"

Wed Jan 17 21:42:06 2018 rev:39 rq:548025 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2017-06-07 13:08:37.053896323 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 
2018-01-17 21:42:07.784648230 +0100
@@ -1,0 +2,13 @@
+Fri Dec  1 06:36:14 UTC 2017 - nw...@suse.com
+
+- fate#323526, support python3 and change indentation to 8 spaces.
+- 4.0.0
+
+---
+Wed Aug 16 10:38:16 UTC 2017 - an...@suse.com
+
+- Use yast2-storage-ng instead of yast2-storage (part of
+  fate#318196)
+- 3.3.0
+
+---

Old:

  yast2-multipath-3.2.1.tar.bz2

New:

  yast2-multipath-4.0.0.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.LAMLCN/_old  2018-01-17 21:42:08.356621458 +0100
+++ /var/tmp/diff_new_pack.LAMLCN/_new  2018-01-17 21:42:08.360621270 +0100
@@ -17,18 +17,19 @@
 
 
 Name:   yast2-multipath
-Version:3.2.1
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
 Requires:   yast2
+# StorageManager#deactivate
+Requires:   yast2-storage-ng >= 3.3.1
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-devtools >= 3.1.10
-BuildRequires:  yast2-storage
 BuildRequires:  yast2-testsuite
 
 BuildArch:  noarch

++ yast2-multipath-3.2.1.tar.bz2 -> yast2-multipath-4.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.2.1/package/yast2-multipath.changes 
new/yast2-multipath-4.0.0/package/yast2-multipath.changes
--- old/yast2-multipath-3.2.1/package/yast2-multipath.changes   2017-03-24 
13:57:27.962782690 +0100
+++ new/yast2-multipath-4.0.0/package/yast2-multipath.changes   2017-12-04 
10:34:17.0 +0100
@@ -1,4 +1,17 @@
 ---
+Fri Dec  1 06:36:14 UTC 2017 - nw...@suse.com
+
+- fate#323526, support python3 and change indentation to 8 spaces.
+- 4.0.0
+
+---
+Wed Aug 16 10:38:16 UTC 2017 - an...@suse.com
+
+- Use yast2-storage-ng instead of yast2-storage (part of
+  fate#318196)
+- 3.3.0
+
+---
 Fri Mar 24 11:12:09 UTC 2017 - mfi...@suse.com
 
 - bnc#1026027
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.2.1/package/yast2-multipath.spec 
new/yast2-multipath-4.0.0/package/yast2-multipath.spec
--- old/yast2-multipath-3.2.1/package/yast2-multipath.spec  2017-03-24 
13:57:27.962782690 +0100
+++ new/yast2-multipath-4.0.0/package/yast2-multipath.spec  2017-12-04 
10:34:17.0 +0100
@@ -17,18 +17,19 @@
 
 
 Name:   yast2-multipath
-Version:3.2.1
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
 Requires:   yast2
+# StorageManager#deactivate
+Requires:   yast2-storage-ng >= 3.3.1
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-devtools >= 3.1.10
-BuildRequires:  yast2-storage
 BuildRequires:  yast2-testsuite
 
 BuildArch:  noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.2.1/src/include/multipath/complex.rb 
new/yast2-multipath-4.0.0/src/include/multipath/complex.rb
--- old/yast2-multipath-3.2.1/src/include/multipath/complex.rb  2017-03-24 
13:57:27.962782690 +0100
+++ new/yast2-multipath-4.0.0/src/include/multipath/complex.rb  2017-12-04 
10:34:17.0 +0100
@@ -26,6 +26,10 @@
 #
 # Compelx stuffs for multipath yast module, this file is included
 # by Multipath.ycp.
+
+require "yast"
+require "y2storage"
+
 module Yast
   module MultipathComplexInclude
 def initialize_multipath_complex(include_target)
@@ -34,7 +38,6 @@
   textdomain "multipath"
 
   Yast.import "Service"
-  Yast.import "Storage"
   Yast.import "Label"
   Yast.import "Wizard"
   Yast.import "Mode"
@@ -3651,7 +3654,8 @@
   return
 end
   else
-

commit yast2-multipath for openSUSE:Factory

2017-06-07 Thread root
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.0 +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 

commit yast2-multipath for openSUSE:Factory

2016-06-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2016-06-10 23:58:50

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)


Package is "yast2-multipath"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2015-05-06 07:47:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 
2016-06-10 23:58:52.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  6 16:29:48 UTC 2016 - igonzalezs...@suse.com
+
+- Stop generating autodocs (fate#320356)
+- 3.1.7
+
+---

Old:

  yast2-multipath-3.1.6.tar.bz2

New:

  yast2-multipath-3.1.7.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.1ocuQz/_old  2016-06-10 23:58:53.0 +0200
+++ /var/tmp/diff_new_pack.1ocuQz/_new  2016-06-10 23:58:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-multipath
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-multipath-3.1.6.tar.bz2 -> yast2-multipath-3.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.6/doc/Makefile.am 
new/yast2-multipath-3.1.7/doc/Makefile.am
--- old/yast2-multipath-3.1.6/doc/Makefile.am   2015-05-04 11:40:07.0 
+0200
+++ new/yast2-multipath-3.1.7/doc/Makefile.am   1970-01-01 01:00:00.0 
+0100
@@ -1,10 +0,0 @@
-# Makefile.am for multipath/doc
-
-SUBDIRS = autodocs
-
-htmldir = $(docdir)
-
-doc_DATA =
-html_DATA =
-
-EXTRA_DIST = $(doc_DATA) $(html_DATA)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.6/doc/autodocs/Makefile.am 
new/yast2-multipath-3.1.7/doc/autodocs/Makefile.am
--- old/yast2-multipath-3.1.6/doc/autodocs/Makefile.am  2015-05-04 
11:40:07.0 +0200
+++ new/yast2-multipath-3.1.7/doc/autodocs/Makefile.am  1970-01-01 
01:00:00.0 +0100
@@ -1,3 +0,0 @@
-# Makefile.am for multipath/doc/autodocs
-
-include $(top_srcdir)/autodocs-ycp.ami
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.6/package/yast2-multipath.changes 
new/yast2-multipath-3.1.7/package/yast2-multipath.changes
--- old/yast2-multipath-3.1.6/package/yast2-multipath.changes   2015-05-04 
11:40:07.0 +0200
+++ new/yast2-multipath-3.1.7/package/yast2-multipath.changes   2016-06-07 
09:12:53.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon Jun  6 16:29:48 UTC 2016 - igonzalezs...@suse.com
+
+- Stop generating autodocs (fate#320356)
+- 3.1.7
+
+---
 Mon May  4 08:41:04 UTC 2015 - ls...@suse.com
 
 - BNC#925864, fix a bug on that path selector not working, add
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.6/package/yast2-multipath.spec 
new/yast2-multipath-3.1.7/package/yast2-multipath.spec
--- old/yast2-multipath-3.1.6/package/yast2-multipath.spec  2015-05-04 
11:40:07.0 +0200
+++ new/yast2-multipath-3.1.7/package/yast2-multipath.spec  2016-06-07 
09:12:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit yast2-multipath for openSUSE:Factory

2015-05-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2015-05-06 07:47:10

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)


Package is yast2-multipath

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2015-01-30 10:59:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 
2015-05-06 07:47:11.0 +0200
@@ -1,0 +2,6 @@
+Mon May  4 08:41:04 UTC 2015 - ls...@suse.com
+
+- BNC#925864, fix a bug on that path selector not working, add
+  service-time 0 and queue-length 0.
+  Version 3.1.6
+---

Old:

  yast2-multipath-3.1.5.tar.bz2

New:

  yast2-multipath-3.1.6.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.TOAtDV/_old  2015-05-06 07:47:12.0 +0200
+++ /var/tmp/diff_new_pack.TOAtDV/_new  2015-05-06 07:47:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:3.1.5
+Version:3.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-multipath-3.1.5.tar.bz2 - yast2-multipath-3.1.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.5/CONTRIBUTING.md 
new/yast2-multipath-3.1.6/CONTRIBUTING.md
--- old/yast2-multipath-3.1.5/CONTRIBUTING.md   2015-01-26 13:55:10.0 
+0100
+++ new/yast2-multipath-3.1.6/CONTRIBUTING.md   2015-05-04 11:40:07.0 
+0200
@@ -12,13 +12,13 @@
 ---
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
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.novell.com/) or GitHub issues. We can't guarantee
+[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
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.5/package/yast2-multipath.changes 
new/yast2-multipath-3.1.6/package/yast2-multipath.changes
--- old/yast2-multipath-3.1.5/package/yast2-multipath.changes   2015-01-26 
13:55:10.0 +0100
+++ new/yast2-multipath-3.1.6/package/yast2-multipath.changes   2015-05-04 
11:40:07.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon May  4 08:41:04 UTC 2015 - ls...@suse.com
+
+- BNC#925864, fix a bug on that path selector not working, add
+  service-time 0 and queue-length 0.
+  Version 3.1.6
+---
 Mon Jan 26 12:26:32 UTC 2015 - jreidin...@suse.com
 
 - fixed \r character lost during conversion to Ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.5/package/yast2-multipath.spec 
new/yast2-multipath-3.1.6/package/yast2-multipath.spec
--- old/yast2-multipath-3.1.5/package/yast2-multipath.spec  2015-01-26 
13:55:10.0 +0100
+++ new/yast2-multipath-3.1.6/package/yast2-multipath.spec  2015-05-04 
11:40:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:3.1.5
+Version:3.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.5/src/include/multipath/options.rb 
new/yast2-multipath-3.1.6/src/include/multipath/options.rb
--- old/yast2-multipath-3.1.5/src/include/multipath/options.rb  2015-01-26 
13:55:10.0 +0100
+++ 

commit yast2-multipath for openSUSE:Factory

2015-01-30 Thread h_root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2015-01-30 10:59:44

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)


Package is yast2-multipath

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2014-12-05 21:03:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 
2015-01-30 10:59:46.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 26 12:26:32 UTC 2015 - jreidin...@suse.com
+
+- fixed \r character lost during conversion to Ruby
+
+---



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.aPv5vE/_old  2015-01-30 10:59:47.0 +0100
+++ /var/tmp/diff_new_pack.aPv5vE/_new  2015-01-30 10:59:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-multipath
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ yast2-multipath-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.5/package/yast2-multipath.changes 
new/yast2-multipath-3.1.5/package/yast2-multipath.changes
--- old/yast2-multipath-3.1.5/package/yast2-multipath.changes   2014-12-04 
11:29:04.0 +0100
+++ new/yast2-multipath-3.1.5/package/yast2-multipath.changes   2015-01-26 
13:55:10.0 +0100
@@ -1,4 +1,9 @@
 ---
+Mon Jan 26 12:26:32 UTC 2015 - jreidin...@suse.com
+
+- fixed \r character lost during conversion to Ruby
+
+---
 Thu Dec  4 09:50:28 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.5/src/include/multipath/options.rb 
new/yast2-multipath-3.1.5/src/include/multipath/options.rb
--- old/yast2-multipath-3.1.5/src/include/multipath/options.rb  2014-12-04 
11:29:04.0 +0100
+++ new/yast2-multipath-3.1.5/src/include/multipath/options.rb  2015-01-26 
13:55:10.0 +0100
@@ -686,7 +686,7 @@
   str_end = Ops.subtract(str_len, 1)
   while Ops.less_than(str_start, str_len)
 cur_char = Builtins.substring(value, str_start, 1)
-if cur_char ==   || cur_char == \t || cur_char ==   ||
+if cur_char ==   || cur_char == \t || cur_char == \r ||
 cur_char == \n ||
 cur_char == \
   str_start = Ops.add(str_start, 1)
@@ -697,7 +697,7 @@
 
   while Ops.greater_than(str_end, str_start)
 cur_char = Builtins.substring(value, str_end, 1)
-if cur_char ==   || cur_char == \t || cur_char ==   ||
+if cur_char ==   || cur_char == \t || cur_char == \r ||
 cur_char == \n ||
 cur_char == \
   str_end = Ops.subtract(str_end, 1)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-multipath for openSUSE:Factory

2014-12-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2014-12-05 21:03:25

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)


Package is yast2-multipath

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2014-11-04 17:28:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 
2014-12-05 21:03:18.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  4 09:50:28 UTC 2014 - jreidin...@suse.com
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+---

Old:

  yast2-multipath-3.1.4.tar.bz2

New:

  yast2-multipath-3.1.5.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.y0ec3F/_old  2014-12-05 21:03:19.0 +0100
+++ /var/tmp/diff_new_pack.y0ec3F/_new  2014-12-05 21:03:19.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-multipath-3.1.4.tar.bz2 - yast2-multipath-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.4/.travis.yml 
new/yast2-multipath-3.1.5/.travis.yml
--- old/yast2-multipath-3.1.4/.travis.yml   2014-10-31 17:25:22.0 
+0100
+++ new/yast2-multipath-3.1.5/.travis.yml   2014-12-04 11:29:04.0 
+0100
@@ -5,8 +5,10 @@
 # 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 yast2-devtools yast2-testsuite yast2
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 -g 
yast-rake gettext
 script:
+- rake check:syntax
+- rake check:pot
 - make -f Makefile.cvs
 - make
 - sudo make install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.4/package/yast2-multipath.changes 
new/yast2-multipath-3.1.5/package/yast2-multipath.changes
--- old/yast2-multipath-3.1.4/package/yast2-multipath.changes   2014-10-30 
16:05:22.0 +0100
+++ new/yast2-multipath-3.1.5/package/yast2-multipath.changes   2014-12-04 
11:29:04.0 +0100
@@ -1,4 +1,9 @@
 ---
+Thu Dec  4 09:50:28 UTC 2014 - jreidin...@suse.com
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+---
 Thu Oct 30 02:30:24 UTC 2014 - nw...@suse.com
 
 - BNC#900822. Remove start/stop boot.multipath due to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.4/package/yast2-multipath.spec 
new/yast2-multipath-3.1.5/package/yast2-multipath.spec
--- old/yast2-multipath-3.1.4/package/yast2-multipath.spec  2014-10-30 
16:05:22.0 +0100
+++ new/yast2-multipath-3.1.5/package/yast2-multipath.spec  2014-12-04 
11:29:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.4/src/desktop/multipath.desktop 
new/yast2-multipath-3.1.5/src/desktop/multipath.desktop
--- old/yast2-multipath-3.1.4/src/desktop/multipath.desktop 2014-10-30 
16:05:22.0 +0100
+++ new/yast2-multipath-3.1.5/src/desktop/multipath.desktop 2014-12-04 
11:29:04.0 +0100
@@ -4,7 +4,6 @@
 
 X-KDE-ModuleType=Library
 X-KDE-HasReadOnlyMode=true
-X-KDE-Library=yast2
 X-SuSE-YaST-Call=multipath
 
 X-SuSE-YaST-Group=High_Availability

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-multipath for openSUSE:Factory

2014-11-04 Thread h_root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2014-11-04 17:28:15

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)


Package is yast2-multipath

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2014-07-24 06:57:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 
2014-11-04 17:28:17.0 +0100
@@ -1,0 +2,7 @@
+Thu Oct 30 02:30:24 UTC 2014 - nw...@suse.com
+
+- BNC#900822. Remove start/stop boot.multipath due to
+  it is obsoleted.Fix in SLE12 Maintenance Update.
+- Version 3.1.4
+
+---

Old:

  yast2-multipath-3.1.3.tar.bz2

New:

  yast2-multipath-3.1.4.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.eXLRwa/_old  2014-11-04 17:28:18.0 +0100
+++ /var/tmp/diff_new_pack.eXLRwa/_new  2014-11-04 17:28:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-multipath-3.1.3.tar.bz2 - yast2-multipath-3.1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.3/.travis.yml 
new/yast2-multipath-3.1.4/.travis.yml
--- old/yast2-multipath-3.1.3/.travis.yml   1970-01-01 01:00:00.0 
+0100
+++ new/yast2-multipath-3.1.4/.travis.yml   2014-10-31 17:25:22.0 
+0100
@@ -0,0 +1,14 @@
+language: cpp
+compiler:
+- gcc
+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 yast2-devtools yast2-testsuite yast2
+script:
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.3/MAINTAINER 
new/yast2-multipath-3.1.4/MAINTAINER
--- old/yast2-multipath-3.1.3/MAINTAINER2014-07-22 04:26:11.0 
+0200
+++ new/yast2-multipath-3.1.4/MAINTAINER2014-10-30 16:05:22.0 
+0100
@@ -1 +1 @@
-Nick Wang nw...@suse.com
+Deprecated file. Use `osc maintainer yast2-multipath` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.3/README.md 
new/yast2-multipath-3.1.4/README.md
--- old/yast2-multipath-3.1.3/README.md 1970-01-01 01:00:00.0 +0100
+++ new/yast2-multipath-3.1.4/README.md 2014-10-30 16:05:22.0 +0100
@@ -0,0 +1,5 @@
+# YaST - The Multipath Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-multipath.svg?branch=master)](https://travis-ci.org/yast/yast-multipath)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-multipath-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-multipath-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.3/package/yast2-multipath.changes 
new/yast2-multipath-3.1.4/package/yast2-multipath.changes
--- old/yast2-multipath-3.1.3/package/yast2-multipath.changes   2014-07-22 
04:26:11.0 +0200
+++ new/yast2-multipath-3.1.4/package/yast2-multipath.changes   2014-10-30 
16:05:22.0 +0100
@@ -1,4 +1,11 @@
 ---
+Thu Oct 30 02:30:24 UTC 2014 - nw...@suse.com
+
+- BNC#900822. Remove start/stop boot.multipath due to
+  it is obsoleted.Fix in SLE12 Maintenance Update.
+- Version 3.1.4
+
+---
 Wed Jul 16 08:00:37 UTC 2014 - nw...@suse.com
 
 - BNC#887467. Fix fail to delete multipath without an alias.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.3/package/yast2-multipath.spec 
new/yast2-multipath-3.1.4/package/yast2-multipath.spec
--- old/yast2-multipath-3.1.3/package/yast2-multipath.spec  2014-07-22 
04:26:11.0 +0200
+++ new/yast2-multipath-3.1.4/package/yast2-multipath.spec  2014-10-30 
16:05:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.3/src/include/multipath/complex.rb 

commit yast2-multipath for openSUSE:Factory

2014-07-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2014-07-24 06:57:25

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)


Package is yast2-multipath

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2014-05-27 18:24:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 
2014-07-24 06:57:26.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 16 08:00:37 UTC 2014 - nw...@suse.com
+
+- BNC#887467. Fix fail to delete multipath without an alias.
+- Version 3.1.3
+
+---

Old:

  yast2-multipath-3.1.2.tar.bz2

New:

  yast2-multipath-3.1.3.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.wXx43h/_old  2014-07-24 06:57:27.0 +0200
+++ /var/tmp/diff_new_pack.wXx43h/_new  2014-07-24 06:57:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-multipath-3.1.2.tar.bz2 - yast2-multipath-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.2/package/yast2-multipath.changes 
new/yast2-multipath-3.1.3/package/yast2-multipath.changes
--- old/yast2-multipath-3.1.2/package/yast2-multipath.changes   2014-05-27 
05:26:42.0 +0200
+++ new/yast2-multipath-3.1.3/package/yast2-multipath.changes   2014-07-22 
04:26:11.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Jul 16 08:00:37 UTC 2014 - nw...@suse.com
+
+- BNC#887467. Fix fail to delete multipath without an alias.
+- Version 3.1.3
+
+---
 Tue May 27 03:25:41 UTC 2014 - nw...@suse.com
 
 - Using same spec file of ibs and obs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.2/package/yast2-multipath.spec 
new/yast2-multipath-3.1.3/package/yast2-multipath.spec
--- old/yast2-multipath-3.1.2/package/yast2-multipath.spec  2014-05-27 
05:26:42.0 +0200
+++ new/yast2-multipath-3.1.3/package/yast2-multipath.spec  2014-07-22 
04:26:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.2/src/include/multipath/complex.rb 
new/yast2-multipath-3.1.3/src/include/multipath/complex.rb
--- old/yast2-multipath-3.1.2/src/include/multipath/complex.rb  2014-05-12 
03:46:46.0 +0200
+++ new/yast2-multipath-3.1.3/src/include/multipath/complex.rb  2014-07-22 
04:26:11.0 +0200
@@ -1294,16 +1294,15 @@
 
 def Multipath_Dialog(option)
   if option == :multipaths_del_id
-cur = Convert.to_integer(
-  UI.QueryWidget(Id(:multipaths_table_id), :CurrentItem)
-)
+cur =  UI.QueryWidget(Id(:multipaths_table_id), :CurrentItem).to_i
 cur_item = Convert.to_term(
   UI.QueryWidget(Id(:multipaths_table_id), term(:Item, cur))
 )
+
 @multipaths_items = Builtins.filter(@multipaths_items) do |item|
-  _alias = Builtins.sformat(%1, Ops.get_string(cur_item, 1, NA))
+  _wwid = Builtins.sformat(%1, Ops.get_string(cur_item, 2, NA))
   ret = false
-  ret = Ops.get_string(item, alias, NA) != _alias
+  ret = Ops.get_string(item, wwid, NA) != _wwid
   Multipath.config_modified = true if ret == false
   ret
 end

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-multipath for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2014-05-27 18:23:47

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)


Package is yast2-multipath

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2014-05-16 07:29:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 
2014-05-27 18:24:04.0 +0200
@@ -1,0 +2,6 @@
+Tue May 27 03:25:41 UTC 2014 - nw...@suse.com
+
+- Using same spec file of ibs and obs.
+- Version 3.1.2 
+
+---

Old:

  yast2-multipath-3.1.1.tar.bz2

New:

  yast2-multipath-3.1.2.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.28EsZw/_old  2014-05-27 18:24:06.0 +0200
+++ /var/tmp/diff_new_pack.28EsZw/_new  2014-05-27 18:24:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-multipath
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-multipath-3.1.1.tar.bz2 - yast2-multipath-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.1/package/yast2-multipath.changes 
new/yast2-multipath-3.1.2/package/yast2-multipath.changes
--- old/yast2-multipath-3.1.1/package/yast2-multipath.changes   2014-05-12 
03:46:46.0 +0200
+++ new/yast2-multipath-3.1.2/package/yast2-multipath.changes   2014-05-27 
05:26:42.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue May 27 03:25:41 UTC 2014 - nw...@suse.com
+
+- Using same spec file of ibs and obs.
+- Version 3.1.2 
+
+---
 Fri May  9 09:10:29 UTC 2014 - nw...@suse.com
 
 - BNC#875677. Modify desktop file. Change category from Misc to HA. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.1/package/yast2-multipath.spec 
new/yast2-multipath-3.1.2/package/yast2-multipath.spec
--- old/yast2-multipath-3.1.1/package/yast2-multipath.spec  2014-05-12 
03:46:46.0 +0200
+++ new/yast2-multipath-3.1.2/package/yast2-multipath.spec  2014-05-27 
05:26:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-multipath
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,24 +17,27 @@
 
 
 Name:   yast2-multipath
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-Group: System/YaST
-License:GPL-2.0+
-Requires:  yast2
-BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite
+Requires:   yast2
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
 BuildRequires:  yast2-devtools = 3.1.10
-BuildRequires: yast2-storage
+BuildRequires:  yast2-storage
+BuildRequires:  yast2-testsuite
 
-BuildArchitectures:noarch
+BuildArch:  noarch
 
 Requires:   yast2-ruby-bindings = 1.0.0
 
-Summary: YaST2 - Multipath Configuration
+Summary:YaST2 - Multipath Configuration
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 Multipath I/O is a fault tolerance technique whereby there is more than
@@ -53,7 +56,6 @@
 %install
 %yast_install
 
-
 %files
 %defattr(-,root,root)
 %dir %{_prefix}/share/YaST2/include/multipath
@@ -64,3 +66,5 @@
 %{_prefix}/share/YaST2/scrconf/*.scr
 %{_prefix}/lib/YaST2/servers_non_y2/*
 %doc %{_prefix}/share/doc/packages/yast2-multipath
+
+%changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-multipath for openSUSE:Factory

2014-05-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2014-05-16 07:29:43

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)


Package is yast2-multipath

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2014-03-21 12:13:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 
2014-05-16 07:29:49.0 +0200
@@ -1,0 +2,5 @@
+Fri May  9 09:10:29 UTC 2014 - nw...@suse.com
+
+- BNC#875677. Modify desktop file. Change category from Misc to HA. 
+
+---



Other differences:
--
++ yast2-multipath-3.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.1/MAINTAINER 
new/yast2-multipath-3.1.1/MAINTAINER
--- old/yast2-multipath-3.1.1/MAINTAINER2014-03-11 07:56:17.0 
+0100
+++ new/yast2-multipath-3.1.1/MAINTAINER2014-05-12 03:46:45.0 
+0200
@@ -1 +1 @@
-Xin Wei Hu x...@novell.com
+Nick Wang nw...@suse.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.1/package/yast2-multipath.changes 
new/yast2-multipath-3.1.1/package/yast2-multipath.changes
--- old/yast2-multipath-3.1.1/package/yast2-multipath.changes   2014-03-11 
07:56:17.0 +0100
+++ new/yast2-multipath-3.1.1/package/yast2-multipath.changes   2014-05-12 
03:46:46.0 +0200
@@ -1,4 +1,9 @@
 ---
+Fri May  9 09:10:29 UTC 2014 - nw...@suse.com
+
+- BNC#875677. Modify desktop file. Change category from Misc to HA. 
+
+---
 Tue Mar 11 06:50:39 UTC 2014 - dmzh...@suse.com
 
 - remove yast2-python-binding dependence 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.1/src/desktop/multipath.desktop 
new/yast2-multipath-3.1.1/src/desktop/multipath.desktop
--- old/yast2-multipath-3.1.1/src/desktop/multipath.desktop 2014-03-11 
07:56:17.0 +0100
+++ new/yast2-multipath-3.1.1/src/desktop/multipath.desktop 2014-05-12 
03:46:46.0 +0200
@@ -1,13 +1,13 @@
 [Desktop Entry]
 Type=Application
-Categories=Qt;X-SuSE-YaST;X-SuSE-YaST-Misc;
+Categories=Qt;X-SuSE-YaST;X-SuSE-YaST-High_Availability;
 
 X-KDE-ModuleType=Library
 X-KDE-HasReadOnlyMode=true
 X-KDE-Library=yast2
 X-SuSE-YaST-Call=multipath
 
-X-SuSE-YaST-Group=System
+X-SuSE-YaST-Group=High_Availability
 X-SuSE-YaST-Argument=
 X-SuSE-YaST-RootOnly=true
 X-SuSE-YaST-AutoInst=

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-multipath for openSUSE:Factory

2014-03-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2014-03-21 12:13:55

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)


Package is yast2-multipath

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2013-11-19 10:57:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 
2014-03-21 12:13:58.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 11 06:50:39 UTC 2014 - dmzh...@suse.com
+
+- remove yast2-python-binding dependence 
+
+---



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.cg67Zy/_old  2014-03-21 12:13:59.0 +0100
+++ /var/tmp/diff_new_pack.cg67Zy/_new  2014-03-21 12:13:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-multipath
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,11 +24,10 @@
 Source0:%{name}-%{version}.tar.bz2
 
 Requires:   yast2
-Requires:   yast2-python-bindings
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools = 3.0.6
+BuildRequires:  yast2-devtools = 3.1.10
 BuildRequires:  yast2-storage
 BuildRequires:  yast2-testsuite
 

++ yast2-multipath-3.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.1/VERSION 
new/yast2-multipath-3.1.1/VERSION
--- old/yast2-multipath-3.1.1/VERSION   2013-11-18 17:34:33.0 +0100
+++ new/yast2-multipath-3.1.1/VERSION   1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.1/package/yast2-multipath.changes 
new/yast2-multipath-3.1.1/package/yast2-multipath.changes
--- old/yast2-multipath-3.1.1/package/yast2-multipath.changes   2013-11-18 
17:34:33.0 +0100
+++ new/yast2-multipath-3.1.1/package/yast2-multipath.changes   2014-03-11 
07:56:17.0 +0100
@@ -1,4 +1,9 @@
 ---
+Tue Mar 11 06:50:39 UTC 2014 - dmzh...@suse.com
+
+- remove yast2-python-binding dependence 
+
+---
 Wed Nov 13 15:56:18 UTC 2013 - jreidin...@suse.com
 
 - Add explicit COPYING file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.1/package/yast2-multipath.spec 
new/yast2-multipath-3.1.1/package/yast2-multipath.spec
--- old/yast2-multipath-3.1.1/package/yast2-multipath.spec  2013-11-18 
18:02:38.0 +0100
+++ new/yast2-multipath-3.1.1/package/yast2-multipath.spec  2014-03-11 
07:56:17.0 +0100
@@ -25,9 +25,9 @@
 
 Group: System/YaST
 License:GPL-2.0+
-Requires:  yast2 yast2-python-bindings
+Requires:  yast2
 BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite
-BuildRequires:  yast2-devtools = 3.0.6
+BuildRequires:  yast2-devtools = 3.1.10
 BuildRequires: yast2-storage
 
 BuildArchitectures:noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.1/src/servers_non_y2/ag_multipath 
new/yast2-multipath-3.1.1/src/servers_non_y2/ag_multipath
--- old/yast2-multipath-3.1.1/src/servers_non_y2/ag_multipath   2013-11-18 
17:34:33.0 +0100
+++ new/yast2-multipath-3.1.1/src/servers_non_y2/ag_multipath   2014-03-11 
07:56:17.0 +0100
@@ -29,11 +29,10 @@
 from gettext import textdomain
 textdomain('multipath')
 
-import ycp
-from ycp import *
 
 import re
 import os
+import sys
 
 class Pattern:
 uuid = r'^\w{3,}'
@@ -225,7 +224,6 @@
self.args = 
 
 def SCR_Command (self):
-   y2debug (waiting for a command);
scr_command = sys.stdin.readline()
 
# scr_command examples:
@@ -233,14 +231,11 @@
#   `Read (.some.path)
#   `Write (.some.path, value)
 
-   y2debug (newline: %s % scr_command);
 
# the first argument is command
p = re.compile ('^`\w+')
if (p.match (scr_command)):
self.command = p.search (scr_command).group()
-   else:
-   y2error (No command in '%s' % scr_command)
 
# FIXME: parse path
# FIXME: parse args
@@ -253,7 +248,6 

commit yast2-multipath for openSUSE:Factory

2013-11-19 Thread h_root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2013-11-19 10:57:05

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)


Package is yast2-multipath

Changes:

--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2011-09-23 12:53:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 
2013-11-19 10:57:06.0 +0100
@@ -1 +0,0 @@
-Wed Jul  8 15:32:14 CST 2009 - x...@novell.com
@@ -2,0 +2 @@
+Wed Nov 13 15:56:18 UTC 2013 - jreidin...@suse.com
@@ -4 +4 @@
-- bnc#509048, yast2-multipath depends on yast2-python-bindings
+- Add explicit COPYING file
@@ -7 +7 @@
-Wed Dec  3 13:48:02 CST 2008 - x...@novell.com
+Thu Sep 19 10:33:44 UTC 2013 - lsle...@suse.cz
@@ -9,2 +9,3 @@
-- Fix bnc#438055, remove all usage of /etc/init.d/multipath during
-installation, disable Configure tab during installation.
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
@@ -13 +14 @@
-Fri Nov 21 17:35:08 CST 2008 - x...@novell.com
+Fri Aug  9 13:05:49 UTC 2013 - dma...@suse.cz
@@ -15,3 +16,3 @@
-- fix bnc#438061, call Storage::ActivateMultipath instead of 
/etc/init.d/multipath during installation
-- related to bnc#438055, do not insserv during installation cause libstorage 
enable the service already.
-- remove extra dependency on python
+- fixed empty include files produced because of a YCP Killer bug
+  (gh#yast/ycp-killer#619)
+- 3.0.1
@@ -20 +21 @@
-Wed Nov 19 16:59:19 CST 2008 - x...@novell.com
+Wed Jul 31 08:33:06 UTC 2013 - yast-de...@opensuse.org
@@ -22,2 +23,3 @@
-- fix bnc#438063, no busy indicator during startup
-- fix bnc#440887, typo in help text.
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
@@ -26 +28 @@
-Tue Oct 14 18:26:14 CST 2008 - co...@suse.de
+Mon Jul  4 13:58:36 CEST 2011 - snw...@suse.de
@@ -28 +30,14 @@
-- fix typo from illgal to illegal (bnc #432568)
+- fixed typos (bnc #703181)
+
+---
+Wed Aug 18 15:17:26 CEST 2010 - mzu...@suse.cz
+
+- fixed typo (bnc#631743)
+- 2.19.0 
+
+---
+Wed Jan 13 18:56:03 CET 2010 - kmachalk...@suse.cz
+
+- Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su
+  where root privileges are needed, removed X-KDE-SubstituteUID key 
+  (bnc#540627)

Old:

  fix-document-error.diff
  use-storage-activatemultipath.diff
  yast2-multipath-2.17.1.tar.bz2
  yast2-multipath-no-timeout-1st-time.patch

New:

  yast2-multipath-3.1.1.tar.bz2



Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.vKqgbG/_old  2013-11-19 10:57:06.0 +0100
+++ /var/tmp/diff_new_pack.vKqgbG/_new  2013-11-19 10:57:06.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-multipath (Version 2.17.1)
+# spec file for package yast2-multipath
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-Url:http://en.opensuse.org/Yast
 
 Name:   yast2-multipath
-Version:2.17.1
-Release:5
-License:GPL-2.0+
-Group:  System/YaST
+Version:3.1.1
+Release:0
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-multipath-2.17.1.tar.bz2
-Prefix: /usr
-Requires:   yast2 yast2-storage yast2-python-bindings
-BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-storage yast2-testsuite
+Source0:%{name}-%{version}.tar.bz2
+
+Requires:   yast2
+Requires:   yast2-python-bindings
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-devtools = 3.0.6
+BuildRequires:  yast2-storage
+BuildRequires:  yast2-testsuite
+
 BuildArch:  noarch
+
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Multipath Configuration
-Patch1: yast2-multipath-no-timeout-1st-time.patch
-Patch2: fix-document-error.diff
-Patch3: use-storage-activatemultipath.diff
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 Multipath I/O is a fault tolerance technique whereby there is more than
@@ -43,53 +48,24 @@
 
 You can configure your 

commit yast2-multipath for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2011-12-06 19:19:35

Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)


Package is yast2-multipath, Maintainer is jsr...@suse.com

Changes:




Other differences:
--
++ yast2-multipath.spec ++
--- /var/tmp/diff_new_pack.z4RjLq/_old  2011-12-06 20:01:51.0 +0100
+++ /var/tmp/diff_new_pack.z4RjLq/_new  2011-12-06 20:01:51.0 +0100
@@ -22,7 +22,7 @@
 Name:   yast2-multipath
 Version:2.17.1
 Release:5
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  System/YaST
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-multipath-2.17.1.tar.bz2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org