Skip to content

Commit

Permalink
Update rubygem-foreman_resource_quota to 0.3.1
Browse files Browse the repository at this point in the history
Co-authored-by: Evgeni Golov <[email protected]>
  • Loading branch information
nadjaheitmann and evgeni committed Nov 28, 2024
1 parent 26bdae7 commit d8cba92
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.

This file was deleted.

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
Expand All @@ -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

Expand Down Expand Up @@ -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

0 comments on commit d8cba92

Please sign in to comment.