-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pulp-container in rubygem-katello to 2.20
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
%global prereleasesource pre.master | ||
%global prerelease %{?prereleasesource:.}%{?prereleasesource} | ||
%global mainver 4.13.0 | ||
%global release 2 | ||
%global release 3 | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: %{mainver} | ||
|
@@ -48,7 +48,7 @@ BuildRequires: rubygem(anemone) | |
BuildRequires: (rubygem(pulpcore_client) >= 3.49.3 with rubygem(pulpcore_client) < 3.50.0) | ||
BuildRequires: (rubygem(pulp_file_client) >= 3.49.3 with rubygem(pulp_file_client) < 3.50.0) | ||
BuildRequires: (rubygem(pulp_ansible_client) >= 0.21.3 with rubygem(pulp_ansible_client) < 0.22.0) | ||
BuildRequires: (rubygem(pulp_container_client) >= 2.19.2 with rubygem(pulp_container_client) < 2.20.0) | ||
BuildRequires: (rubygem(pulp_container_client) >= 2.20.0 with rubygem(pulp_container_client) < 2.21.0) | ||
BuildRequires: (rubygem(pulp_deb_client) >= 3.2.0 with rubygem(pulp_deb_client) < 3.3.0) | ||
BuildRequires: (rubygem(pulp_rpm_client) >= 3.25.2 with rubygem(pulp_rpm_client) < 3.26.0) | ||
BuildRequires: (rubygem(pulp_certguard_client) >= 3.49.3 with rubygem(pulp_certguard_client) < 3.50.0) | ||
|
@@ -170,6 +170,9 @@ done | |
%{foreman_plugin_log} | ||
|
||
%changelog | ||
* Tue May 07 2024 Ian Ballou <[email protected]> - 4.13.0-0.3.pre.master | ||
- Bump pulp-container client requirement to at be least 2.20 | ||
|
||
* Tue Apr 09 2024 Samir Jha <[email protected]> - 4.13.0-0.2.pre.master | ||
- Bump Pulpcore client requirements for 3.49 | ||
|
||
|