Skip to content

Commit de241e2

Browse files
committed
Require kafo >= 7.7
See theforeman/foreman-installer#1056
1 parent ac25d7b commit de241e2

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

packages/foreman/foreman-installer/foreman-installer.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%global release 1
1+
%global release 2
22
%global prereleasesource develop
33
%global prerelease %{?prereleasesource}
44

@@ -17,14 +17,14 @@ BuildArch: noarch
1717
Requires: curl
1818
Requires: hostname
1919
Requires: (openvox-agent >= 7.35.0 or puppet-agent >= 7.0.0)
20-
Requires: rubygem(kafo) >= 7.6.0
20+
Requires: rubygem(kafo) >= 7.7.0
2121
Requires: rubygem(kafo) < 8.0.0
2222
Requires: ruby(release)
2323

2424
BuildRequires: asciidoc
2525
BuildRequires: (openvox-agent >= 7.35.0 or puppet-agent >= 7.0.0)
2626
BuildRequires: rubygem(rake)
27-
BuildRequires: rubygem(kafo) >= 7.6.0
27+
BuildRequires: rubygem(kafo) >= 7.7.0
2828
BuildRequires: rubygem(kafo) < 8.0.0
2929
BuildRequires: puppet-agent-puppet-strings >= 1.2.0
3030
BuildRequires: puppet-agent-puppet-strings < 5
@@ -126,6 +126,9 @@ foreman-installer --scenario katello --migrations-only > /dev/null
126126
%{_sbindir}/foreman-proxy-certs-generate
127127

128128
%changelog
129+
* Tue Mar 17 2026 Evgeni Golov - 1:3.19.0-0.2.develop
130+
- Require kafo >= 7.7
131+
129132
* Tue Feb 10 2026 Ondřej Gajdušek <ogajduse@redhat.com> - 1:3.19.0-0.1.develop
130133
- Bump version to 3.19-develop
131134

0 commit comments

Comments
 (0)