Hello community, here is the log from the commit of package yast2-geo-cluster for openSUSE:Factory checked in at 2014-06-16 21:39:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-geo-cluster (Old) and /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-geo-cluster" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-geo-cluster/yast2-geo-cluster.changes 2014-06-05 10:49:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new/yast2-geo-cluster.changes 2014-06-16 21:39:08.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jun 10 12:20:21 UTC 2014 - [email protected] + +- BNC#881219. Add firewall service file. +- Version 3.1.3 + +------------------------------------------------------------------- Old: ---- yast2-geo-cluster-3.1.2.tar.bz2 New: ---- geo-cluster.fwd yast2-geo-cluster-3.1.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-geo-cluster.spec ++++++ --- /var/tmp/diff_new_pack.DfUXpI/_old 2014-06-16 21:39:08.000000000 +0200 +++ /var/tmp/diff_new_pack.DfUXpI/_new 2014-06-16 21:39:08.000000000 +0200 @@ -17,11 +17,13 @@ Name: yast2-geo-cluster -Version: 3.1.2 +Version: 3.1.3 Release: 0 +%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 +Source1: geo-cluster.fwd Requires: yast2 BuildRequires: perl-XML-Writer @@ -50,6 +52,9 @@ %install %yast_install +mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir} +install -m 644 %{S:1} $RPM_BUILD_ROOT/%{_fwdefdir}/booth + %files %defattr(-,root,root) %dir %{yast_yncludedir}/geo-cluster @@ -60,5 +65,6 @@ %{yast_desktopdir}/geo-cluster.desktop %{yast_scrconfdir}/*.scr %doc %{yast_docdir} +%config %{_fwdefdir}/booth %changelog ++++++ geo-cluster.fwd ++++++ ## Name: Booth ## Description: Opens ports for Geo Cluster # space separated list of allowed TCP ports TCP="9929" # space separated list of allowed UDP ports UDP="9929" # space separated list of allowed RPC services RPC="" # space separated list of allowed IP protocols IP="" # space separated list of allowed UDP broadcast ports BROADCAST="" ++++++ yast2-geo-cluster-3.1.2.tar.bz2 -> yast2-geo-cluster-3.1.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-geo-cluster-3.1.2/package/geo-cluster.fwd new/yast2-geo-cluster-3.1.3/package/geo-cluster.fwd --- old/yast2-geo-cluster-3.1.2/package/geo-cluster.fwd 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-geo-cluster-3.1.3/package/geo-cluster.fwd 2014-06-10 14:41:31.000000000 +0200 @@ -0,0 +1,17 @@ +## Name: Booth +## Description: Opens ports for Geo Cluster + +# space separated list of allowed TCP ports +TCP="9929" + +# space separated list of allowed UDP ports +UDP="9929" + +# space separated list of allowed RPC services +RPC="" + +# space separated list of allowed IP protocols +IP="" + +# space separated list of allowed UDP broadcast ports +BROADCAST="" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-geo-cluster-3.1.2/package/yast2-geo-cluster.changes new/yast2-geo-cluster-3.1.3/package/yast2-geo-cluster.changes --- old/yast2-geo-cluster-3.1.2/package/yast2-geo-cluster.changes 2014-05-27 05:36:43.000000000 +0200 +++ new/yast2-geo-cluster-3.1.3/package/yast2-geo-cluster.changes 2014-06-10 14:41:31.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Jun 10 12:20:21 UTC 2014 - [email protected] + +- BNC#881219. Add firewall service file. +- Version 3.1.3 + +------------------------------------------------------------------- Tue May 27 03:30:12 UTC 2014 - [email protected] - Using same spec file of ibs and obs. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-geo-cluster-3.1.2/package/yast2-geo-cluster.spec new/yast2-geo-cluster-3.1.3/package/yast2-geo-cluster.spec --- old/yast2-geo-cluster-3.1.2/package/yast2-geo-cluster.spec 2014-05-27 05:36:43.000000000 +0200 +++ new/yast2-geo-cluster-3.1.3/package/yast2-geo-cluster.spec 2014-06-10 14:41:31.000000000 +0200 @@ -17,11 +17,13 @@ Name: yast2-geo-cluster -Version: 3.1.2 +Version: 3.1.3 Release: 0 +%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 +Source1: geo-cluster.fwd Requires: yast2 BuildRequires: perl-XML-Writer @@ -50,6 +52,9 @@ %install %yast_install +mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir} +install -m 644 %{S:1} $RPM_BUILD_ROOT/%{_fwdefdir}/booth + %files %defattr(-,root,root) %dir %{yast_yncludedir}/geo-cluster @@ -60,5 +65,6 @@ %{yast_desktopdir}/geo-cluster.desktop %{yast_scrconfdir}/*.scr %doc %{yast_docdir} +%config %{_fwdefdir}/booth %changelog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-geo-cluster-3.1.2/src/modules/GeoCluster.rb new/yast2-geo-cluster-3.1.3/src/modules/GeoCluster.rb --- old/yast2-geo-cluster-3.1.2/src/modules/GeoCluster.rb 2014-05-27 05:36:43.000000000 +0200 +++ new/yast2-geo-cluster-3.1.3/src/modules/GeoCluster.rb 2014-06-10 14:41:31.000000000 +0200 @@ -334,7 +334,9 @@ udp_ports = [Ops.get(saved_global_conf, "port", "")] SuSEFirewallServices.SetNeededPortsAndProtocols( "service:booth", - { "udp_ports" => udp_ports } + # Use the same udp port for tcp. + { "tcp_ports" => udp_ports, + "udp_ports" => udp_ports } ) SuSEFirewall.Write return false if Abort() -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
