Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2018-01-17 21:58:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crmsh (Old)
 and      /work/SRC/openSUSE:Factory/.crmsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crmsh"

Wed Jan 17 21:58:24 2018 rev:138 rq:566488 version:4.0.0+git.1516124911.d66d9d1f

Changes:
--------
--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes      2018-01-13 
21:49:07.645934986 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2018-01-17 
21:59:32.643746783 +0100
@@ -1,0 +2,7 @@
+Tue Jan 16 17:50:14 UTC 2018 - kgronl...@suse.com
+
+- Update to version 4.0.0+git.1516124911.d66d9d1f:
+  * medium: constants: Add bundle to constants (bsc#1076239)
+  * low: xmlutil: Add bundle to sort (bsc#1076239)
+
+-------------------------------------------------------------------

Old:
----
  crmsh-4.0.0+git.1515767348.9561209c.tar.bz2

New:
----
  crmsh-4.0.0+git.1516124911.d66d9d1f.tar.bz2

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

Other differences:
------------------
++++++ crmsh.spec ++++++
--- /var/tmp/diff_new_pack.uX9dvW/_old  2018-01-17 21:59:33.247718474 +0100
+++ /var/tmp/diff_new_pack.uX9dvW/_new  2018-01-17 21:59:33.251718286 +0100
@@ -36,7 +36,7 @@
 Summary:        High Availability cluster command-line interface
 License:        GPL-2.0+
 Group:          %{pkg_group}
-Version:        4.0.0+git.1515767348.9561209c
+Version:        4.0.0+git.1516124911.d66d9d1f
 Release:        0
 Url:            http://crmsh.github.io
 Source0:        %{name}-%{version}.tar.bz2

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.uX9dvW/_old  2018-01-17 21:59:33.299716036 +0100
+++ /var/tmp/diff_new_pack.uX9dvW/_new  2018-01-17 21:59:33.299716036 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://github.com/ClusterLabs/crmsh.git</param>
-          <param 
name="changesrevision">9561209c80e799683eda21e4fc93c9740db8e42e</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">d66d9d1fcee2cb4f0f4b06beaa4f5140caeb67e3</param></service></servicedata>
\ No newline at end of file

++++++ crmsh-4.0.0+git.1515767348.9561209c.tar.bz2 -> 
crmsh-4.0.0+git.1516124911.d66d9d1f.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-4.0.0+git.1515767348.9561209c/crmsh/constants.py 
new/crmsh-4.0.0+git.1516124911.d66d9d1f/crmsh/constants.py
--- old/crmsh-4.0.0+git.1515767348.9561209c/crmsh/constants.py  2018-01-12 
15:29:08.000000000 +0100
+++ new/crmsh-4.0.0+git.1516124911.d66d9d1f/crmsh/constants.py  2018-01-16 
18:48:31.000000000 +0100
@@ -100,7 +100,7 @@
     "tag": "tag",
     "alert": "alert",
 }
-container_tags = ("group", "clone", "ms", "master")
+container_tags = ("group", "clone", "ms", "master", "bundle")
 clonems_tags = ("clone", "ms", "master")
 resource_tags = ("primitive", "group", "clone", "ms", "master", "template")
 constraint_tags = ("rsc_location", "rsc_colocation", "rsc_order", "rsc_ticket")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh-4.0.0+git.1515767348.9561209c/crmsh/xmlutil.py 
new/crmsh-4.0.0+git.1516124911.d66d9d1f/crmsh/xmlutil.py
--- old/crmsh-4.0.0+git.1515767348.9561209c/crmsh/xmlutil.py    2018-01-12 
15:29:08.000000000 +0100
+++ new/crmsh-4.0.0+git.1516124911.d66d9d1f/crmsh/xmlutil.py    2018-01-16 
18:48:31.000000000 +0100
@@ -832,7 +832,7 @@
 
 
 _sort_xml_order = make_sort_map('node',
-                                'template', 'primitive', 'group', 'master', 
'clone', 'op',
+                                'template', 'primitive', 'bundle', 'group', 
'master', 'clone', 'op',
                                 'tag',
                                 ['rsc_location', 'rsc_colocation', 
'rsc_order'],
                                 ['rsc_ticket', 'fencing-topology'],
@@ -841,7 +841,7 @@
                                 'alert')
 
 _sort_cli_order = make_sort_map('node',
-                                'rsc_template', 'primitive', 'group',
+                                'rsc_template', 'primitive', 'bundle', 'group',
                                 ['ms', 'master'], 'clone', 'op',
                                 'tag',
                                 ['location', 'colocation', 'collocation', 
'order'],


Reply via email to