[packit] 0.15.3 upstream release
Upstream tag: v0.15.3 Upstream commit: 650ce772 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
ba0da69aa9
commit
059e49dd3e
29
.packit.yaml
29
.packit.yaml
@ -1,19 +1,36 @@
|
||||
upstream_project_url: https://github.com/fedora-iot/greenboot
|
||||
|
||||
specfile_path: greenboot.spec
|
||||
synced_files:
|
||||
files_to_sync:
|
||||
- greenboot.spec
|
||||
- .packit.yaml
|
||||
upstream_package_name: greenboot
|
||||
upstream_tag_template: v{version}
|
||||
downstream_package_name: greenboot
|
||||
|
||||
jobs:
|
||||
|
||||
- job: sync_from_downstream
|
||||
trigger: commit
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
metadata:
|
||||
dist-git-branch: fedora-all
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-all
|
||||
targets:
|
||||
- fedora-all
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-37
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
# rawhide updates are created automatically
|
||||
- fedora-37
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.41.0.
|
||||
The file was generated using packit 0.63.2.dev8+g33fd64a.
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: greenboot
|
||||
Version: 0.15.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.15.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Generic Health Check Framework for systemd
|
||||
License: LGPLv2+
|
||||
|
||||
@ -11,11 +11,7 @@ License: LGPLv2+
|
||||
%global repo_tag v%{version}
|
||||
|
||||
URL: https://github.com/%{repo_owner}/%{repo_name}
|
||||
Source0: https://github.com/%{repo_owner}/%{repo_name}/archive/%{repo_tag}.tar.g#/%{name}-%{version}.tar.gz
|
||||
# https://github.com/fedora-iot/greenboot/pull/84
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2121944
|
||||
# Ensure /boot is mounted before greenboot-grub2-set-counter.service runs
|
||||
Patch0: 0001-greenboot-grub2-set-counter.service-ensure-boot-is-m.patch
|
||||
Source0: https://github.com/%{repo_owner}/%{repo_name}/archive/%{repo_tag}.tar.gz
|
||||
|
||||
ExcludeArch: s390x
|
||||
BuildRequires: systemd-rpm-macros
|
||||
@ -54,7 +50,7 @@ Obsoletes: greenboot-update-platforms-check <= 0.12.0
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
@ -93,7 +89,6 @@ install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{nam
|
||||
%systemd_post greenboot-grub2-set-success.service
|
||||
%systemd_post greenboot-rpm-ostree-grub2-check-fallback.service
|
||||
%systemd_post redboot-auto-reboot.service
|
||||
%systemd_post greenboot-service-monitor.service
|
||||
|
||||
%post default-health-checks
|
||||
%systemd_post greenboot-loading-message.service
|
||||
@ -108,7 +103,6 @@ install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{nam
|
||||
%systemd_preun greenboot-grub2-set-counter.service
|
||||
%systemd_preun greenboot-grub2-set-success.service
|
||||
%systemd_preun greenboot-rpm-ostree-grub2-check-fallback.service
|
||||
%systemd_preun greenboot-service-monitor.service
|
||||
|
||||
%preun default-health-checks
|
||||
%systemd_preun greenboot-loading-message.service
|
||||
@ -123,7 +117,6 @@ install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{nam
|
||||
%systemd_postun greenboot-grub2-set-counter.service
|
||||
%systemd_postun greenboot-grub2-set-success.service
|
||||
%systemd_postun greenboot-rpm-ostree-grub2-check-fallback.service
|
||||
%systemd_postun greenboot-service-monitor.service
|
||||
|
||||
%postun default-health-checks
|
||||
%systemd_postun greenboot-loading-message.service
|
||||
@ -164,8 +157,6 @@ install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{nam
|
||||
%{_unitdir}/greenboot-rpm-ostree-grub2-check-fallback.service
|
||||
%{_libexecdir}/%{name}/redboot-auto-reboot
|
||||
%{_unitdir}/redboot-auto-reboot.service
|
||||
%{_libexecdir}/%{name}/greenboot-service-monitor
|
||||
%{_unitdir}/greenboot-service-monitor.service
|
||||
%{_sysconfdir}/%{name}/greenboot.conf
|
||||
|
||||
%files default-health-checks
|
||||
@ -175,6 +166,21 @@ install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{nam
|
||||
%{_prefix}/lib/%{name}/check/required.d/02_watchdog.sh
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
|
||||
* Fri Sep 23 2022 Adam Williamson <awilliam@redhat.com> - 0.15.2-2
|
||||
- Backport PR #84 to fix RHBZ #2121944
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (greenboot-0.15.2.tar.gz) = c3d9219cf83d2691368d649e7f29b60f6d5ce65cc1b00f09980c2a917e1e2755ef39850502883c35e67a52ba4fe2899248820949cf32d8d375a26201ba8e72f5
|
||||
SHA512 (v0.15.3.tar.gz) = 8cf8586f84c27f9a5462d8bfe127370059aac0a97170b9cf1793f4d9d40c9e61cae772ec6512b0f01356d6a3a599f7ecc25238ac4d6a14485259b82e8d8b5b49
|
||||
|
Loading…
Reference in New Issue
Block a user