Hello community,

here is the log from the commit of package health-checker for openSUSE:Factory 
checked in at 2019-03-22 14:53:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/health-checker (Old)
 and      /work/SRC/openSUSE:Factory/.health-checker.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "health-checker"

Fri Mar 22 14:53:50 2019 rev:10 rq:686921 version:1.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/health-checker/health-checker.changes    
2019-03-19 11:06:11.970103125 +0100
+++ /work/SRC/openSUSE:Factory/.health-checker.new.25356/health-checker.changes 
2019-03-22 14:53:55.686076426 +0100
@@ -1,0 +2,6 @@
+Wed Mar 20 13:17:09 CET 2019 - ku...@suse.de
+
+- Update to version 1.2.2
+  * Fix product namings
+
+-------------------------------------------------------------------

Old:
----
  health-checker-1.2.1.tar.xz

New:
----
  health-checker-1.2.2.tar.xz

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

Other differences:
------------------
++++++ health-checker.spec ++++++
--- /var/tmp/diff_new_pack.6nZRYm/_old  2019-03-22 14:53:57.034075610 +0100
+++ /var/tmp/diff_new_pack.6nZRYm/_new  2019-03-22 14:53:57.038075608 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           health-checker
-Version:        1.2.1
+Version:        1.2.2
 Release:        0
 Summary:        Service for verifying that important services are running
 License:        GPL-2.0-only

++++++ health-checker-1.2.1.tar.xz -> health-checker-1.2.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-checker-1.2.1/NEWS 
new/health-checker-1.2.2/NEWS
--- old/health-checker-1.2.1/NEWS       2019-03-13 15:06:06.000000000 +0100
+++ new/health-checker-1.2.2/NEWS       2019-03-19 15:28:12.000000000 +0100
@@ -2,6 +2,9 @@
 
 Copyright (C) 2017-2019 Thorsten Kukuk
 
+Version 1.2.2
+* Fix naming in systemd units
+
 Version 1.2.1
 * Fix telemetrics payload in success case
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-checker-1.2.1/README.md 
new/health-checker-1.2.2/README.md
--- old/health-checker-1.2.1/README.md  2019-02-04 10:23:51.000000000 +0100
+++ new/health-checker-1.2.2/README.md  2019-03-18 14:10:00.000000000 +0100
@@ -1,6 +1,6 @@
 # health-checker
 
-Check the state of a SUSE CaaSP system after a reboot.
+Check the state of a openSUSE MicroOS system after a reboot.
 
 
 ## How does this work?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-checker-1.2.1/configure 
new/health-checker-1.2.2/configure
--- old/health-checker-1.2.1/configure  2019-03-13 15:06:10.000000000 +0100
+++ new/health-checker-1.2.2/configure  2019-03-19 15:28:21.000000000 +0100
@@ -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.1.
+# Generated by GNU Autoconf 2.69 for health-checker 1.2.2.
 #
 #
 # 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.1'
-PACKAGE_STRING='health-checker 1.2.1'
+PACKAGE_VERSION='1.2.2'
+PACKAGE_STRING='health-checker 1.2.2'
 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.1 to adapt to many kinds of systems.
+\`configure' configures health-checker 1.2.2 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.1:";;
+     short | recursive ) echo "Configuration of health-checker 1.2.2:";;
    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.1
+health-checker configure 1.2.2
 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.1, which was
+It was created by health-checker $as_me 1.2.2, 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.1'
+ VERSION='1.2.2'
 
 
 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.1, which was
+This file was extended by health-checker $as_me 1.2.2, 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.1
+health-checker config.status 1.2.2
 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.1/configure.ac 
new/health-checker-1.2.2/configure.ac
--- old/health-checker-1.2.1/configure.ac       2019-03-13 15:05:40.000000000 
+0100
+++ new/health-checker-1.2.2/configure.ac       2019-03-19 15:27:52.000000000 
+0100
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(health-checker, 1.2.1)
+AC_INIT(health-checker, 1.2.2)
 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.1/plugins/health-check-tester.sh 
new/health-checker-1.2.2/plugins/health-check-tester.sh
--- old/health-checker-1.2.1/plugins/health-check-tester.sh     2019-02-04 
10:23:51.000000000 +0100
+++ new/health-checker-1.2.2/plugins/health-check-tester.sh     2019-03-18 
14:10:15.000000000 +0100
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 #
-# plugin to test basic functionality of CaaSP health checker
+# plugin to test basic functionality of MicroOS health checker
 #
 
 run_checks() {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-checker-1.2.1/systemd/health-checker.service 
new/health-checker-1.2.2/systemd/health-checker.service
--- old/health-checker-1.2.1/systemd/health-checker.service     2019-02-04 
10:38:51.000000000 +0100
+++ new/health-checker-1.2.2/systemd/health-checker.service     2019-03-18 
14:10:28.000000000 +0100
@@ -1,5 +1,5 @@
 [Unit]
-Description=CaaSP Health Checker
+Description=MicroOS Health Checker
 After=cloud-final.service
 After=crio.service
 After=etcd.service


Reply via email to