Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cluster-glue for openSUSE:Factory checked in at 2021-12-24 20:22:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cluster-glue (Old) and /work/SRC/openSUSE:Factory/.cluster-glue.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cluster-glue" Fri Dec 24 20:22:58 2021 rev:70 rq:942217 version:1.0.12+v1.git.1622055853.1753f5e0 Changes: -------- --- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes 2021-06-06 22:40:16.375351785 +0200 +++ /work/SRC/openSUSE:Factory/.cluster-glue.new.2520/cluster-glue.changes 2021-12-24 20:23:13.054020596 +0100 @@ -1,0 +2,5 @@ +Thu Dec 23 07:35:03 UTC 2021 - XinLiang <[email protected]> + +- hb_report.in: Add a warning for hb_report command is deprecated, guide user to use "crm report" directly (jsc#SLE-22499) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hb_report.in ++++++ --- /var/tmp/diff_new_pack.GBulGy/_old 2021-12-24 20:23:13.690020929 +0100 +++ /var/tmp/diff_new_pack.GBulGy/_new 2021-12-24 20:23:13.690020929 +0100 @@ -12,6 +12,8 @@ exit 1 } [ "$(basename "$PARENT_COMMAND")" = "crm" ] && die "called itself in a loop, aborting" + +echo "WARNING: Command \"$PROG\" is deprecated, please use \"crm report\"" if which crm > /dev/null 2>&1; then crm report "$@" elif [ -x /usr/sbin/crm ]; then
