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 gem dependencies #5101

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion packages/foreman/foreman/foreman.spec
Expand Up @@ -9,7 +9,7 @@
%global scl_ruby_bin /usr/bin/%{?scl:%{scl_prefix}}ruby
%global scl_rake /usr/bin/%{?scl:%{scl_prefix}}rake

%global release 15
%global release 16
%global prereleasesource develop
%global prerelease %{?prereleasesource}

Expand Down Expand Up @@ -71,6 +71,7 @@ Requires: %{?scl_prefix}rubygem(ldap_fluff) >= 0.4.7
Requires: %{?scl_prefix}rubygem(ldap_fluff) < 1.0
Requires: %{?scl_prefix}rubygem(apipie-rails) >= 0.5.17
Requires: %{?scl_prefix}rubygem(apipie-rails) < 0.6.0
Requires: %{?scl_prefix}rubygem(apipie-dsl) >= 2.2.2
Requires: %{?scl_prefix}rubygem(rabl) >= 0.11
Requires: %{?scl_prefix}rubygem(rabl) < 1.0
Requires: %{?scl_prefix}rubygem(oauth) >= 0.5.4
Expand Down Expand Up @@ -179,6 +180,7 @@ BuildRequires: %{?scl_prefix}rubygem(ldap_fluff) >= 0.4.7
BuildRequires: %{?scl_prefix}rubygem(ldap_fluff) < 1.0
BuildRequires: %{?scl_prefix}rubygem(apipie-rails) >= 0.5.17
BuildRequires: %{?scl_prefix}rubygem(apipie-rails) < 0.6.0
BuildRequires: %{?scl_prefix}rubygem(apipie-dsl) >= 2.2.2
BuildRequires: %{?scl_prefix}rubygem(rabl) >= 0.11
BuildRequires: %{?scl_prefix}rubygem(rabl) < 1.0
BuildRequires: %{?scl_prefix}rubygem(oauth) >= 0.5.4
Expand Down Expand Up @@ -1018,6 +1020,9 @@ exit 0
%systemd_postun_with_restart %{name}.service

%changelog
* Mon Apr 27 2020 Oleh Fedorenko <ofedoren@redhat.com> - 2.1.0-0.16.develop
- Add apipie-dsl

* Fri Apr 24 2020 Evgeni Golov - 2.1.0-0.15.develop
- Regenerate GEM dependencies using new code

Expand Down