- 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
This commit is contained in:
parent
9ccba663ad
commit
ec9d01a66c
14
_service
Normal file
14
_service
Normal 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
5
_servicedata
Normal 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
BIN
health-checker-1.10+git20240111.cb84209.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2dddde3e2cb8ab57911eda5ed745afe5c961bfdcdb2eaef4da2458abf83caee
|
||||
size 74124
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user