Skip to content

Commit

Permalink
hammer-cli-katello: use main instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Aug 20, 2024
1 parent 004dd14 commit 857afe3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ katello_hammer_packages:
rubygem-hammer_cli_foreman_scc_manager: {}
rubygem-hammer_cli_foreman_virt_who_configure: {}
rubygem-hammer_cli_katello:
source_location: https://ci.theforeman.org/job/hammer-cli-katello-master-source-release
source_location: https://ci.theforeman.org/job/hammer-cli-katello-main-source-release
source_system: jenkins

katello_ruby_packages:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
%global plugin_name katello

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

%global hammer_confdir %{_sysconfdir}/hammer

Name: rubygem-%{gem_name}
Version: 1.14.0
Version: 1.15.0
Release: %{?prerelease:0.}%{release}%{?prerelease}%{?nightly}%{?dist}
Summary: Katello commands for Hammer
License: GPLv3
Expand Down Expand Up @@ -73,6 +73,10 @@ install -m 0644 .%{gem_instdir}/config/%{plugin_name}.yml \
%{gem_instdir}/test

%changelog
* Tue Aug 20 2024 Evgeni Golov - 1.15.0-0.1.pre.main
- Bump version to 1.15.0
- Use main instead of master

* Wed May 22 2024 Chris Roberts <[email protected] - 1.14.0-0.1.pre.master
- Bump version to 1.14.0

Expand Down

0 comments on commit 857afe3

Please sign in to comment.