-
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_ansible to 15.0.5
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
packages/plugins/rubygem-foreman_ansible/foreman_ansible-15.0.4.gem
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
packages/plugins/rubygem-foreman_ansible/foreman_ansible-15.0.5.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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/MV/6F/SHA256E-s330752--bbb488a27e7becf733d0d2acb25106205017771223c405b14b4bed739422b902.5.gem/SHA256E-s330752--bbb488a27e7becf733d0d2acb25106205017771223c405b14b4bed739422b902.5.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 3.13.0 | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 15.0.4 | ||
Version: 15.0.5 | ||
Release: 1%{?foremandist}%{?dist} | ||
Summary: Ansible integration with Foreman (theforeman.org) | ||
License: GPLv3 | ||
|
@@ -20,7 +20,7 @@ BuildRequires: ruby | |
BuildRequires: rubygems-devel | ||
BuildRequires: (rubygem(acts_as_list) >= 1.0.3 with rubygem(acts_as_list) < 1.1) | ||
BuildRequires: rubygem(deface) < 2.0 | ||
BuildRequires: (rubygem(foreman_remote_execution) >= 14.0 with rubygem(foreman_remote_execution) < 15) | ||
BuildRequires: (rubygem(foreman_remote_execution) >= 14.0 with rubygem(foreman_remote_execution) < 16) | ||
BuildRequires: (rubygem(foreman-tasks) >= 10.0 with rubygem(foreman-tasks) < 11) | ||
BuildArch: noarch | ||
Provides: foreman-plugin-%{plugin_name} = %{version} | ||
|
@@ -94,6 +94,9 @@ cp -a .%{gem_dir}/* \ | |
%{foreman_plugin_log} | ||
|
||
%changelog | ||
* Thu Jan 30 2025 Foreman Packaging Automation <[email protected]> - 15.0.5-1 | ||
- Update to 15.0.5 | ||
|
||
* Sun Jan 26 2025 Foreman Packaging Automation <[email protected]> - 15.0.4-1 | ||
- Update to 15.0.4 | ||
|
||
|