Hello community, here is the log from the commit of package health-checker for openSUSE:Factory checked in at 2019-05-10 09:14:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/health-checker (Old) and /work/SRC/openSUSE:Factory/.health-checker.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "health-checker" Fri May 10 09:14:04 2019 rev:11 rq:701115 version:1.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/health-checker/health-checker.changes 2019-03-22 14:53:55.686076426 +0100 +++ /work/SRC/openSUSE:Factory/.health-checker.new.5148/health-checker.changes 2019-05-10 09:14:09.463781778 +0200 @@ -1,0 +2,6 @@ +Mon May 6 15:57:27 CEST 2019 - [email protected] + +- Update to version 1.2.3 + * Fix crio RPM name + +------------------------------------------------------------------- Old: ---- health-checker-1.2.2.tar.xz New: ---- health-checker-1.2.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ health-checker.spec ++++++ --- /var/tmp/diff_new_pack.gofOrV/_old 2019-05-10 09:14:10.007783331 +0200 +++ /var/tmp/diff_new_pack.gofOrV/_new 2019-05-10 09:14:10.011783342 +0200 @@ -17,7 +17,7 @@ Name: health-checker -Version: 1.2.2 +Version: 1.2.3 Release: 0 Summary: Service for verifying that important services are running License: GPL-2.0-only ++++++ health-checker-1.2.2.tar.xz -> health-checker-1.2.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/health-checker-1.2.2/NEWS new/health-checker-1.2.3/NEWS --- old/health-checker-1.2.2/NEWS 2019-03-19 15:28:12.000000000 +0100 +++ new/health-checker-1.2.3/NEWS 2019-05-06 15:56:36.000000000 +0200 @@ -2,6 +2,9 @@ Copyright (C) 2017-2019 Thorsten Kukuk +Version 1.2.3 +* Fix name of crio RPM + Version 1.2.2 * Fix naming in systemd units diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/health-checker-1.2.2/configure new/health-checker-1.2.3/configure --- old/health-checker-1.2.2/configure 2019-03-19 15:28:21.000000000 +0100 +++ new/health-checker-1.2.3/configure 2019-05-06 15:56:16.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for health-checker 1.2.2. +# Generated by GNU Autoconf 2.69 for health-checker 1.2.3. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -576,8 +576,8 @@ # Identity of this package. PACKAGE_NAME='health-checker' PACKAGE_TARNAME='health-checker' -PACKAGE_VERSION='1.2.2' -PACKAGE_STRING='health-checker 1.2.2' +PACKAGE_VERSION='1.2.3' +PACKAGE_STRING='health-checker 1.2.3' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1210,7 +1210,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures health-checker 1.2.2 to adapt to many kinds of systems. +\`configure' configures health-checker 1.2.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1276,7 +1276,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of health-checker 1.2.2:";; + short | recursive ) echo "Configuration of health-checker 1.2.3:";; esac cat <<\_ACEOF @@ -1356,7 +1356,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -health-checker configure 1.2.2 +health-checker configure 1.2.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1373,7 +1373,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by health-checker $as_me 1.2.2, which was +It was created by health-checker $as_me 1.2.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2236,7 +2236,7 @@ # Define the identity of the package. PACKAGE='health-checker' - VERSION='1.2.2' + VERSION='1.2.3' cat >>confdefs.h <<_ACEOF @@ -3121,7 +3121,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by health-checker $as_me 1.2.2, which was +This file was extended by health-checker $as_me 1.2.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3174,7 +3174,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -health-checker config.status 1.2.2 +health-checker config.status 1.2.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/health-checker-1.2.2/configure.ac new/health-checker-1.2.3/configure.ac --- old/health-checker-1.2.2/configure.ac 2019-03-19 15:27:52.000000000 +0100 +++ new/health-checker-1.2.3/configure.ac 2019-05-06 15:56:04.000000000 +0200 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(health-checker, 1.2.2) +AC_INIT(health-checker, 1.2.3) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([sbin/health-checker.in]) AC_PREFIX_DEFAULT(/usr) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/health-checker-1.2.2/plugins/crio.sh new/health-checker-1.2.3/plugins/crio.sh --- old/health-checker-1.2.2/plugins/crio.sh 2019-02-04 10:47:01.000000000 +0100 +++ new/health-checker-1.2.3/plugins/crio.sh 2019-05-06 15:55:54.000000000 +0200 @@ -2,8 +2,8 @@ run_checks() { # Check first if it is installed: - rpm -q --quiet crio - test $? -ne && return + rpm -q --quiet cri-o + test $? -ne 0 && return # ignore if crio is not enabled. systemctl is-enabled -q crio
