From d3b8a920af18a1f847018f2b12511027156c112a Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 2 Oct 2023 11:16:20 +0200 Subject: [PATCH] Refs #36694 - Require Kafo 7.2+ to show failed resources (cherry picked from commit 9295bf93ef55c6f2070f6a96def212796c79ba86) --- .../foreman/foreman-installer/foreman-installer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/foreman/foreman-installer/foreman-installer.spec b/packages/foreman/foreman-installer/foreman-installer.spec index d085c825ea..25e8f53add 100644 --- a/packages/foreman/foreman-installer/foreman-installer.spec +++ b/packages/foreman/foreman-installer/foreman-installer.spec @@ -1,4 +1,4 @@ -%global release 1 +%global release 2 Name: foreman-installer Epoch: 1 @@ -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 @@ -131,6 +131,9 @@ done %{_sbindir}/foreman-proxy-certs-generate %changelog +* Thu Oct 12 2023 Ewoud Kohl van Wijngaarden - 1:3.8.0-2 +- Require at least Kafo 7.2 to show failed resources + * Wed Oct 11 2023 Ewoud Kohl van Wijngaarden - 1:3.8.0-1 - Release foreman-installer 3.8.0