Skip to content

Commit 5211936

Browse files
committed
Update spec for downstream changes and tag 0.12.0
Update the spec for the final 0.12.0 changes and bring in some downstream spec changes due to the lack of grub2 on s390x. Signed-off-by: Peter Robinson <[email protected]>
1 parent e1695a6 commit 5211936

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

greenboot.spec

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
%global debug_package %{nil}
2+
13
Name: greenboot
2-
Version: 0.11.0
4+
Version: 0.12.0
35
Release: 1%{?dist}
46
Summary: Generic Health Check Framework for systemd
57
License: LGPLv2+
@@ -11,7 +13,7 @@ License: LGPLv2+
1113
URL: https://github.com/%{repo_owner}/%{repo_name}
1214
Source0: https://github.com/%{repo_owner}/%{repo_name}/archive/%{repo_tag}.tar.gz
1315

14-
BuildArch: noarch
16+
ExcludeArch: s390x
1517
BuildRequires: systemd-rpm-macros
1618
%{?systemd_requires}
1719
Requires: systemd >= 240
@@ -203,11 +205,16 @@ install -DpZm 0755 etc/greenboot/check/wanted.d/* %{buildroot}%{_sysconfdir}/%{n
203205

204206
%changelog
205207
* Mon Jul 26 2021 Jose Noguera <[email protected]> - 0.12.0-1
208+
- Update to 0.12.0
206209
- Add ability to configure maximum number of boot attempts via env var and config file.
207210
- Add How does it work section to README.
208211
- Add CI via GitHub Actions and unit testing with BATS.
209212
- Add update platforms DNS resolutiona and connection checker as health checks out of the box
210213

214+
* Sat Jan 16 2021 Peter Robinson <[email protected]> - 0.11.0-2
215+
- Make arch specific due to grub availability on s390x
216+
- Resolves: rhbz#1915241
217+
211218
* Thu Aug 13 2020 Christian Glombek <[email protected]> - 0.11.0-1
212219
- Update to 0.11.0
213220

0 commit comments

Comments
 (0)