Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 2
%global release 3
%global prereleasesource develop
%global prerelease %{?prereleasesource}

Expand All @@ -17,14 +17,14 @@ BuildArch: noarch
Requires: curl
Requires: hostname
Requires: (openvox-agent >= 8.23.1 or puppet-agent >= 8.0.0)
Requires: rubygem(kafo) >= 7.6.0
Requires: rubygem(kafo) >= 7.7.0
Requires: rubygem(kafo) < 8.0.0
Requires: ruby(release)

BuildRequires: asciidoc
BuildRequires: (openvox-agent >= 8.23.1 or puppet-agent >= 8.0.0)
BuildRequires: rubygem(rake)
BuildRequires: rubygem(kafo) >= 7.6.0
BuildRequires: rubygem(kafo) >= 7.7.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 @@ -126,6 +126,9 @@ foreman-installer --scenario katello --migrations-only > /dev/null
%{_sbindir}/foreman-proxy-certs-generate

%changelog
* Tue Mar 17 2026 Evgeni Golov - 1:3.19.0-0.3.develop
- Require kafo >= 7.7

* Tue Mar 17 2026 Evgeni Golov - 1:3.19.0-0.2.develop
- Require puppet/openvox >= 8

Expand Down