-
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_resource_quota to 0.3.1
Co-authored-by: Evgeni Golov <[email protected]>
- Loading branch information
1 parent
26bdae7
commit d8cba92
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
packages/plugins/rubygem-foreman_resource_quota/foreman_resource_quota-0.2.2.gem
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
packages/plugins/rubygem-foreman_resource_quota/foreman_resource_quota-0.3.1.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/w8/53/SHA256E-s53248--cb59a0d989de07b7031cd054f11a3c551756975eedcf881a79862a4d673df55d.1.gem/SHA256E-s53248--cb59a0d989de07b7031cd054f11a3c551756975eedcf881a79862a4d673df55d.1.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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# template: foreman_plugin | ||
%global gem_name foreman_resource_quota | ||
%global plugin_name resource_quota | ||
%global foreman_min_version 3.5.0 | ||
%global foreman_min_version 3.13 | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 0.2.2 | ||
Version: 0.3.1 | ||
Release: 1%{?foremandist}%{?dist} | ||
Summary: Foreman Plug-in for resource quota | ||
License: GPLv3 | ||
|
@@ -18,12 +18,13 @@ BuildRequires: foreman-plugin >= %{foreman_min_version} | |
Requires: ruby | ||
BuildRequires: ruby | ||
BuildRequires: rubygems-devel | ||
BuildRequires: (rubygem(foreman-tasks) >= 10.0 with rubygem(foreman-tasks) < 11) | ||
BuildArch: noarch | ||
Provides: foreman-plugin-%{plugin_name} = %{version} | ||
# end specfile generated dependencies | ||
|
||
# start package.json devDependencies BuildRequires | ||
BuildRequires: (npm(@babel/core) >= 7.7.0 with npm(@babel/core) < 8.0.0) | ||
BuildRequires: (npm(@babel/core) >= 7.23.0 with npm(@babel/core) < 8.0.0) | ||
BuildRequires: npm(@theforeman/builder) >= 12.0.1 | ||
# end package.json devDependencies BuildRequires | ||
|
||
|
@@ -88,6 +89,9 @@ cp -a .%{gem_dir}/* \ | |
%{foreman_plugin_log} | ||
|
||
%changelog | ||
* Thu Nov 28 2024 Nadja Heitmann <[email protected]> - 0.3.1-1 | ||
- Update to 0.3.1 | ||
|
||
* Thu May 09 2024 Bastian Schmidt <[email protected]> 0.2.2-1 | ||
- Add rubygem-foreman_resource_quota generated by gem2rpm using the foreman_plugin template | ||
|