Skip to content

Commit

Permalink
Update katello to 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilhao committed Sep 29, 2023
1 parent 72f5aad commit 1efdf84
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
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

0 comments on commit 1efdf84

Please sign in to comment.