Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refs #36694 - Require Kafo 7.2+ to show failed resources #9880

Merged
merged 1 commit into from Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 6 additions & 3 deletions packages/foreman/foreman-installer/foreman-installer.spec
@@ -1,4 +1,4 @@
%global release 1
%global release 2

Name: foreman-installer
Epoch: 1
Expand All @@ -15,14 +15,14 @@ BuildArch: noarch
Requires: curl
Requires: hostname
Requires: puppet-agent >= 7.0.0
Requires: rubygem(kafo) >= 6.5.0
Requires: rubygem(kafo) >= 7.2.0
Requires: rubygem(kafo) < 8.0.0
Requires: ruby(release)

BuildRequires: asciidoc
BuildRequires: puppet-agent >= 7.0.0
BuildRequires: rubygem(rake)
BuildRequires: rubygem(kafo) >= 6.5.0
BuildRequires: rubygem(kafo) >= 7.2.0
BuildRequires: rubygem(kafo) < 8.0.0
BuildRequires: puppet-agent-puppet-strings >= 1.2.0
BuildRequires: puppet-agent-puppet-strings < 5
Expand Down Expand Up @@ -131,6 +131,9 @@ done
%{_sbindir}/foreman-proxy-certs-generate

%changelog
* Thu Oct 12 2023 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 1:3.8.0-2
- Require at least Kafo 7.2 to show failed resources

* Wed Oct 11 2023 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 1:3.8.0-1
- Release foreman-installer 3.8.0

Expand Down