Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/greenboot.git#2250891b534da03027a34737349d3c490b5260a4
This commit is contained in:
parent
ddfe35860e
commit
8db001a7b6
@ -1,6 +1,8 @@
|
|||||||
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: greenboot
|
Name: greenboot
|
||||||
Version: 0.11
|
Version: 0.11
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Generic Health Check Framework for systemd
|
Summary: Generic Health Check Framework for systemd
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
@ -11,7 +13,7 @@ License: LGPLv2+
|
|||||||
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
|
||||||
|
|
||||||
BuildArch: noarch
|
ExcludeArch: s390x
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
@ -32,7 +34,8 @@ Requires: %{name}-rpm-ostree-grub2 = %{version}-%{release}
|
|||||||
Summary: Message of the Day updater for greenboot
|
Summary: Message of the Day updater for greenboot
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
# PAM is required to programatically read motd messages from /etc/motd.d/*
|
# PAM is required to programatically read motd messages from /etc/motd.d/*
|
||||||
Requires: pam >= 1.3.1-15
|
# This needs an explicit version but we're awaiting the glacial fix for rhbz 1856828 bug
|
||||||
|
Requires: pam
|
||||||
# While not strictly necessary to generate the motd, the main use-case of this package is to display it on SSH login
|
# While not strictly necessary to generate the motd, the main use-case of this package is to display it on SSH login
|
||||||
Recommends: openssh
|
Recommends: openssh
|
||||||
|
|
||||||
@ -173,11 +176,17 @@ install -DpZm 0755 etc/greenboot/check/wanted.d/* %{buildroot}%{_sysconfdir}/%{n
|
|||||||
%{_unitdir}/redboot-auto-reboot.service
|
%{_unitdir}/redboot-auto-reboot.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Aug 13 2020 Christian Glombek <lorbus@fedoraproject.org> - 0.11.0-1
|
* Sat Jan 16 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.11-2
|
||||||
|
- Make arch specific due to grub availability on s390x
|
||||||
|
- Resolves: rhbz#1915241
|
||||||
|
|
||||||
|
* Thu Aug 13 2020 Christian Glombek <lorbus@fedoraproject.org> - 0.11-1
|
||||||
- Update to 0.11.0
|
- Update to 0.11.0
|
||||||
|
- Resolves: rhbz#1815140
|
||||||
|
|
||||||
* Thu Jun 11 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.3-2
|
* Thu Jun 11 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.3-2
|
||||||
- Update changelog
|
- Update changelog
|
||||||
|
- Resolves: rhbz#1815140
|
||||||
|
|
||||||
* Fri Jun 05 2020 Christian Glombek <lorbus@fedoraproject.org> - 0.10.3-1
|
* Fri Jun 05 2020 Christian Glombek <lorbus@fedoraproject.org> - 0.10.3-1
|
||||||
- Update to 0.10.3
|
- Update to 0.10.3
|
||||||
|
Loading…
Reference in New Issue
Block a user