Skip to content

Commit

Permalink
Fixes #35852 - Add isoinfo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bastian-src committed Dec 12, 2022
1 parent 1d58821 commit 6242cf1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/foreman/foreman-proxy/foreman-proxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global scl_ruby_bin /usr/bin/%{?scl:%{scl_prefix}}ruby
%global scl_rake /usr/bin/%{?scl:%{scl_prefix}}rake

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

Expand Down Expand Up @@ -80,6 +80,7 @@ Requires: %{?scl_prefix}rubygem(xmlrpc) < 1.0

Requires: sudo
Requires: curl
Requires: isoinfo
Requires(pre): shadow-utils
%{?systemd_requires}
BuildRequires: systemd
Expand Down Expand Up @@ -253,6 +254,9 @@ exit 0


%changelog
* Fri Dec 09 2022 Bastian Schmidt <[email protected]> - 3.6.0-0.2.develop
- Add isoinfo dependency

* Tue Nov 08 2022 Ewoud Kohl van Wijngaarden <[email protected]> - 3.6.0-0.1.develop
- Bump version to 3.6-develop

Expand Down

0 comments on commit 6242cf1

Please sign in to comment.