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
  • Loading branch information
ekohl authored and evgeni committed Oct 2, 2023
1 parent 025aac5 commit 9295bf9
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
%global prereleasesource develop
%global prerelease %{?prereleasesource}

Expand All @@ -17,14 +17,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 @@ -133,6 +133,9 @@ done
%{_sbindir}/foreman-proxy-certs-generate

%changelog
* Mon Oct 02 2023 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 1:3.9.0-0.2.develop
- Require at least Kafo 7.2 to show failed resources

* Wed Aug 23 2023 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 1:3.9.0-0.1.develop
- Bump version to 3.9-develop

Expand Down

0 comments on commit 9295bf9

Please sign in to comment.