Hello community,

here is the log from the commit of package yast2-cluster for openSUSE:Factory 
checked in at 2014-03-12 19:09:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-cluster (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-cluster.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-cluster"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-cluster/yast2-cluster.changes      
2014-02-12 10:10:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-cluster.new/yast2-cluster.changes 
2014-03-12 19:09:06.000000000 +0100
@@ -1,0 +2,17 @@
+Thu Feb 27 09:26:09 UTC 2014 - [email protected]
+
+- upstream does not maintain yast2-python-bindings any more
+  remove the dependency for yast2-yast2-bindings 
+
+-------------------------------------------------------------------
+Tue Feb 25 10:46:43 UTC 2014 - [email protected]
+
+- add yast2-python-bindings in spec files
+
+-------------------------------------------------------------------
+Tue Feb 25 02:51:18 UTC 2014 - [email protected]
+
+- bnc#863953,  yast2 display issue 
+  add cluster.fwd, and fix disply issue
+
+-------------------------------------------------------------------

New:
----
  cluster.fwd

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

Other differences:
------------------
++++++ yast2-cluster.spec ++++++
--- /var/tmp/diff_new_pack.rI6jeB/_old  2014-03-12 19:09:07.000000000 +0100
+++ /var/tmp/diff_new_pack.rI6jeB/_new  2014-03-12 19:09:07.000000000 +0100
@@ -18,26 +18,25 @@
 
 
 Name:           yast2-cluster
+%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 Version:        3.1.1
 Release:        0
+License:        GPL-2.0
+Group:          System/YaST
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
+Source1:        cluster.fwd
 
 Requires:       yast2
-BuildRequires:  perl-XML-Writer
-BuildRequires:  update-desktop-files
-BuildRequires:  yast2
+BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-testsuite
 BuildRequires:  yast2-devtools >= 3.1.10
-BuildRequires:  yast2-testsuite
 
 BuildArch:      noarch
 
 Requires:       yast2-ruby-bindings >= 1.0.0
 
 Summary:        Configuration of cluster
-License:        GPL-2.0
-Group:          System/YaST
 
 %description
 -
@@ -51,6 +50,9 @@
 %install
 %yast_install
 
+mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}
+install -m 644 %{S:1} $RPM_BUILD_ROOT/%{_fwdefdir}/cluster
+
 %files
 %defattr(-,root,root)
 %dir %{yast_yncludedir}/cluster
@@ -62,5 +64,6 @@
 %{yast_scrconfdir}/*.scr
 %{yast_agentdir}/ag_openais
 %doc %{yast_docdir}
+%config %{_fwdefdir}/cluster
 
 %changelog

++++++ cluster.fwd ++++++
## Name: Cluster
## Description: Opens ports for Varies Cluster related services

# space separated list of allowed TCP ports
# 30865 for csync2
# 5560 for mgmtd
# 7630 for hawk
# 21064 for dlm
TCP="30865 5560 7630 21064"

# space separated list of allowed UDP ports
UDP=""

# space separated list of allowed RPC services
RPC=""

# space separated list of allowed IP protocols
IP="igmp"

# space separated list of allowed UDP broadcast ports
BROADCAST=""
++++++ yast2-cluster-3.1.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.1.1/package/cluster.fwd 
new/yast2-cluster-3.1.1/package/cluster.fwd
--- old/yast2-cluster-3.1.1/package/cluster.fwd 1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-cluster-3.1.1/package/cluster.fwd 2014-02-25 10:14:04.000000000 
+0100
@@ -0,0 +1,21 @@
+## Name: Cluster
+## Description: Opens ports for Varies Cluster related services
+
+# space separated list of allowed TCP ports
+# 30865 for csync2
+# 5560 for mgmtd
+# 7630 for hawk
+# 21064 for dlm
+TCP="30865 5560 7630 21064"
+
+# space separated list of allowed UDP ports
+UDP=""
+
+# space separated list of allowed RPC services
+RPC=""
+
+# space separated list of allowed IP protocols
+IP="igmp"
+
+# space separated list of allowed UDP broadcast ports
+BROADCAST=""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.1.1/package/yast2-cluster.changes 
new/yast2-cluster-3.1.1/package/yast2-cluster.changes
--- old/yast2-cluster-3.1.1/package/yast2-cluster.changes       2014-01-14 
11:05:55.000000000 +0100
+++ new/yast2-cluster-3.1.1/package/yast2-cluster.changes       2014-02-27 
10:24:58.000000000 +0100
@@ -1,4 +1,34 @@
 -------------------------------------------------------------------
+Thu Feb 27 09:26:09 UTC 2014 - [email protected]
+
+- upstream does not maintain yast2-python-bindings any more
+  remove the dependency for yast2-yast2-bindings 
+
+-------------------------------------------------------------------
+Tue Feb 25 10:46:43 UTC 2014 - [email protected]
+
+- add yast2-python-bindings in spec files
+
+-------------------------------------------------------------------
+Tue Feb 25 02:51:18 UTC 2014 - [email protected]
+
+- bnc#863953,  yast2 display issue 
+  add cluster.fwd, and fix disply issue
+
+-------------------------------------------------------------------
+Mon Jan 20 05:01:39 UTC 2014 - [email protected]
+
+- add expected_votes field in GUI 
+
+-------------------------------------------------------------------
+Mon Jan 13 07:12:03 UTC 2014 - [email protected]
+
+- edit yast2-cluster to adapt new corosync.conf  
+  fix bnc#854882,bnc#845910
+- remove SummaryDialog, OverviewDialog and aisexec options
+- convert ycp to ruby
+
+-------------------------------------------------------------------
 Wed Jan 13 18:56:03 CET 2010 - [email protected]
 
 - Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.1.1/package/yast2-cluster.spec 
new/yast2-cluster-3.1.1/package/yast2-cluster.spec
--- old/yast2-cluster-3.1.1/package/yast2-cluster.spec  2014-01-14 
11:05:55.000000000 +0100
+++ new/yast2-cluster-3.1.1/package/yast2-cluster.spec  2014-02-27 
10:24:58.000000000 +0100
@@ -17,6 +17,7 @@
 
 
 Name:           yast2-cluster
+%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 Version:        3.1.1
 Release:        0
 License:       GPL-2.0
@@ -24,6 +25,7 @@
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
+Source1:        cluster.fwd
 
 Requires:      yast2
 BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite
@@ -47,6 +49,10 @@
 %install
 %yast_install
 
+mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}
+install -m 644 %{S:1} $RPM_BUILD_ROOT/%{_fwdefdir}/cluster
+
+
 
 %files
 %defattr(-,root,root)
@@ -59,3 +65,4 @@
 %{yast_scrconfdir}/*.scr
 %{yast_agentdir}/ag_openais
 %doc %{yast_docdir}
+%config %{_fwdefdir}/cluster
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.1.1/src/include/cluster/dialogs.rb 
new/yast2-cluster-3.1.1/src/include/cluster/dialogs.rb
--- old/yast2-cluster-3.1.1/src/include/cluster/dialogs.rb      2014-01-14 
11:05:55.000000000 +0100
+++ new/yast2-cluster-3.1.1/src/include/cluster/dialogs.rb      2014-02-25 
10:14:04.000000000 +0100
@@ -901,7 +901,7 @@
           )
         ),
         VSpacing(1),
-        Frame(_("firewall settings"), firewall_layout),
+        firewall_layout,
         VStretch()
       )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.1.1/src/servers_non_y2/ag_openais 
new/yast2-cluster-3.1.1/src/servers_non_y2/ag_openais
--- old/yast2-cluster-3.1.1/src/servers_non_y2/ag_openais       2014-01-14 
11:05:55.000000000 +0100
+++ new/yast2-cluster-3.1.1/src/servers_non_y2/ag_openais       2014-02-27 
10:24:58.000000000 +0100
@@ -29,9 +29,12 @@
 from gettext import textdomain
 textdomain("openais")
 
-from ycp import *
-import pdb
+# python bindings will be droped
+# delete all python bindings
+
+#from ycp import *
 import copy
+import sys
 
 
 #the option table is used to parse and write suggested_value if no options are 
read
@@ -328,7 +331,7 @@
                                members.append(opt_parser(file, 
node_option_table))
                                result["node"] = members
                        else:
-                               y2warning("Unknown sub-directive %s found. 
Ignore it" % (i.lstrip().split(" ")[0]))
+                               #y2warning("Unknown sub-directive %s found. 
Ignore it" % (i.lstrip().split(" ")[0]))
                                while (i[-1] != "}"):
                                        i = get_next_line(file)
                                
@@ -341,13 +344,14 @@
                try:
                        doc = options[opt[0].strip()]["doc"]
                except KeyError:
-                       y2warning("Unknown options %s"%opt[0].strip())
+                       #y2warning("Unknown options %s"%opt[0].strip())
+                       pass
                else:
                        if options[opt[0].strip()].get("type", "string") == 
"int":
                                try:
                                        result[opt[0].strip()] = 
int(opt[1].strip())
                                except ValueError:
-                                       y2warning("Invalid option %s found, 
default to %s" % (opt[0].strip(), options[opt[0].strip()]["default_value"]))
+                                       #y2warning("Invalid option %s found, 
default to %s" % (opt[0].strip(), options[opt[0].strip()]["default_value"]))
                                        result[opt[0].strip()] = 
options[opt[0].strip()]["default_value"]
                        else:
                                result[opt[0].strip()] = opt[1].strip()
@@ -606,11 +610,11 @@
                                if path[1] == "interface":
                                        if args == "":
                                                if path[2] == "interface0":
-                                                       y2debug("deleting 
interface 0")
+                                                       #y2debug("deleting 
interface 0")
                                                        del_interface(0)
                                                        return "true"
                                                elif path[2] == "interface1":
-                                                       y2debug("deleting 
interface 1")
+                                                       #y2debug("deleting 
interface 1")
                                                        del_interface(1)
                                                        return "true"
                                                else:
@@ -689,10 +693,10 @@
                self.args = ""
                self.path = ""
                        
-               y2debug ("waiting for a command");
+               #y2debug ("waiting for a command");
                scr_command = sys.stdin.readline().strip()
                
-               y2debug ("newline: %s" % scr_command);
+               #y2debug ("newline: %s" % scr_command);
                
                p = re.compile('^`?(\w+)\s*(\(([^,]*)(,\s*(.*))?\s*\))?\s*$')
                r = p.match(scr_command)
@@ -700,7 +704,7 @@
                        try:
                                self.command = r.group(1)
                        except IndexError:
-                               y2error("No command in %s " % scr_command)
+                               #y2error("No command in %s " % scr_command)
                                return
                        
                        try:
@@ -710,7 +714,7 @@
                                self.path = path.split('.')
 
                        except IndexError:
-                               y2debug("No path in %s " % scr_command)
+                               #y2debug("No path in %s " % scr_command)
                                return
                        try:
                                self.args = r.group(5).strip()
@@ -719,10 +723,10 @@
                                if self.args[-1] == '"':
                                        self.args = self.args[:-1]
                        except (IndexError, AttributeError):
-                               y2debug("No args in %s " % scr_command)
+                               #y2debug("No args in %s " % scr_command)
                                return
                else:
-                       y2error ("No command in '%s'" % scr_command)
+                       #y2error ("No command in '%s'" % scr_command)
                        return
 
     # <-- SCR_Command
@@ -736,7 +740,7 @@
        while True:
                scr_agent.SCR_Command ()
 
-               y2debug("Command %s %s" % (scr_agent.command,scr_agent.path));
+               #y2debug("Command %s %s" % (scr_agent.command,scr_agent.path));
                
                if (scr_agent.command == 'Dir' ):
                        print openais_agent.doList(scr_agent.path)
@@ -751,7 +755,7 @@
                        break
 
                else:
-                       y2error ("Unknown command: %s" % scr_agent.command)
+                       #y2error ("Unknown command: %s" % scr_agent.command)
                        print "nil\n"
                try:
                        sys.stdout.flush()

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to