Skip to content

Commit

Permalink
Fixes #37663 - Make foreman-installer-katello pull in foreman-maintain
Browse files Browse the repository at this point in the history
Both katello and foreman-proxy-content pull in foreman-maintain. The
package locking feature also requires this. It was noted[1] that the
locking feature isn't present on the first run, but is on the second.
This is confusing to users.

[1]: https://community.theforeman.org/t/installer-doesnt-recognize-documented-options/38465
  • Loading branch information
ekohl authored and evgeni committed Jul 19, 2024
1 parent 5dc9c1e commit dd9f765
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/foreman/foreman-installer/foreman-installer.spec
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}

Expand Down Expand Up @@ -43,6 +43,10 @@ Requires: openssl
Requires: katello-certs-tools
Requires: which

# both katello and foreman-proxy-content scenarios require this
# it also makes the package lock feature available on the first run
Requires: foreman-maintain

%description katello
Various scenarios and tools for the Katello ecosystem

Expand Down Expand Up @@ -122,6 +126,9 @@ foreman-installer --scenario katello --migrations-only > /dev/null
%{_sbindir}/foreman-proxy-certs-generate

%changelog
* Thu Jul 18 2024 Ewoud Kohl van Wijngaarden <[email protected]> - 1:3.12.0-0.2.develop
- katello: depend on foreman-maintain

* Wed May 22 2024 Zach Huntington-Meath <[email protected]> - 1:3.12.0-0.1.develop
- Bump version to 3.12-develop

Expand Down

0 comments on commit dd9f765

Please sign in to comment.