Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update foreman, foreman-proxy & katello dependencies #10024

Merged
Merged
Show file tree
Hide file tree
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
20 changes: 9 additions & 11 deletions packages/foreman/foreman-proxy/foreman-proxy.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global homedir %{_datadir}/%{name}
%global confdir config

%global release 2
%global release 3
%global prereleasesource develop
%global prerelease %{?prereleasesource}

Expand Down Expand Up @@ -36,15 +36,12 @@ Requires: foreman-debug
# These come from smart_proxy.gemspec - get-gemfile-deps can't handle that yet
Requires: rubygem(json)
Requires: rubygem(rack) >= 1.3.0
Requires: rubygem(sd_notify) >= 0.1
Requires: rubygem(sd_notify) < 0.2
Requires: rubygem(logging) >= 1.8.0
Requires: rubygem(logging) < 3.0.0
Requires: (rubygem(sd_notify) >= 0.1 with rubygem(sd_notify) < 0.2)
Requires: (rubygem(logging) >= 1.8.0 with rubygem(logging) < 3.0.0)
Requires: rubygem(sinatra)

# start specfile default Requires
Requires: rubygem(concurrent-ruby) >= 1.0
Requires: rubygem(concurrent-ruby) < 2.0
Requires: (rubygem(concurrent-ruby) >= 1.0 with rubygem(concurrent-ruby) < 2.0)
# end specfile default Requires

# start specfile bmc Requires
Expand Down Expand Up @@ -72,8 +69,7 @@ Requires: rubygem(jwt)
# end specfile puppetca_token_whitelisting Requires

# start specfile realm_freeipa Requires
Requires: rubygem(xmlrpc) >= 0.2
Requires: rubygem(xmlrpc) < 1.0
Requires: (rubygem(xmlrpc) >= 0.2 with rubygem(xmlrpc) < 1.0)
# end specfile realm_freeipa Requires

Requires: sudo
Expand Down Expand Up @@ -189,8 +185,7 @@ ln -sv %{_tmppath} %{buildroot}%{_datadir}/%{name}/tmp
Summary: Foreman Proxy journald logging dependencies
Group: Applications/System
# start specfile journald Requires
Requires: rubygem(logging-journald) >= 2.0
Requires: rubygem(logging-journald) < 3.0
Requires: (rubygem(logging-journald) >= 2.0 with rubygem(logging-journald) < 3.0)
# end specfile journald Requires
Requires: %{name} = %{version}-%{release}

Expand Down Expand Up @@ -244,6 +239,9 @@ exit 0


%changelog
* Fri Nov 24 2023 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 3.9.0-0.3.develop
- Update Gem dependencies

* Fri Oct 13 2023 Eric D. Helms <ericdhelms@gmail.com> - 3.9.0-0.2.develop
- Require fapolicyd rules package if fapolicyd is present

Expand Down
Loading