-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hammer-cli-katello: use main instead of master
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|