Hello community, here is the log from the commit of package crmsh for openSUSE:Factory checked in at 2015-11-10 10:03:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crmsh (Old) and /work/SRC/openSUSE:Factory/.crmsh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crmsh" Changes: -------- --- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes 2015-10-30 13:43:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2015-11-10 10:03:36.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Nov 09 02:13:51 UTC 2015 - [email protected] + +- Update to version 2.2.0~rc3+git.1447033314.c640af6: + + medium: script: (filesystem) create stopped (bsc#952670) + + doc: configure load can read from stdin + + medium: scripts: Lower copy target to string + +------------------------------------------------------------------- Old: ---- crmsh-2.2.0~rc3+git.1446121677.5f4ab3c.tar.bz2 New: ---- crmsh-2.2.0~rc3+git.1447033314.c640af6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crmsh.spec ++++++ --- /var/tmp/diff_new_pack.XLIPPv/_old 2015-11-10 10:03:37.000000000 +0100 +++ /var/tmp/diff_new_pack.XLIPPv/_new 2015-11-10 10:03:37.000000000 +0100 @@ -36,7 +36,7 @@ Summary: High Availability cluster command-line interface License: GPL-2.0+ Group: %{pkg_group} -Version: 2.2.0~rc3+git.1446121677.5f4ab3c +Version: 2.2.0~rc3+git.1447033314.c640af6 Release: 0 Url: http://crmsh.github.io Source0: %{name}-%{version}.tar.bz2 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.XLIPPv/_old 2015-11-10 10:03:37.000000000 +0100 +++ /var/tmp/diff_new_pack.XLIPPv/_new 2015-11-10 10:03:37.000000000 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/ClusterLabs/crmsh.git</param> - <param name="changesrevision">5f4ab3c5cfbc79d4858dc6cefbfa0311a3d0c67d</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">c640af66732c310de38b4cc37308eaff466ede66</param></service></servicedata> \ No newline at end of file ++++++ crmsh-2.2.0~rc3+git.1446121677.5f4ab3c.tar.bz2 -> crmsh-2.2.0~rc3+git.1447033314.c640af6.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh-2.2.0~rc3+git.1446121677.5f4ab3c/doc/crm.8.adoc new/crmsh-2.2.0~rc3+git.1447033314.c640af6/doc/crm.8.adoc --- old/crmsh-2.2.0~rc3+git.1446121677.5f4ab3c/doc/crm.8.adoc 2015-10-29 13:29:21.000000000 +0100 +++ new/crmsh-2.2.0~rc3+git.1447033314.c640af6/doc/crm.8.adoc 2015-11-09 03:13:51.000000000 +0100 @@ -2903,6 +2903,8 @@ import the contents into the current configuration. The file may be a CLI file or an XML file. +If the URL is `-`, the configuration is read from standard input. + Usage: ............... load [xml] <method> URL diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh-2.2.0~rc3+git.1446121677.5f4ab3c/modules/scripts.py new/crmsh-2.2.0~rc3+git.1447033314.c640af6/modules/scripts.py --- old/crmsh-2.2.0~rc3+git.1446121677.5f4ab3c/modules/scripts.py 2015-10-29 13:29:21.000000000 +0100 +++ new/crmsh-2.2.0~rc3+git.1447033314.c640af6/modules/scripts.py 2015-11-09 03:13:51.000000000 +0100 @@ -307,7 +307,7 @@ if self._action['template']: fn = self._run.str2tmp(str(Text.cib(self._run.script, open(self._value).read()))) self._value = fn - self._run.copy_file(self._nodes, self._value, self._action['to']) + self._run.copy_file(self._nodes, self._value, str(self._action['to'])) def _crm_do(self, act): fn = self._run.str2tmp(_join_script_lines(self._value)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh-2.2.0~rc3+git.1446121677.5f4ab3c/scripts/filesystem/main.yml new/crmsh-2.2.0~rc3+git.1447033314.c640af6/scripts/filesystem/main.yml --- old/crmsh-2.2.0~rc3+git.1446121677.5f4ab3c/scripts/filesystem/main.yml 2015-10-29 13:29:21.000000000 +0100 +++ new/crmsh-2.2.0~rc3+git.1447033314.c640af6/scripts/filesystem/main.yml 2015-11-09 03:13:51.000000000 +0100 @@ -22,6 +22,7 @@ required: false type: string ops: | + meta target-state=Stopped op start timeout=60s op stop timeout=60s op monitor interval=20s timeout=40s
