Accepting request 1138157 from devel:microos

- 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/request/show/1138157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/health-checker?expand=0&rev=23
This commit is contained in:
Ana Guerrero 2024-01-12 22:44:56 +00:00 committed by Git OBS Bridge
commit da09d1ccfe
6 changed files with 36 additions and 5 deletions

14
_service Normal file
View File

@ -0,0 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">1.10</param>
<param name="versionformat">1.10+git%cd.%h</param>
<param name="url">https://github.com/openSUSE/health-checker.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

5
_servicedata Normal file
View File

@ -0,0 +1,5 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/health-checker.git</param>
<param name="changesrevision">cb84209fd0bc4a9e05d96b85e0a60f90209f3e06</param></service>
</servicedata>

BIN
health-checker-1.10+git20240111.cb84209.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2dddde3e2cb8ab57911eda5ed745afe5c961bfdcdb2eaef4da2458abf83caee
size 74124

View File

@ -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 <iforster@suse.com>

View File

@ -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}