Hello community, here is the log from the commit of package yast2-geo-cluster for openSUSE:Factory checked in at 2017-03-12 20:02:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-geo-cluster (Old) and /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-geo-cluster" Sun Mar 12 20:02:35 2017 rev:15 rq:477408 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-geo-cluster/yast2-geo-cluster.changes 2016-06-07 23:48:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new/yast2-geo-cluster.changes 2017-03-12 20:02:36.257606625 +0100 @@ -1,0 +2,6 @@ +Wed Mar 1 10:15:02 UTC 2017 - [email protected] + +- bsc#1027405. Move the firewall rule file to booth. +- Version 3.2.0 + +------------------------------------------------------------------- Old: ---- geo-cluster.fwd yast2-geo-cluster-3.1.14.tar.bz2 New: ---- yast2-geo-cluster-3.2.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-geo-cluster.spec ++++++ --- /var/tmp/diff_new_pack.UQWMg6/_old 2017-03-12 20:02:36.821526830 +0100 +++ /var/tmp/diff_new_pack.UQWMg6/_new 2017-03-12 20:02:36.825526265 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-geo-cluster # -# 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,13 +17,12 @@ Name: yast2-geo-cluster -Version: 3.1.14 +Version: 3.2.0 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 @@ -52,9 +51,6 @@ %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 @@ -66,6 +62,5 @@ %{yast_scrconfdir}/*.scr %{yast_agentdir}/ag_booth %doc %{yast_docdir} -%config %{_fwdefdir}/booth %changelog ++++++ yast2-geo-cluster-3.1.14.tar.bz2 -> yast2-geo-cluster-3.2.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-geo-cluster-3.1.14/.travis.yml new/yast2-geo-cluster-3.2.0/.travis.yml --- old/yast2-geo-cluster-3.1.14/.travis.yml 2016-06-06 10:54:14.062735387 +0200 +++ new/yast2-geo-cluster-3.2.0/.travis.yml 2017-03-07 09:51:13.479480491 +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" -g "yast-rake gettext" + - docker build -t yast-geo-cluster-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-geo-cluster-image yast-travis-ruby diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-geo-cluster-3.1.14/Dockerfile new/yast2-geo-cluster-3.2.0/Dockerfile --- old/yast2-geo-cluster-3.1.14/Dockerfile 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-geo-cluster-3.2.0/Dockerfile 2017-03-07 09:51:13.511480491 +0100 @@ -0,0 +1,3 @@ +FROM yastdevel/ruby +COPY . /usr/src/app + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-geo-cluster-3.1.14/package/geo-cluster.fwd new/yast2-geo-cluster-3.2.0/package/geo-cluster.fwd --- old/yast2-geo-cluster-3.1.14/package/geo-cluster.fwd 2016-06-06 10:54:14.190735387 +0200 +++ new/yast2-geo-cluster-3.2.0/package/geo-cluster.fwd 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ -## 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.14/package/yast2-geo-cluster.changes new/yast2-geo-cluster-3.2.0/package/yast2-geo-cluster.changes --- old/yast2-geo-cluster-3.1.14/package/yast2-geo-cluster.changes 2016-06-06 10:54:14.190735387 +0200 +++ new/yast2-geo-cluster-3.2.0/package/yast2-geo-cluster.changes 2017-03-07 09:51:13.619480491 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Mar 1 10:15:02 UTC 2017 - [email protected] + +- bsc#1027405. Move the firewall rule file to booth. +- Version 3.2.0 + +------------------------------------------------------------------- Mon Jun 6 08:21:29 UTC 2016 - [email protected] - Stop generating autodocs (fate#320356) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-geo-cluster-3.1.14/package/yast2-geo-cluster.spec new/yast2-geo-cluster-3.2.0/package/yast2-geo-cluster.spec --- old/yast2-geo-cluster-3.1.14/package/yast2-geo-cluster.spec 2016-06-06 10:54:14.190735387 +0200 +++ new/yast2-geo-cluster-3.2.0/package/yast2-geo-cluster.spec 2017-03-07 09:51:13.619480491 +0100 @@ -17,13 +17,12 @@ Name: yast2-geo-cluster -Version: 3.1.14 +Version: 3.2.0 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 @@ -52,9 +51,6 @@ %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 @@ -66,6 +62,5 @@ %{yast_scrconfdir}/*.scr %{yast_agentdir}/ag_booth %doc %{yast_docdir} -%config %{_fwdefdir}/booth %changelog
