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 katello to 4.9.2 #9841

Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion packages/katello/katello-repos/katello-repos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global release 1

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

Expand Down Expand Up @@ -66,6 +66,9 @@ rm -rf %{buildroot}
%config %{repo_dir}/*.repo

%changelog
* Fri Sep 29 2023 Odilon Sousa <osousa@redhat.com> - 4.9.2-1
- Release katello-repos 4.9.2

* Mon Jul 31 2023 Patrick Creech <pcreech@redhat.com> - 4.9.1-1
- Release katello-repos 4.9.1

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 @@ -6,7 +6,7 @@
%global release 1

Name: katello
Version: 4.9.1
Version: 4.9.2
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
* Fri Sep 29 2023 Odilon Sousa <osousa@redhat.com> - 4.9.2-1
- Release katello 4.9.2

* Mon Jul 31 2023 Patrick Creech <pcreech@redhat.com> - 4.9.1-1
- Release katello 4.9.1

Expand Down
1 change: 0 additions & 1 deletion packages/katello/rubygem-katello/katello-4.9.1.gem

This file was deleted.

1 change: 1 addition & 0 deletions packages/katello/rubygem-katello/katello-4.9.2.gem
5 changes: 4 additions & 1 deletion packages/katello/rubygem-katello/rubygem-katello.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global plugin_name katello
%global foreman_min_version 3.7
%global foreman_max_version 3.8
%global mainver 4.9.1
%global mainver 4.9.2
%global release 1

Name: rubygem-%{gem_name}
Expand Down Expand Up @@ -191,6 +191,9 @@ done
%{foreman_plugin_log}

%changelog
* Fri Sep 29 2023 Odilon Sousa <osousa@redhat.com> - 4.9.2-1
- Release rubygem-katello 4.9.2

* Mon Jul 31 2023 Patrick Creech <pcreech@redhat.com> - 4.9.1-1
- Release rubygem-katello 4.9.1

Expand Down