Skip to content

Commit

Permalink
Refs #36694 - Require Kafo 7.2+ to show failed resources
Browse files Browse the repository at this point in the history
(cherry picked from commit 9295bf9)
  • Loading branch information
ekohl committed Oct 12, 2023
1 parent ea26da9 commit 7d84d97
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/foreman/foreman-installer/foreman-installer.spec
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7d84d97

Please sign in to comment.