-
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 Katello related packages to their 4.15 versions
- Loading branch information
Showing
3 changed files
with
16 additions
and
7 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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
%global release 1 | ||
|
||
Name: katello | ||
Version: 4.14.0 | ||
Version: 4.15.0 | ||
Release: %{?prerelease:0.}%{release}%{?prerelease}%{?dist} | ||
Summary: A package for managing application life-cycle for Linux systems | ||
BuildArch: noarch | ||
|
@@ -130,6 +130,9 @@ Provides a federation of katello services | |
# the files section is empty, but without it no RPM will be generated | ||
|
||
%changelog | ||
* Tue Aug 20 2024 Chris Roberts <[email protected]> - 4.15.0-0.1.master | ||
- Bump version to 4.15.0 | ||
|
||
* Tue May 28 2024 Ian Ballou <[email protected]> - 4.14.0-0.1.master | ||
- Bump version to 4.14.0 | ||
|
||
|
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# template: foreman_plugin | ||
%global gem_name katello | ||
%global plugin_name katello | ||
%global foreman_min_version 3.12 | ||
%global foreman_max_version 3.13 | ||
%global foreman_min_version 3.13 | ||
%global foreman_max_version 3.14 | ||
%global prereleasesource pre.master | ||
%global prerelease %{?prereleasesource:.}%{?prereleasesource} | ||
%global mainver 4.14.0 | ||
%global release 4 | ||
%global mainver 4.15.0 | ||
%global release 1 | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: %{mainver} | ||
|
@@ -168,6 +168,9 @@ done | |
%{foreman_plugin_log} | ||
|
||
%changelog | ||
* Tue Aug 20 2024 Chris Roberts <[email protected]> - 4.15.0-0.1.pre.master | ||
- Bump version to 4.15.0 | ||
|
||
* Thu Jul 18 2024 Ian Ballou <[email protected]> - 4.14.0-0.4.pre.master | ||
- Update pulp-rpm-client minimum requirement to 3.26.1 | ||
|
||
|