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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes     
2014-03-21 12:13:58.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.cg67Zy/_new  2014-03-21 12:13:59.000000000 +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.000000000 +0100
+++ new/yast2-multipath-3.1.1/VERSION   1970-01-01 01:00:00.000000000 +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.000000000 +0100
+++ new/yast2-multipath-3.1.1/package/yast2-multipath.changes   2014-03-11 
07:56:17.000000000 +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.000000000 +0100
+++ new/yast2-multipath-3.1.1/package/yast2-multipath.spec      2014-03-11 
07:56:17.000000000 +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.000000000 +0100
+++ new/yast2-multipath-3.1.1/src/servers_non_y2/ag_multipath   2014-03-11 
07:56:17.000000000 +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 @@
        scr_agent = SCR_Agent ()
        scr_agent.SCR_Command ()
 
-       y2debug ("Command '%s'" % scr_agent.command);
 
        # SCR::Read
        if (scr_agent.command == '`Read'):
@@ -266,23 +260,16 @@
 
            foobar = Multipath_Parser('/sbin/multipath -l')
            ret = foobar.parse()
-           y2debug ("Data returned: %s" % ret)
 
            # print the data to stdout as string
            print ret + "\n"
            # flushing, otherwise it is buffered
            sys.stdout.flush()
 
-       # SCR::Write
-       elif (scr_agent.command == '`Write'):
-           y2warnning ("'Write' is not supported")
-
        # Exit
        elif (scr_agent.command == '`result'):
            break
-
        else:
-           y2error ("Unknown command: %s" % scr_agent.command)
            print "nil\n"
            sys.stdout.flush()
 # <-- main

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

Reply via email to