From ec9d01a66c204559f9d8f74b5dc04ea15f50af23e2ce1a3a1d305b0af0bfdf09 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 11 Jan 2024 16:14:09 +0000 Subject: [PATCH] - Update to version 1.10+git20240111.cb84209: * Add missing rule for health-checker.service.8 * Don't generate html documentation * Fixing some typo's and improving the UX of the health-checker output * Fix a typo in README.md OBS-URL: https://build.opensuse.org/package/show/devel:microos/health-checker?expand=0&rev=10 --- _service | 14 ++++++++++++++ _servicedata | 5 +++++ health-checker-1.10+git20240111.cb84209.tar.xz | 3 +++ health-checker-1.10.tar.xz | 3 --- health-checker.changes | 9 +++++++++ health-checker.spec | 7 +++++-- 6 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 _service create mode 100644 _servicedata create mode 100644 health-checker-1.10+git20240111.cb84209.tar.xz delete mode 100644 health-checker-1.10.tar.xz diff --git a/_service b/_service new file mode 100644 index 0000000..073d7c8 --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + 1.10 + 1.10+git%cd.%h + https://github.com/openSUSE/health-checker.git + git + enable + + + xz + *.tar + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..bfce9e2 --- /dev/null +++ b/_servicedata @@ -0,0 +1,5 @@ + + + https://github.com/openSUSE/health-checker.git + cb84209fd0bc4a9e05d96b85e0a60f90209f3e06 + \ No newline at end of file diff --git a/health-checker-1.10+git20240111.cb84209.tar.xz b/health-checker-1.10+git20240111.cb84209.tar.xz new file mode 100644 index 0000000..e28db36 --- /dev/null +++ b/health-checker-1.10+git20240111.cb84209.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6962c6001caa70f28e8ed243b3d6d54040c4f044f8c6f8c77293603c592616 +size 20940 diff --git a/health-checker-1.10.tar.xz b/health-checker-1.10.tar.xz deleted file mode 100644 index cfa7fe6..0000000 --- a/health-checker-1.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2dddde3e2cb8ab57911eda5ed745afe5c961bfdcdb2eaef4da2458abf83caee -size 74124 diff --git a/health-checker.changes b/health-checker.changes index 0f6d5c1..ed04291 100644 --- a/health-checker.changes +++ b/health-checker.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jan 11 16:11:56 UTC 2024 - kukuk@suse.com + +- Update to version 1.10+git20240111.cb84209: + * Add missing rule for health-checker.service.8 + * Don't generate html documentation + * Fixing some typo's and improving the UX of the health-checker output + * Fix a typo in README.md + ------------------------------------------------------------------- Fri Sep 15 12:19:21 UTC 2023 - Ignaz Forster diff --git a/health-checker.spec b/health-checker.spec index dcee403..37d8201 100644 --- a/health-checker.spec +++ b/health-checker.spec @@ -1,7 +1,7 @@ # # spec file for package health-checker # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,15 @@ %define _dracutmoduledir %(pkg-config --variable=dracutmodulesdir dracut) Name: health-checker -Version: 1.10 +Version: 1.10+git20240111.cb84209 Release: 0 Summary: Service for verifying that important services are running License: GPL-2.0-only Group: System/Base URL: https://github.com/kubic-project/health-checker Source: health-checker-%{version}.tar.xz +BuildRequires: automake +BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes BuildRequires: suse-module-tools BuildRequires: pkgconfig(dracut) @@ -86,6 +88,7 @@ It will report success or failures depending on previous states. %setup -q -n health-checker-%{version} %build +./autogen.sh %configure make %{?_smp_mflags}