2021-01-16 14:22:29 +00:00
|
|
|
%global debug_package %{nil}
|
|
|
|
|
2018-10-08 08:58:02 +00:00
|
|
|
Name: greenboot
|
2024-08-26 09:52:01 +00:00
|
|
|
Version: 0.15.5
|
|
|
|
Release: 2%{?dist}
|
2018-10-08 08:58:02 +00:00
|
|
|
Summary: Generic Health Check Framework for systemd
|
2023-07-27 15:31:56 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2019-02-14 18:39:28 +00:00
|
|
|
|
2020-04-03 13:39:04 +00:00
|
|
|
%global repo_owner fedora-iot
|
2019-02-14 18:39:28 +00:00
|
|
|
%global repo_name %{name}
|
|
|
|
%global repo_tag v%{version}
|
|
|
|
|
|
|
|
URL: https://github.com/%{repo_owner}/%{repo_name}
|
2022-11-29 14:42:03 +00:00
|
|
|
Source0: https://github.com/%{repo_owner}/%{repo_name}/archive/%{repo_tag}.tar.gz
|
2018-10-08 08:58:02 +00:00
|
|
|
|
2021-01-16 14:22:29 +00:00
|
|
|
ExcludeArch: s390x
|
2019-02-14 18:39:28 +00:00
|
|
|
BuildRequires: systemd-rpm-macros
|
2018-10-08 08:58:02 +00:00
|
|
|
%{?systemd_requires}
|
2021-09-01 14:14:13 +00:00
|
|
|
Requires: systemd >= 240
|
2021-11-10 11:50:37 +00:00
|
|
|
Requires: grub2-tools-minimal
|
|
|
|
Requires: rpm-ostree
|
2024-08-26 09:52:01 +00:00
|
|
|
Requires: bootupd
|
2019-04-01 13:08:30 +00:00
|
|
|
# PAM is required to programatically read motd messages from /etc/motd.d/*
|
2021-11-10 11:50:37 +00:00
|
|
|
# This causes issues with RHEL-8 as the fix isn't there an el8 is on pam-1.3.x
|
|
|
|
Requires: pam >= 1.4.0
|
2019-04-01 13:08:30 +00:00
|
|
|
# While not strictly necessary to generate the motd, the main use-case of this package is to display it on SSH login
|
|
|
|
Recommends: openssh
|
2021-11-10 11:50:37 +00:00
|
|
|
Provides: greenboot-auto-update-fallback
|
|
|
|
Obsoletes: greenboot-auto-update-fallback <= 0.12.0
|
|
|
|
Provides: greenboot-grub2
|
|
|
|
Obsoletes: greenboot-grub2 <= 0.12.0
|
|
|
|
Provides: greenboot-reboot
|
|
|
|
Obsoletes: greenboot-reboot <= 0.12.0
|
2022-01-18 17:51:23 +00:00
|
|
|
Provides: greenboot-status
|
|
|
|
Obsoletes: greenboot-status <= 0.12.0
|
2021-11-10 11:50:37 +00:00
|
|
|
Provides: greenboot-rpm-ostree-grub2
|
|
|
|
Obsoletes: greenboot-rpm-ostree-grub2 <= 0.12.0
|
2018-10-08 08:58:02 +00:00
|
|
|
|
2021-11-10 11:50:37 +00:00
|
|
|
%description
|
2018-10-08 08:58:02 +00:00
|
|
|
%{summary}.
|
|
|
|
|
2021-11-10 11:50:37 +00:00
|
|
|
%package default-health-checks
|
2021-11-18 12:01:42 +00:00
|
|
|
Summary: Series of optional and curated health checks
|
2021-09-01 14:14:13 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2021-11-18 12:01:42 +00:00
|
|
|
Requires: util-linux
|
|
|
|
Requires: jq
|
2021-11-10 11:50:37 +00:00
|
|
|
Provides: greenboot-update-platforms-check
|
|
|
|
Obsoletes: greenboot-update-platforms-check <= 0.12.0
|
2021-09-01 14:14:13 +00:00
|
|
|
|
2021-11-10 11:50:37 +00:00
|
|
|
%description default-health-checks
|
2021-09-01 14:14:13 +00:00
|
|
|
%{summary}.
|
|
|
|
|
2018-10-08 08:58:02 +00:00
|
|
|
%prep
|
2022-11-29 14:42:03 +00:00
|
|
|
%setup -q
|
2018-10-08 08:58:02 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2020-04-03 13:39:04 +00:00
|
|
|
mkdir -p %{buildroot}%{_exec_prefix}/lib/motd.d/
|
|
|
|
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
2018-10-08 08:58:02 +00:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/check/required.d
|
|
|
|
mkdir %{buildroot}%{_sysconfdir}/%{name}/check/wanted.d
|
|
|
|
mkdir %{buildroot}%{_sysconfdir}/%{name}/green.d
|
|
|
|
mkdir %{buildroot}%{_sysconfdir}/%{name}/red.d
|
2021-11-10 11:50:37 +00:00
|
|
|
mkdir -p %{buildroot}%{_prefix}/lib/%{name}/check/required.d
|
|
|
|
mkdir %{buildroot}%{_prefix}/lib/%{name}/check/wanted.d
|
|
|
|
mkdir %{buildroot}%{_prefix}/lib/%{name}/green.d
|
|
|
|
mkdir %{buildroot}%{_prefix}/lib/%{name}/red.d
|
2024-08-26 09:52:01 +00:00
|
|
|
install -D -t %{buildroot}%{_prefix}/lib/bootupd/grub2-static/configs.d grub2/greenboot.cfg
|
2019-04-01 13:08:30 +00:00
|
|
|
mkdir -p %{buildroot}%{_unitdir}
|
2021-09-01 14:14:13 +00:00
|
|
|
mkdir -p %{buildroot}%{_unitdir}/greenboot-healthcheck.service.d
|
2020-04-03 13:39:04 +00:00
|
|
|
mkdir -p %{buildroot}%{_tmpfilesdir}
|
|
|
|
install -DpZm 0755 usr/libexec/greenboot/* %{buildroot}%{_libexecdir}/%{name}
|
2019-04-01 13:08:30 +00:00
|
|
|
install -DpZm 0644 usr/lib/motd.d/boot-status %{buildroot}%{_exec_prefix}/lib/motd.d/boot-status
|
2021-09-01 14:14:13 +00:00
|
|
|
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
|
|
|
|
install -DpZm 0644 usr/lib/systemd/system/*.target %{buildroot}%{_unitdir}
|
|
|
|
install -DpZm 0644 usr/lib/systemd/system/*.service %{buildroot}%{_unitdir}
|
2019-04-01 13:08:30 +00:00
|
|
|
install -DpZm 0644 usr/lib/tmpfiles.d/greenboot-status-motd.conf %{buildroot}%{_tmpfilesdir}/greenboot-status-motd.conf
|
2021-11-10 11:50:37 +00:00
|
|
|
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
|
2022-08-09 12:16:42 +00:00
|
|
|
install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{name}/greenboot.conf
|
2018-10-08 08:58:02 +00:00
|
|
|
|
|
|
|
%post
|
|
|
|
%systemd_post greenboot-healthcheck.service
|
2021-09-01 14:14:13 +00:00
|
|
|
%systemd_post greenboot-loading-message.service
|
2020-05-27 12:36:27 +00:00
|
|
|
%systemd_post greenboot-task-runner.service
|
|
|
|
%systemd_post redboot-task-runner.service
|
2019-04-01 13:08:30 +00:00
|
|
|
%systemd_post redboot.target
|
2021-11-10 11:50:37 +00:00
|
|
|
%systemd_post greenboot-status.service
|
2019-04-01 13:08:30 +00:00
|
|
|
%systemd_post greenboot-grub2-set-counter.service
|
|
|
|
%systemd_post greenboot-grub2-set-success.service
|
|
|
|
%systemd_post greenboot-rpm-ostree-grub2-check-fallback.service
|
2021-11-10 11:50:37 +00:00
|
|
|
%systemd_post redboot-auto-reboot.service
|
2018-10-08 08:58:02 +00:00
|
|
|
|
2021-11-10 11:50:37 +00:00
|
|
|
%post default-health-checks
|
2021-09-01 14:14:13 +00:00
|
|
|
%systemd_post greenboot-loading-message.service
|
|
|
|
|
2018-10-08 08:58:02 +00:00
|
|
|
%preun
|
|
|
|
%systemd_preun greenboot-healthcheck.service
|
2021-09-01 14:14:13 +00:00
|
|
|
%systemd_preun greenboot-loading-message.service
|
2020-05-27 12:36:27 +00:00
|
|
|
%systemd_preun greenboot-task-runner.service
|
|
|
|
%systemd_preun redboot-task-runner.service
|
2019-04-01 13:08:30 +00:00
|
|
|
%systemd_preun redboot.target
|
2021-11-10 11:50:37 +00:00
|
|
|
%systemd_preun greenboot-status.service
|
2019-04-01 13:08:30 +00:00
|
|
|
%systemd_preun greenboot-grub2-set-counter.service
|
|
|
|
%systemd_preun greenboot-grub2-set-success.service
|
|
|
|
%systemd_preun greenboot-rpm-ostree-grub2-check-fallback.service
|
2018-10-08 08:58:02 +00:00
|
|
|
|
2021-11-10 11:50:37 +00:00
|
|
|
%preun default-health-checks
|
2021-09-01 14:14:13 +00:00
|
|
|
%systemd_preun greenboot-loading-message.service
|
|
|
|
|
2018-10-08 08:58:02 +00:00
|
|
|
%postun
|
2019-04-01 13:08:30 +00:00
|
|
|
%systemd_postun greenboot-healthcheck.service
|
2021-09-01 14:14:13 +00:00
|
|
|
%systemd_postun greenboot-loading-message.service
|
2020-05-27 12:36:27 +00:00
|
|
|
%systemd_postun greenboot-task-runner.service
|
|
|
|
%systemd_postun redboot-task-runner.service
|
2019-04-01 13:08:30 +00:00
|
|
|
%systemd_postun redboot.target
|
2021-11-10 11:50:37 +00:00
|
|
|
%systemd_postun greenboot-status.service
|
2019-04-01 13:08:30 +00:00
|
|
|
%systemd_postun greenboot-grub2-set-counter.service
|
|
|
|
%systemd_postun greenboot-grub2-set-success.service
|
|
|
|
%systemd_postun greenboot-rpm-ostree-grub2-check-fallback.service
|
2018-10-08 08:58:02 +00:00
|
|
|
|
2021-11-10 11:50:37 +00:00
|
|
|
%postun default-health-checks
|
2021-09-01 14:14:13 +00:00
|
|
|
%systemd_postun greenboot-loading-message.service
|
|
|
|
|
2018-10-08 08:58:02 +00:00
|
|
|
%files
|
|
|
|
%license LICENSE
|
2024-08-26 09:52:01 +00:00
|
|
|
%doc README.md
|
|
|
|
%dir %{_sysconfdir}/%{name}
|
|
|
|
%dir %{_sysconfdir}/%{name}/check
|
|
|
|
%dir %{_sysconfdir}/%{name}/check/required.d
|
|
|
|
%dir %{_sysconfdir}/%{name}/check/wanted.d
|
|
|
|
%dir %{_sysconfdir}/%{name}/green.d
|
|
|
|
%dir %{_sysconfdir}/%{name}/red.d
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/greenboot.conf
|
2021-11-10 11:50:37 +00:00
|
|
|
%dir %{_prefix}/lib/%{name}
|
|
|
|
%dir %{_prefix}/lib/%{name}/check
|
|
|
|
%dir %{_prefix}/lib/%{name}/check/required.d
|
|
|
|
%{_prefix}/lib/%{name}/check/required.d/00_required_scripts_start.sh
|
|
|
|
%dir %{_prefix}/lib/%{name}/check/wanted.d
|
|
|
|
%{_prefix}/lib/%{name}/check/wanted.d/00_wanted_scripts_start.sh
|
|
|
|
%dir %{_prefix}/lib/%{name}/green.d
|
|
|
|
%dir %{_prefix}/lib/%{name}/red.d
|
2019-02-14 18:39:28 +00:00
|
|
|
%{_exec_prefix}/lib/motd.d/boot-status
|
2019-04-01 13:08:30 +00:00
|
|
|
%{_tmpfilesdir}/greenboot-status-motd.conf
|
2024-08-26 09:52:01 +00:00
|
|
|
%{_prefix}/lib/bootupd/grub2-static/configs.d/*.cfg
|
|
|
|
%dir %{_libexecdir}/%{name}
|
|
|
|
%{_libexecdir}/%{name}/%{name}
|
|
|
|
%{_libexecdir}/%{name}/greenboot-grub2-set-success
|
|
|
|
%{_libexecdir}/%{name}/greenboot-boot-remount
|
2019-04-01 13:08:30 +00:00
|
|
|
%{_libexecdir}/%{name}/greenboot-grub2-set-counter
|
2024-08-26 09:52:01 +00:00
|
|
|
%{_libexecdir}/%{name}/greenboot-loading-message
|
|
|
|
%{_libexecdir}/%{name}/greenboot-status
|
2021-11-10 11:50:37 +00:00
|
|
|
%{_libexecdir}/%{name}/greenboot-rpm-ostree-grub2-check-fallback
|
2020-04-03 13:39:04 +00:00
|
|
|
%{_libexecdir}/%{name}/redboot-auto-reboot
|
2024-08-26 09:52:01 +00:00
|
|
|
%{_unitdir}/greenboot-grub2-set-counter.service
|
|
|
|
%{_unitdir}/greenboot-grub2-set-success.service
|
|
|
|
%{_unitdir}/greenboot-healthcheck.service
|
|
|
|
%{_unitdir}/greenboot-loading-message.service
|
|
|
|
%{_unitdir}/greenboot-status.service
|
|
|
|
%{_unitdir}/greenboot-task-runner.service
|
|
|
|
%{_unitdir}/greenboot-rpm-ostree-grub2-check-fallback.service
|
|
|
|
%{_unitdir}/redboot.target
|
2019-04-01 13:08:30 +00:00
|
|
|
%{_unitdir}/redboot-auto-reboot.service
|
2024-08-26 09:52:01 +00:00
|
|
|
%{_unitdir}/redboot-task-runner.service
|
2018-10-08 08:58:02 +00:00
|
|
|
|
2021-11-10 11:50:37 +00:00
|
|
|
%files default-health-checks
|
|
|
|
%{_prefix}/lib/%{name}/check/required.d/01_repository_dns_check.sh
|
|
|
|
%{_prefix}/lib/%{name}/check/wanted.d/01_update_platforms_check.sh
|
2021-09-01 14:14:13 +00:00
|
|
|
%{_unitdir}/greenboot-healthcheck.service.d/10-network-online.conf
|
2021-11-18 12:01:42 +00:00
|
|
|
%{_prefix}/lib/%{name}/check/required.d/02_watchdog.sh
|
2021-07-22 07:04:44 +00:00
|
|
|
|
2021-09-01 14:14:13 +00:00
|
|
|
%changelog
|
2024-08-26 09:52:01 +00:00
|
|
|
* Thu Aug 22 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 0.15.5-2
|
|
|
|
- Reorder files, don't overwrite configs on update
|
|
|
|
|
|
|
|
* Fri Aug 16 2024 Sayan Paul <paul.sayan@gmail.com> - 0.15.5-1
|
|
|
|
- The 0.15.5 release
|
|
|
|
- Auto-detect image type and use correct rollback
|
|
|
|
- Support for read only /boot mount
|
|
|
|
- Warn users of missing disabled healthchecks
|
|
|
|
- Add feature to disable healthchecks
|
|
|
|
|
|
|
|
* Fri Feb 17 2023 Paul Whalen <pwhalen@fedoraproject.org> - 0.15.4-1
|
|
|
|
- The 0.15.4 release
|
|
|
|
- Fix update_platforms_check script
|
|
|
|
|
|
|
|
* Mon Nov 28 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.2-1
|
|
|
|
- The 0.15.2 release
|
|
|
|
|
2024-06-24 15:45:27 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.15.4-6
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-24 21:00:00 +00:00
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-20 21:28:56 +00:00
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-07-27 15:31:56 +00:00
|
|
|
* Thu Jul 27 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 0.15.4-3
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
2023-07-20 05:32:40 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-02-20 19:50:42 +00:00
|
|
|
* Mon Feb 20 2023 Packit <hello@packit.dev> - 0.15.4-1
|
|
|
|
- Release v0.15.4 (Paul Whalen)
|
|
|
|
- checks: update assignment of platform URLs var (Micah Abbott)
|
|
|
|
- Revert "update_platforms_check: quote array for ShellCheck fix" (Micah Abbott)
|
|
|
|
- Update README.md (alcir)
|
|
|
|
|
2023-01-19 11:30:07 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-11-29 14:42:03 +00:00
|
|
|
* Tue Nov 29 2022 Packit <hello@packit.dev> - 0.15.3-1
|
|
|
|
- Release 0.15.3 (Paul Whalen)
|
|
|
|
- packit: add koji, bodhi jobs, upstream url (Paul Whalen)
|
|
|
|
- packit.yaml: Fix deprecated and renamed keys. (Paul Whalen)
|
|
|
|
- greenboot: fix exit status with unknown argument (Paul Whalen)
|
|
|
|
- greenboot-grub2-set-counter.service: ensure /boot is mounted (Adam Williamson)
|
|
|
|
- check-fallbback: ShellCheck fix (Micah Abbott)
|
|
|
|
- greenboot-grub2-set-counter: ShellCheck fix (Micah Abbott)
|
|
|
|
- greenboot-status: fix or statements to default to true (Micah Abbott)
|
|
|
|
- update_platforms_check: quote array for ShellCheck fix (Micah Abbott)
|
|
|
|
- watchdog.sh: ShellCheck fixes (Micah Abbott)
|
|
|
|
- add shellcheck GH action (Micah Abbott)
|
|
|
|
- Revert "disable DefaultDependencies to fix cycle error" (Antonio Murdaca)
|
|
|
|
- Revert "Add greenboot-service-monitor.service for service health checking" (Antonio Murdaca)
|
|
|
|
|
2022-09-23 23:34:46 +00:00
|
|
|
* Fri Sep 23 2022 Adam Williamson <awilliam@redhat.com> - 0.15.2-2
|
|
|
|
- Backport PR #84 to fix RHBZ #2121944
|
|
|
|
|
2022-09-08 18:32:30 +00:00
|
|
|
* Thu Sep 08 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 0.15.2-1
|
|
|
|
- Update to 0.15.2
|
|
|
|
|
2022-08-31 12:03:19 +00:00
|
|
|
* Wed Aug 31 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 0.15.1-2
|
|
|
|
- disable DefaultDependencies to fix cycle error
|
|
|
|
|
2022-08-09 12:16:42 +00:00
|
|
|
* Tue Aug 09 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 0.15.1-1
|
|
|
|
- Add conf during installation
|
|
|
|
|
2022-07-22 09:42:51 +00:00
|
|
|
* Thu Jul 21 2022 Sayan Paul <saypaul@fedoraproject.org> - 0.15.0-1
|
|
|
|
- The 0.15.0 release
|
|
|
|
- Add service-monitor
|
|
|
|
|
2022-07-21 13:00:25 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-20 11:45:23 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-07-22 09:42:51 +00:00
|
|
|
* Thu Nov 18 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.14.0-1
|
|
|
|
- The 0.14.0 release
|
|
|
|
- Add watchdog-triggered boot check
|
|
|
|
- Ensure all required health checks are run
|
2021-11-18 12:01:42 +00:00
|
|
|
|
2024-08-26 09:52:01 +00:00
|
|
|
* Thu Nov 18 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.14.0-1
|
|
|
|
- The 0.14.0 release
|
|
|
|
- Add watchdog-triggered boot check
|
|
|
|
- Ensure all required health checks are run
|
|
|
|
|
2022-07-22 09:42:51 +00:00
|
|
|
* Wed Nov 10 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.13.1-1
|
|
|
|
- Update to 0.13.1
|
2021-11-10 11:50:37 +00:00
|
|
|
|
2021-09-01 14:14:13 +00:00
|
|
|
* Mon Jul 26 2021 Jose Noguera <jnoguera@redhat.com> - 0.12.0-1
|
|
|
|
- Update to 0.12.0
|
|
|
|
- Add ability to configure maximum number of boot attempts via env var and config file.
|
|
|
|
- Add How does it work section to README.
|
|
|
|
- Add CI via GitHub Actions and unit testing with BATS.
|
2022-07-22 09:42:51 +00:00
|
|
|
- Add update platforms DNS resolution and connection checker as health checks out of the box
|
2021-09-01 14:14:13 +00:00
|
|
|
|
|
|
|
* Sat Jan 16 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.11.0-2
|
2021-01-16 14:22:29 +00:00
|
|
|
- Make arch specific due to grub availability on s390x
|
|
|
|
- Resolves: rhbz#1915241
|
|
|
|
|
2021-09-01 14:14:13 +00:00
|
|
|
* Thu Aug 13 2020 Christian Glombek <lorbus@fedoraproject.org> - 0.11.0-1
|
2020-08-16 10:23:41 +00:00
|
|
|
- Update to 0.11.0
|
2020-07-28 00:19:42 +00:00
|
|
|
|
2020-06-11 10:14:47 +00:00
|
|
|
* Thu Jun 11 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.3-2
|
|
|
|
- Update changelog
|
|
|
|
|
|
|
|
* Fri Jun 05 2020 Christian Glombek <lorbus@fedoraproject.org> - 0.10.3-1
|
|
|
|
- Update to 0.10.3
|
|
|
|
|
|
|
|
* Wed Jun 03 2020 Christian Glombek <lorbus@fedoraproject.org> - 0.10.2-1
|
|
|
|
- Update to 0.10.2
|
|
|
|
|
|
|
|
* Wed May 27 2020 Christian Glombek <lorbus@fedoraproject.org> - 0.10-1
|
|
|
|
- Update to 0.10
|
|
|
|
|
2020-05-04 16:49:07 +00:00
|
|
|
* Mon May 04 2020 Christian Glombek <lorbus@fedoraproject.org> - 0.9-2
|
|
|
|
- Added missing requires to grub2 and rpm-ostree-grub2 packages
|
|
|
|
- Run %%setup quietly
|
|
|
|
|
2020-04-03 13:39:04 +00:00
|
|
|
* Fri Apr 03 2020 Christian Glombek <lorbus@fedoraproject.org> - 0.9-1
|
|
|
|
- Update to v0.9
|
2020-05-04 16:49:07 +00:00
|
|
|
- Update repo_owner
|
2020-04-03 13:39:04 +00:00
|
|
|
|
2020-02-05 17:53:47 +00:00
|
|
|
* Wed Feb 05 2020 Christian Glombek <lorbus@fedoraproject.org> - 0.8-1
|
|
|
|
- Update to v0.8
|
|
|
|
- Add guard against bootlooping in redboot-auto-reboot.service
|
|
|
|
|
2019-04-01 13:08:30 +00:00
|
|
|
* Mon Apr 01 2019 Christian Glombek <lorbus@fedoraproject.org> - 0.7-1
|
|
|
|
- Update to v0.7
|
|
|
|
- Rename ostree-grub2 subpackage to rpm-ostree-grub2 to be more explicit
|
|
|
|
- Add auto-update-fallback meta subpackage
|
|
|
|
|
2019-02-14 18:39:28 +00:00
|
|
|
* Wed Feb 13 2019 Christian Glombek <lorbus@fedoraproject.org> - 0.6-1
|
|
|
|
- Update to v0.6
|
|
|
|
- Integrate with systemd's boot-complete.target
|
|
|
|
- Rewrite motd sub-package and rename to status
|
2019-02-01 01:31:37 +00:00
|
|
|
|
2018-10-19 13:33:14 +00:00
|
|
|
* Fri Oct 19 2018 Christian Glombek <lorbus@fedoraproject.org> - 0.5-1
|
|
|
|
- Update to v0.5
|
|
|
|
|
2018-10-08 08:58:02 +00:00
|
|
|
* Tue Oct 02 2018 Christian Glombek <lorbus@fedoraproject.org> - 0.4-2
|
|
|
|
- Spec Review
|
|
|
|
|
|
|
|
* Thu Jun 14 2018 Christian Glombek <lorbus@fedoraproject.org> - 0.4-1
|
2024-08-26 09:52:01 +00:00
|
|
|
- Initial Package
|