From b54864620ac526c93f3909f4a1ae8834e52a7428 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 2 Oct 2023 11:21:53 +0200 Subject: [PATCH] Refs #36694 - Require Kafo 7.2+ to show failed resources --- debian/bullseye/foreman-installer/changelog | 6 ++++++ debian/bullseye/foreman-installer/control | 4 ++-- debian/focal/foreman-installer/changelog | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/debian/bullseye/foreman-installer/changelog b/debian/bullseye/foreman-installer/changelog index f069a69bc3f..a4f1c532d89 100644 --- a/debian/bullseye/foreman-installer/changelog +++ b/debian/bullseye/foreman-installer/changelog @@ -1,3 +1,9 @@ +foreman-installer (3.9.0-2) stable; urgency=low + + * Require at least Kafo 7.2 to show failed resources + + -- Ewoud Kohl van Wijngaarden Mon, 02 Oct 2023 11:21:21 +0200 + foreman-installer (3.9.0-1) stable; urgency=low * Bump changelog to 3.9.0 to match VERSION diff --git a/debian/bullseye/foreman-installer/control b/debian/bullseye/foreman-installer/control index 100653be6a7..7f55c2d8107 100644 --- a/debian/bullseye/foreman-installer/control +++ b/debian/bullseye/foreman-installer/control @@ -5,7 +5,7 @@ Maintainer: Greg Sutcliffe Build-Depends: debhelper (>= 7.0.50~), asciidoc, rake, libxml2-utils, xsltproc, docbook-xsl, git, ca-certificates, ruby-dev, puppet-agent-puppet-strings (>= 1.2.0), - ruby-kafo (>= 6.5.0), ruby-kafo (<< 8.0.0) + ruby-kafo (>= 7.2.0), ruby-kafo (<< 8.0.0) Standards-Version: 3.9.3 Homepage: https://github.com/theforeman/foreman-installer XS-Ruby-Versions: all @@ -14,7 +14,7 @@ Package: foreman-installer Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, - ruby-kafo (>= 6.5.0), ruby-kafo (<< 8.0.0), + ruby-kafo (>= 7.2.0), ruby-kafo (<< 8.0.0), puppet-agent (>= 7.0.0) | puppet (>= 7.0.0), curl, lsb-release diff --git a/debian/focal/foreman-installer/changelog b/debian/focal/foreman-installer/changelog index f069a69bc3f..a4f1c532d89 100644 --- a/debian/focal/foreman-installer/changelog +++ b/debian/focal/foreman-installer/changelog @@ -1,3 +1,9 @@ +foreman-installer (3.9.0-2) stable; urgency=low + + * Require at least Kafo 7.2 to show failed resources + + -- Ewoud Kohl van Wijngaarden Mon, 02 Oct 2023 11:21:21 +0200 + foreman-installer (3.9.0-1) stable; urgency=low * Bump changelog to 3.9.0 to match VERSION