From da973b004f212bf97cbb9e0da3f7bc6b9563972df96ca2de89932da2291a55cb Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 31 May 2017 10:19:56 +0000 Subject: [PATCH] Accepting request 499649 from devel:CaaSP 1 OBS-URL: https://build.opensuse.org/request/show/499649 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/health-checker?expand=0&rev=2 --- health-checker.changes | 5 +++++ health-checker.spec | 20 +++++++++++--------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/health-checker.changes b/health-checker.changes index c3eee7e..da70e98 100644 --- a/health-checker.changes +++ b/health-checker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 25 07:36:23 UTC 2017 - jengelh@inai.de + +- Resolve orthographical issues in descriptions. + ------------------------------------------------------------------- Thu May 18 13:51:44 CEST 2017 - kukuk@suse.de diff --git a/health-checker.spec b/health-checker.spec index 1b988c8..534112b 100644 --- a/health-checker.spec +++ b/health-checker.spec @@ -32,27 +32,29 @@ Requires: health-checker-plugins = 1.0 %{?systemd_requires} %description -health-checker is a service running once at every reboot to verify, +health-checker is a service running once at every reboot to verify that all important services are running. If it is the first reboot after an update, an automatic rollback to the last working snapshot is made. If this is not after an update, a reboot is made. If this does not help, the services will be disabled. -This package does not contain any checks, for this, additional +This package does not contain any checks. For this, additional plugins for different products are needed. %package plugins-caasp -Summary: Health-checker plugins for SUSE CaaS Platform -Requires: %{name} >= %{version} -Provides: health-checker-plugins = 1.0 +Summary: Health-checker plugins for SUSE CaaS Platform +Group: System/Base +Requires: %{name} >= %{version} +Provides: health-checker-plugins = 1.0 %description plugins-caasp This package contains health-checker plugins for testing that -SUSE CaaS Platform did boot correct. +the SUSE CaaS Platform did boot correctly. %package testing -Summary: Test plugin for health-checker -Requires: %{name} >= %{version} -Provides: health-checker-plugins = 1.0 +Summary: Test plugin for health-checker +Group: System/Base +Requires: %{name} >= %{version} +Provides: health-checker-plugins = 1.0 %description testing This package contains a script for testing the CaaSP health checker.