Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package crmsh for openSUSE:Factory checked in at 2023-09-29 21:13:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crmsh (Old) and /work/SRC/openSUSE:Factory/.crmsh.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "crmsh" Fri Sep 29 21:13:27 2023 rev:306 rq:1113957 version:4.5.0+20230928.7e006329 Changes: -------- --- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes 2023-09-20 13:33:09.091161684 +0200 +++ /work/SRC/openSUSE:Factory/.crmsh.new.28202/crmsh.changes 2023-09-29 21:14:31.107793536 +0200 @@ -1,0 +2,12 @@ +Thu Sep 28 03:29:51 UTC 2023 - XLiang@suse.com + +- Update to version 4.5.0+20230928.7e006329: + * Fix: report: Pick 'gzip' as the first compress prog for cross-platform compatibility(bsc#1215438) + +------------------------------------------------------------------- +Fri Sep 22 09:58:56 UTC 2023 - XLiang@suse.com + +- Update to version 4.5.0+20230922.100fb67b: + * Fix: constants: Add several resource meta attributes (bsc#1215319) + +------------------------------------------------------------------- Old: ---- crmsh-4.5.0+20230920.7a060972.tar.bz2 New: ---- crmsh-4.5.0+20230928.7e006329.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crmsh.spec ++++++ --- /var/tmp/diff_new_pack.TZ9zIK/_old 2023-09-29 21:14:32.555845781 +0200 +++ /var/tmp/diff_new_pack.TZ9zIK/_new 2023-09-29 21:14:32.555845781 +0200 @@ -36,7 +36,7 @@ Summary: High Availability cluster command-line interface License: GPL-2.0-or-later Group: %{pkg_group} -Version: 4.5.0+20230920.7a060972 +Version: 4.5.0+20230928.7e006329 Release: 0 URL: http://crmsh.github.io Source0: %{name}-%{version}.tar.bz2 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.TZ9zIK/_old 2023-09-29 21:14:32.595847225 +0200 +++ /var/tmp/diff_new_pack.TZ9zIK/_new 2023-09-29 21:14:32.595847225 +0200 @@ -9,7 +9,7 @@ </service> <service name="tar_scm"> <param name="url">https://github.com/ClusterLabs/crmsh.git</param> - <param name="changesrevision">87f2182d748f0dd0d9b5c2e1a0d4c98bd1dfd148</param> + <param name="changesrevision">7e0063292ddebf59ab521979309992a2602a7566</param> </service> </servicedata> (No newline at EOF) ++++++ crmsh-4.5.0+20230920.7a060972.tar.bz2 -> crmsh-4.5.0+20230928.7e006329.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh-4.5.0+20230920.7a060972/crmsh/constants.py new/crmsh-4.5.0+20230928.7e006329/crmsh/constants.py --- old/crmsh-4.5.0+20230920.7a060972/crmsh/constants.py 2023-09-20 00:36:40.000000000 +0200 +++ new/crmsh-4.5.0+20230928.7e006329/crmsh/constants.py 2023-09-28 05:03:50.000000000 +0200 @@ -212,7 +212,8 @@ "migration-threshold", "priority", "multiple-active", "failure-timeout", "resource-stickiness", "target-role", "restart-type", "description", "remote-node", "requires", - "provides", "remote-port", "remote-addr", "remote-connect-timeout" + "provides", "remote-port", "remote-addr", "remote-connect-timeout", + "critical", "allow-unhealthy-nodes", "container-attribute-target" ) common_meta_attributes = ("priority", "target-role", "is-managed") group_meta_attributes = common_meta_attributes + ("container", ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh-4.5.0+20230920.7a060972/crmsh/report/utillib.py new/crmsh-4.5.0+20230928.7e006329/crmsh/report/utillib.py --- old/crmsh-4.5.0+20230920.7a060972/crmsh/report/utillib.py 2023-09-20 00:36:40.000000000 +0200 +++ new/crmsh-4.5.0+20230928.7e006329/crmsh/report/utillib.py 2023-09-28 05:03:50.000000000 +0200 @@ -1126,7 +1126,7 @@ def pick_compress(): - constants.COMPRESS_PROG = pick_first(["bzip2", "gzip", "xz"]) + constants.COMPRESS_PROG = pick_first(["gzip", "bzip2", "xz"]) if constants.COMPRESS_PROG: if constants.COMPRESS_PROG == "xz": constants.COMPRESS_EXT = ".xz"
participants (1)
-
Source-Sync