-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: saypaul <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%global debug_package %{nil} | ||
|
||
Name: greenboot | ||
Version: 0.15.6 | ||
Version: 0.15.7 | ||
Release: 1%{?dist} | ||
Summary: Generic Health Check Framework for systemd | ||
License: LGPL-2.1-or-later | ||
|
@@ -176,6 +176,12 @@ fi | |
%{_prefix}/lib/%{name}/check/required.d/02_watchdog.sh | ||
|
||
%changelog | ||
* Thu Oct 31 2024 Sayan Paul <[email protected]> - 0.15.7-1 | ||
- Update to 0.15.7 | ||
- Reword warning message for disabled checks | ||
- Fixed the issue that boot_counter cannot be unset and some scripts do not have executable permissions | ||
- Packit: only use IoT relevant branches | ||
|
||
* Tue Sep 10 2024 Paul Whalen <[email protected]> - 0.15.6-1 | ||
- Update to 0.15.6 | ||
|
||
|