Skip to content

Commit

Permalink
Dependencies for Katello 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pcreech committed Oct 10, 2023
1 parent 68c249f commit 60c28ea
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
%global plugin_name katello

%global release 1
%global prereleasesource pre.master
%global prerelease %{?prereleasesource:.}%{?prereleasesource}

%{!?_root_sysconfdir:%global _root_sysconfdir %{_sysconfdir}}
%global hammer_confdir %{_root_sysconfdir}/hammer

Name: %{?scl_prefix}rubygem-%{gem_name}
Version: 1.10.0
Version: 1.10.1
Release: %{?prerelease:0.}%{release}%{?prerelease}%{?nightly}%{?dist}
Summary: Katello commands for Hammer
Group: Development/Languages
Expand Down Expand Up @@ -96,6 +94,9 @@ install -m 0644 .%{gem_instdir}/config/%{plugin_name}.yml \
%{gem_instdir}/test
%changelog
* Tue Oct 10 2023 Patrick Creech <pcreech@redhat.com> - 1.10.1-1
- Release rubygem-hammer_cli_katello 1.10.1
* Thu May 25 2023 William Bradford Clark - 1.10.0-0.1.pre.master
- Bump version to 1.10.0
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global gem_name pulp_deb_client

Name: rubygem-%{gem_name}
Version: 2.21.1
Version: 3.0.0
Release: 1%{?dist}
Summary: Pulp 3 DEB plugin API Ruby Gem
License: GPLv2+
Expand Down Expand Up @@ -61,6 +61,9 @@ cp -a .%{gem_dir}/* \
%{gem_instdir}/spec

%changelog
* Tue Oct 10 2023 Patrick Creech <pcreech@redhat.com> - 3.0.0-1
- Release rubygem-pulp_deb_client 3.0.0

* Fri Aug 04 2023 ianballou <ianballou67@gmail.com> 2.21.1-1
- Update to 2.21.1

Expand Down

0 comments on commit 60c28ea

Please sign in to comment.