Update to 0.15.8 upstream release
- Resolves: RHEL-78244 Upstream tag: v0.15.8 Upstream commit: 2552ba55 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
93fcfaebeb
commit
1c754b4c7a
38
.packit.yaml
Normal file
38
.packit.yaml
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
upstream_project_url: https://github.com/fedora-iot/greenboot
|
||||||
|
|
||||||
|
specfile_path: greenboot.spec
|
||||||
|
files_to_sync:
|
||||||
|
- greenboot.spec
|
||||||
|
- .packit.yaml
|
||||||
|
upstream_package_name: greenboot
|
||||||
|
upstream_tag_template: v{version}
|
||||||
|
copy_upstream_release_description: true
|
||||||
|
downstream_package_name: greenboot
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- job: copr_build
|
||||||
|
trigger: pull_request
|
||||||
|
targets:
|
||||||
|
- fedora-development
|
||||||
|
- fedora-latest-stable
|
||||||
|
|
||||||
|
- job: sync_from_downstream
|
||||||
|
trigger: commit
|
||||||
|
|
||||||
|
- job: propose_downstream
|
||||||
|
trigger: release
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-development
|
||||||
|
- fedora-latest-stable
|
||||||
|
|
||||||
|
- job: koji_build
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-development
|
||||||
|
- fedora-latest-stable
|
||||||
|
|
||||||
|
- job: bodhi_update
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-development
|
||||||
|
- fedora-latest-stable
|
3
README.packit
Normal file
3
README.packit
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This repository is maintained by packit.
|
||||||
|
https://packit.dev/
|
||||||
|
The file was generated using packit 0.106.0.
|
@ -1,7 +1,7 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: greenboot
|
Name: greenboot
|
||||||
Version: 0.15.7
|
Version: 0.15.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Generic Health Check Framework for systemd
|
Summary: Generic Health Check Framework for systemd
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -13,7 +13,7 @@ License: LGPL-2.1-or-later
|
|||||||
URL: https://github.com/%{repo_owner}/%{repo_name}
|
URL: https://github.com/%{repo_owner}/%{repo_name}
|
||||||
Source0: https://github.com/%{repo_owner}/%{repo_name}/archive/%{repo_tag}.tar.gz
|
Source0: https://github.com/%{repo_owner}/%{repo_name}/archive/%{repo_tag}.tar.gz
|
||||||
|
|
||||||
ExcludeArch: s390x
|
ExcludeArch: s390x {%ix86}
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
Requires: systemd >= 240
|
Requires: systemd >= 240
|
||||||
@ -176,6 +176,34 @@ fi
|
|||||||
%{_prefix}/lib/%{name}/check/required.d/02_watchdog.sh
|
%{_prefix}/lib/%{name}/check/required.d/02_watchdog.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 26 2025 Antonio Murdaca <antoniomurdaca@gmail.com> - 0.15.8-1
|
||||||
|
## What's Changed
|
||||||
|
* ci: add ci test for pull request by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/164
|
||||||
|
* ci: add more wait time for fallback by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/167
|
||||||
|
* ci: fix ansible check failure by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/169
|
||||||
|
* ci: add test case of bootc anaconda iso by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/171
|
||||||
|
* test github token by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/174
|
||||||
|
* update github action by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/177
|
||||||
|
* Update greenboot-ci.yaml by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/179
|
||||||
|
* ci: fix iso case failure by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/173
|
||||||
|
* ci: add support for fedora rawhide by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/181
|
||||||
|
* ci: fix rahide failure by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/183
|
||||||
|
* ci: fix podman retry issue by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/185
|
||||||
|
* ci: add centos-stream-9 support by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/187
|
||||||
|
* ci: add rhel 9.6 support by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/190
|
||||||
|
* ci: fix rhel 9.6 anaconda case failure by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/193
|
||||||
|
* ci: fix secret error by @yih-redhat in https://github.com/fedora-iot/greenboot/pull/195
|
||||||
|
* specfile: Stop building on ix86 by @travier in https://github.com/fedora-iot/greenboot/pull/197
|
||||||
|
* rollback: if no bootc, fallback to rpm-ostree by @runcom in https://github.com/fedora-iot/greenboot/pull/199
|
||||||
|
* fix:fail early for any required script failure by @say-paul in https://github.com/fedora-iot/greenboot/pull/198
|
||||||
|
* Release 0.15.8 by @runcom in https://github.com/fedora-iot/greenboot/pull/202
|
||||||
|
|
||||||
|
## New Contributors
|
||||||
|
* @travier made their first contribution in https://github.com/fedora-iot/greenboot/pull/197
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/fedora-iot/greenboot/compare/v0.15.7...v0.15.8
|
||||||
|
- Resolves: RHEL-78244
|
||||||
|
|
||||||
* Thu Oct 31 2024 Sayan Paul <paul.sayan@gmail.com> - 0.15.7-1
|
* Thu Oct 31 2024 Sayan Paul <paul.sayan@gmail.com> - 0.15.7-1
|
||||||
- Update to 0.15.7
|
- Update to 0.15.7
|
||||||
- Reword warning message for disabled checks
|
- Reword warning message for disabled checks
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v0.15.7.tar.gz) = 6b9d4225332e0be57be352d81dc14f8fde388b2aedb3528247e60de359be9b0b7d84cd038c022695d67a6b256d5a77dd5ef95a53095e864d99bdcbec0c90f038
|
SHA512 (v0.15.8.tar.gz) = 5277a879a6ed4073b5368e635a1a1f44d4b0ea9037eafea637e8740f287050f385540b3b8c127703761992352e3024c946ba7fb1120c9851c2e547315986d2b2
|
||||||
|
Loading…
Reference in New Issue
Block a user