-
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.
Update rubygem-foreman_salt to 15.2.3
(cherry picked from commit b163972)
- Loading branch information
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/q5/m8/SHA256E-s81920--faf7dc64102a489389b6f74a54be21193b21477615e852ae7a1c3c2eb276962e.3.gem/SHA256E-s81920--faf7dc64102a489389b6f74a54be21193b21477615e852ae7a1c3c2eb276962e.3.gem |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%global foreman_min_version 1.24 | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 15.2.2 | ||
Version: 15.2.3 | ||
Release: 1%{?foremandist}%{?dist} | ||
Summary: Foreman Plug-in for Salt | ||
License: GPLv3 | ||
|
@@ -16,7 +16,6 @@ Requires: foreman >= %{foreman_min_version} | |
Requires: ruby | ||
BuildRequires: foreman-assets >= %{foreman_min_version} | ||
BuildRequires: foreman-plugin >= %{foreman_min_version} | ||
Requires: ruby | ||
BuildRequires: ruby | ||
BuildRequires: rubygems-devel | ||
BuildArch: noarch | ||
|
@@ -25,7 +24,7 @@ BuildRequires: rubygem(deface) < 2.0 | |
BuildRequires: rubygem(foreman_remote_execution) >= 9.0 | ||
BuildRequires: rubygem(foreman_remote_execution) < 12 | ||
BuildRequires: rubygem(foreman-tasks) >= 7.0 | ||
BuildRequires: rubygem(foreman-tasks) < 9 | ||
BuildRequires: rubygem(foreman-tasks) < 10 | ||
# end specfile generated dependencies | ||
|
||
%description | ||
|
@@ -83,6 +82,9 @@ cp -a .%{gem_dir}/* \ | |
%{foreman_plugin_log} | ||
|
||
%changelog | ||
* Tue Nov 28 2023 Bernhard Suttner <[email protected]> 15.2.3-1 | ||
- Update to 15.2.3 | ||
|
||
* Thu Sep 07 2023 Foreman Packaging Automation <[email protected]> 15.2.2-1 | ||
- Update to 15.2.2 | ||
|
||
|