Compare commits

...

2 Commits

Author SHA1 Message Date
AlmaLinux RelEng Bot
1972d33a44 import CS greenboot-rs-0.16.4-0.el9 2026-09-03 07:43:08 -04:00
AlmaLinux RelEng Bot
89460b3469 import CS greenboot-rs-0.16.3-0.el9 2026-04-16 05:02:00 -04:00
8 changed files with 19 additions and 24 deletions

View File

@ -1 +0,0 @@
1

8
.gitignore vendored
View File

@ -1,6 +1,2 @@
/greenboot-rs-0.16.1-vendor-patched.tar.xz
/greenboot-rs-0.16.1.tar.gz
/greenboot-rs-0.16.2.tar.gz
/greenboot-rs-0.16.2-vendor-patched.tar.xz
/greenboot-rs-0.16.3.tar.gz
/greenboot-rs-0.16.3-vendor-patched.tar.xz
SOURCES/greenboot-rs-0.16.4-vendor-patched.tar.xz
SOURCES/greenboot-rs-0.16.4.tar.gz

2
.greenboot-rs.metadata Normal file
View File

@ -0,0 +1,2 @@
d63b4d4c0f1538367f0919c6a854f3cc7c52de59 SOURCES/greenboot-rs-0.16.4-vendor-patched.tar.xz
da67e715eb4cb33f0cedb0f67fb8238fcb590ce6 SOURCES/greenboot-rs-0.16.4.tar.gz

View File

@ -7,7 +7,7 @@
%bcond bundled_rust_deps %{defined rhel}
Name: greenboot-rs
Version: 0.16.3
Version: 0.16.4
Release: 0%{?dist}
Summary: Generic Health Check Framework for systemd
# Aggregated license of statically linked dependencies as per %%cargo_license_summary
@ -34,7 +34,7 @@ automated rollback actions if it's not.
%package -n %{pkgname}
Summary: %{summary}
%{?systemd_requires}
%{?systemd_ordering}
Requires: systemd >= 240
Requires: rpm-ostree
Requires: pam >= 1.4.0
@ -101,14 +101,18 @@ install -DpZm 0755 usr/lib/greenboot/check/wanted.d/* %{buildroot}%{_prefix}/lib
install -DpZm 0644 usr/lib/systemd/system/greenboot-healthcheck.service.d/10-network-online.conf %{buildroot}%{_unitdir}/greenboot-healthcheck.service.d/10-network-online.conf
%post -n %{pkgname}
if [ -d /run/systemd/system ]; then
%systemd_post greenboot-healthcheck.service
%systemd_post greenboot-set-rollback-trigger.service
%systemd_post greenboot-success.target
fi
%preun -n %{pkgname}
if [ -d /run/systemd/system ]; then
%systemd_preun greenboot-healthcheck.service
%systemd_preun greenboot-set-rollback-trigger.service
%systemd_preun greenboot-success.target
fi
%postun -n %{pkgname}
%systemd_postun greenboot-healthcheck.service
@ -146,6 +150,15 @@ install -DpZm 0644 usr/lib/systemd/system/greenboot-healthcheck.service.d/10-net
%{_unitdir}/greenboot-healthcheck.service.d/10-network-online.conf
%changelog
* Tue Aug 18 2026 Sayan Paul <saypaul@redhat.com> - 0.16.4
- Fixed false warning on first time boot
- Added detection of grub fallback on faulty kernel
- Fixed red.d script stdout/stderr not logged
- Fixed CI tests
* Wed Mar 11 2026 Sayan Paul <saypaul@redhat.com> - 0.16.3
- fix os deployment type detection
* Wed Jan 21 2026 Sayan Paul <saypaul@redhat.com> - 0.16.2
- restrict manual restart of healthcheck service
- fixed error while running healtcheck inside container

View File

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1,4 +0,0 @@
execute:
how: tmt
discover:
how: fmf

View File

@ -1,2 +0,0 @@
SHA512 (greenboot-rs-0.16.3.tar.gz) = c411cdca4496e2e24ec56b9cbcc46cd7a5f9f74f037a6ef466a0d40cd893191fafca80a47022ca59e74d08d1dbb1708344affdcc5988d93b521bf3327b30b1b9
SHA512 (greenboot-rs-0.16.3-vendor-patched.tar.xz) = 5d75567f445de8d50f63a2b32fd2652d283d24b406d23d9f1e9e5d48f7ad7e709042b6e1055fb6e8f8bc2aed034520cb0299507a86ed2720746259b9c2110d17

View File

@ -1,3 +0,0 @@
test: /usr/libexec/greenboot/greenboot --version
require:
- greenboot