Skip to content

Commit

Permalink
Bump Katello related packages to their 4.15 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 authored and evgeni committed Aug 26, 2024
1 parent fc64003 commit 14ad49c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
7 changes: 5 additions & 2 deletions packages/katello/katello-repos/katello-repos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

%global prereleasesource nightly
%global prerelease %{?prereleasesource:.}%{?prereleasesource}
%global release 2
%global release 1

Name: katello-repos
Version: 4.14
Version: 4.15
Release: %{?prerelease:0.}%{release}%{?prerelease}%{?dist}
Summary: Definition of yum repositories for Katello

Expand Down Expand Up @@ -73,6 +73,9 @@ rm -rf %{buildroot}
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-candlepin

%changelog
* Tue Aug 20 2024 Chris Roberts - 4.15-0.1.nightly
- Bump version to 4.15.0

* Mon Jun 03 2024 Evgeni Golov - 4.14-0.2.nightly
- Update Candlepin 4.4 key

Expand Down
5 changes: 4 additions & 1 deletion packages/katello/katello/katello.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
11 changes: 7 additions & 4 deletions packages/katello/rubygem-katello/rubygem-katello.spec
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}
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 14ad49c

Please sign in to comment.