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 rubygem-katello spec #4667

Merged
merged 1 commit into from Jan 29, 2020
Merged
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
14 changes: 10 additions & 4 deletions packages/katello/rubygem-katello/rubygem-katello.spec
Expand Up @@ -8,7 +8,7 @@
%global prereleasesource pre.master
%global prerelease %{?prereleasesource:.}%{?prereleasesource}
%global mainver 3.15.0
%global release 5
%global release 6

Name: %{?scl_prefix}rubygem-%{gem_name}
Summary: Content and Subscription Management plugin for Foreman
Expand Down Expand Up @@ -41,10 +41,13 @@ Requires: %{?scl_prefix}rubygem(apipie-rails) >= 0.5.14
Requires: %{?scl_prefix}rubygem(runcible) >= 2.12.1
Requires: %{?scl_prefix}rubygem(runcible) < 3.0.0
Requires: %{?scl_prefix}rubygem(anemone)
Requires: %{?scl_prefix}rubygem(pulpcore_client) <= 3.1.0.dev01574423031
Requires: %{?scl_prefix}rubygem(pulp_file_client) <= 0.2.0.dev01574442231
Requires: %{?scl_prefix}rubygem(pulpcore_client) >= 3.0.0
Requires: %{?scl_prefix}rubygem(pulpcore_client) < 3.1.0
Requires: %{?scl_prefix}rubygem(pulp_file_client) >= 0.1.0
Requires: %{?scl_prefix}rubygem(pulp_file_client) < 0.2.0
Requires: %{?scl_prefix}rubygem(pulp_ansible_client) <= 0.2.0b7.dev01574717759
Requires: %{?scl_prefix}rubygem(pulp_container_client) <= 1.1.0.dev01574357179
Requires: %{?scl_prefix}rubygem(pulp_container_client) >= 1.0.0
Requires: %{?scl_prefix}rubygem(pulp_container_client) < 1.1.0
Requires: %{?scl_prefix}rubygem(pulp_rpm_client) <= 3.1.0b1.dev01576187357
Requires: %{?scl_prefix}rubygem(pulp_2to3_migration_client) <= 0.0.1a1.dev01573066581
Requires: %{?scl_prefix}rubygem(deface) >= 1.0.2
Expand Down Expand Up @@ -226,6 +229,9 @@ cp -pa .%{gem_dir}/* \
%{gem_instdir}/webpack

%changelog
* Wed Jan 29 2020 Justin Sherrill <jlsherrill@gmail.com> - 3.15.0-0.6.pre.master
- Restrict pulp client gems

* Fri Jan 17 2020 Zach Huntington-Meath <zhunting@redhat.com> - 3.15.0-0.5.pre.master
- Update spec to remove the ror scl

Expand Down