-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs #36694 - Require Kafo 7.2+ to show failed resources
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} | ||
|
||
|
@@ -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 | ||
|
@@ -133,6 +133,9 @@ done | |
%{_sbindir}/foreman-proxy-certs-generate | ||
|
||
%changelog | ||
* Mon Oct 02 2023 Ewoud Kohl van Wijngaarden <[email protected]> - 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 <[email protected]> - 1:3.9.0-0.1.develop | ||
- Bump version to 3.9-develop | ||
|
||
|