-
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.
- Loading branch information
Showing
8 changed files
with
30 additions
and
9 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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
%global release 2 | ||
%global release 1 | ||
%global prereleasesource develop | ||
%global prerelease %{?prereleasesource} | ||
|
||
Name: foreman-installer | ||
Epoch: 1 | ||
Version: 3.12.0 | ||
Version: 3.13.0 | ||
Release: %{?prerelease:0.}%{release}%{?prerelease:.}%{?prerelease}%{?nightly}%{?dist} | ||
Summary: Puppet-based installer for The Foreman | ||
Group: Applications/System | ||
|
@@ -126,6 +126,9 @@ foreman-installer --scenario katello --migrations-only > /dev/null | |
%{_sbindir}/foreman-proxy-certs-generate | ||
|
||
%changelog | ||
* Tue Aug 20 2024 Patrick Creech <[email protected]> - 1:3.13.0-0.1.develop | ||
- Bump version to 3.13-develop | ||
|
||
* Thu Jul 18 2024 Ewoud Kohl van Wijngaarden <[email protected]> - 1:3.12.0-0.2.develop | ||
- katello: depend on foreman-maintain | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
%global prerelease %{?prereleasesource} | ||
|
||
Name: foreman-proxy | ||
Version: 3.12.0 | ||
Version: 3.13.0 | ||
Release: %{?prerelease:0.}%{release}%{?prerelease:.}%{?prerelease}%{?nightly}%{?dist} | ||
Summary: Restful Proxy for DNS, DHCP, TFTP, PuppetCA and Puppet | ||
|
||
|
@@ -237,6 +237,9 @@ exit 0 | |
|
||
|
||
%changelog | ||
* Tue Aug 20 2024 Patrick Creech <[email protected]> - 3.13.0-0.1.develop | ||
- Bump version to 3.13-develop | ||
|
||
* Wed May 22 2024 Zach Huntington-Meath <[email protected]> - 3.12.0-0.1.develop | ||
- Bump version to 3.12-develop | ||
|
||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
%global prerelease %{?prereleasesource} | ||
|
||
Name: foreman-release | ||
Version: 3.12.0 | ||
Version: 3.13.0 | ||
Release: %{?prerelease:0.}%{release}%{?prerelease:.}%{?prerelease}%{?dist} | ||
|
||
Summary: Foreman repositories meta-package | ||
|
@@ -84,6 +84,9 @@ install -Dpm0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-f | |
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-foreman | ||
|
||
%changelog | ||
* Tue Aug 20 2024 Patrick Creech <[email protected]> - 3.13.0-0.1.develop | ||
- Bump version to 3.13-develop | ||
|
||
* Wed May 22 2024 Zach Huntington-Meath <[email protected]> - 3.12.0-0.1.develop | ||
- Bump version to 3.12-develop | ||
|
||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
%global prerelease %{?prereleasesource} | ||
|
||
Name: foreman-selinux | ||
Version: 3.12.0 | ||
Version: 3.13.0 | ||
Release: %{?prerelease:0.}%{release}%{?prerelease:.}%{?prerelease}%{?nightly}%{?dist} | ||
Summary: SELinux policy module for Foreman | ||
|
||
|
@@ -173,6 +173,9 @@ fi | |
%{_mandir}/man8/foreman-proxy-selinux-relabel.8.gz | ||
|
||
%changelog | ||
* Tue Aug 20 2024 Patrick Creech <[email protected]> - 3.13.0-0.1.develop | ||
- Bump version to 3.13-develop | ||
|
||
* Wed May 22 2024 Zach Huntington-Meath <[email protected]> - 3.12.0-0.1.develop | ||
- Bump version to 3.12-develop | ||
|
||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
%global prerelease %{?prereleasesource} | ||
|
||
Name: foreman | ||
Version: 3.12.0 | ||
Version: 3.13.0 | ||
Release: %{?prerelease:0.}%{release}%{?prerelease:.}%{?prerelease}%{?nightly}%{?dist} | ||
Summary: Systems Management web application | ||
|
||
|
@@ -863,6 +863,9 @@ exit 0 | |
%systemd_postun %{name}.socket | ||
|
||
%changelog | ||
* Tue Aug 20 2024 Patrick Creech <[email protected]> - 3.13.0-0.1.develop | ||
- Bump version to 3.13-develop | ||
|
||
* Wed May 22 2024 Zach Huntington-Meath <[email protected]> - 3.12.0-0.1.develop | ||
- Bump version to 3.12-develop | ||
|
||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
%global prerelease %{?prereleasesource:.}%{?prereleasesource} | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 3.12.0 | ||
Version: 3.13.0 | ||
Release: %{?prerelease:0.}%{release}%{?prerelease}%{?nightly}%{?dist} | ||
Summary: Universal command-line interface | ||
License: GPLv3 | ||
|
@@ -89,6 +89,9 @@ install -m 0644 .%{gem_instdir}/config/cli_config.template.yml \ | |
%{gem_instdir}/test | ||
|
||
%changelog | ||
* Tue Aug 20 2024 Patrick Creech <[email protected]> - 3.13.0-0.1.pre.develop | ||
- Bump version to 3.13-develop | ||
|
||
* Wed May 22 2024 Zach Huntington-Meath <[email protected]> - 3.12.0-0.1.pre.develop | ||
- Bump version to 3.12-develop | ||
|
||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
%global hammer_confdir %{_sysconfdir}/hammer | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 3.12.0 | ||
Version: 3.13.0 | ||
Release: %{?prerelease:0.}%{release}%{?prerelease}%{?nightly}%{?dist} | ||
Summary: Foreman commands for Hammer | ||
Group: Development/Languages | ||
|
@@ -80,6 +80,9 @@ install -m 0644 .%{gem_instdir}/config/%{plugin_name}.yml \ | |
%{gem_instdir}/test | ||
|
||
%changelog | ||
* Tue Aug 20 2024 Patrick Creech <[email protected]> - 3.13.0-0.1.pre.develop | ||
- Bump version to 3.13-develop | ||
|
||
* Wed May 22 2024 Zach Huntington-Meath <[email protected]> - 3.12.0-0.1.pre.develop | ||
- Bump version to 3.12-develop | ||
|
||
|