Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/v0.14.0.tar.gz
|
SOURCES/v0.15.4.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
6c94c4e8961505c4b704248f77ed76f20892cd4d SOURCES/v0.14.0.tar.gz
|
2e9791bf98c5f1ac57c2ddf7be4dc04d59a9a6f3 SOURCES/v0.15.4.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: greenboot
|
Name: greenboot
|
||||||
Version: 0.14.0
|
Version: 0.15.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Generic Health Check Framework for systemd
|
Summary: Generic Health Check Framework for systemd
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
@ -76,6 +76,7 @@ install -DpZm 0644 usr/lib/systemd/system/*.service %{buildroot}%{_unitdir}
|
|||||||
install -DpZm 0644 usr/lib/tmpfiles.d/greenboot-status-motd.conf %{buildroot}%{_tmpfilesdir}/greenboot-status-motd.conf
|
install -DpZm 0644 usr/lib/tmpfiles.d/greenboot-status-motd.conf %{buildroot}%{_tmpfilesdir}/greenboot-status-motd.conf
|
||||||
install -DpZm 0755 usr/lib/greenboot/check/required.d/* %{buildroot}%{_prefix}/lib/%{name}/check/required.d
|
install -DpZm 0755 usr/lib/greenboot/check/required.d/* %{buildroot}%{_prefix}/lib/%{name}/check/required.d
|
||||||
install -DpZm 0755 usr/lib/greenboot/check/wanted.d/* %{buildroot}%{_prefix}/lib/%{name}/check/wanted.d
|
install -DpZm 0755 usr/lib/greenboot/check/wanted.d/* %{buildroot}%{_prefix}/lib/%{name}/check/wanted.d
|
||||||
|
install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{name}/greenboot.conf
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post greenboot-healthcheck.service
|
%systemd_post greenboot-healthcheck.service
|
||||||
@ -156,6 +157,7 @@ install -DpZm 0755 usr/lib/greenboot/check/wanted.d/* %{buildroot}%{_prefix}/lib
|
|||||||
%{_unitdir}/greenboot-rpm-ostree-grub2-check-fallback.service
|
%{_unitdir}/greenboot-rpm-ostree-grub2-check-fallback.service
|
||||||
%{_libexecdir}/%{name}/redboot-auto-reboot
|
%{_libexecdir}/%{name}/redboot-auto-reboot
|
||||||
%{_unitdir}/redboot-auto-reboot.service
|
%{_unitdir}/redboot-auto-reboot.service
|
||||||
|
%{_sysconfdir}/%{name}/greenboot.conf
|
||||||
|
|
||||||
%files default-health-checks
|
%files default-health-checks
|
||||||
%{_prefix}/lib/%{name}/check/required.d/01_repository_dns_check.sh
|
%{_prefix}/lib/%{name}/check/required.d/01_repository_dns_check.sh
|
||||||
@ -164,6 +166,28 @@ install -DpZm 0755 usr/lib/greenboot/check/wanted.d/* %{buildroot}%{_prefix}/lib
|
|||||||
%{_prefix}/lib/%{name}/check/required.d/02_watchdog.sh
|
%{_prefix}/lib/%{name}/check/required.d/02_watchdog.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 21 2023 Paul Whalen <pwhalen@fedoraproject.org> - 0.15.4-1
|
||||||
|
- Update to 0.15.4
|
||||||
|
- Resolves: rhbz#2170924
|
||||||
|
|
||||||
|
* Tue Nov 29 2022 Paul Whalen <pwhalen@fedoraproject.org> - 0.15.3-1
|
||||||
|
- The 0.15.3 release
|
||||||
|
- revert service-monitor
|
||||||
|
|
||||||
|
* Thu Sep 08 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 0.15.1-3
|
||||||
|
- Avoid running health checks if conditions aren't met
|
||||||
|
|
||||||
|
* Wed Aug 31 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 0.15.1-2
|
||||||
|
- disable DefaultDependencies to fix cycle error
|
||||||
|
|
||||||
|
* Tue Aug 09 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 0.15.1-1
|
||||||
|
- Add conf during installation
|
||||||
|
|
||||||
|
* Thu Jul 21 2022 Sayan Paul <saypaul@fedoraproject.org> - 0.15.0-1
|
||||||
|
- The 0.15.0 release
|
||||||
|
- Add service-monitor
|
||||||
|
- Resolves: rhbz#2053469
|
||||||
|
|
||||||
* Tue Jan 18 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 0.14.0-3
|
* Tue Jan 18 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 0.14.0-3
|
||||||
- Obsolete greenboot-status
|
- Obsolete greenboot-status
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user