Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rubygem-foreman_remote_execution to 9.1.0 #9241

Merged
merged 1 commit into from
Mar 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

%global gem_name foreman_remote_execution
%global plugin_name remote_execution
%global foreman_min_version 3.4.0
%global foreman_min_version 3.6

Summary: Plugin that brings remote execution capabilities to Foreman
Name: %{?scl_prefix}rubygem-%{gem_name}
Version: 9.0.1
Version: 9.1.0
Release: 1%{?foremandist}%{?dist}
Group: Applications/Systems
License: GPLv3
Expand Down Expand Up @@ -38,8 +38,8 @@ BuildRequires: rubygem(foreman-tasks) >= 7.1.0
# start package.json devDependencies BuildRequires
BuildRequires: npm(@babel/core) >= 7.7.0
BuildRequires: npm(@babel/core) < 8.0.0
BuildRequires: npm(@theforeman/builder) >= 10.1.0
BuildRequires: npm(@theforeman/builder) < 11.0.0
BuildRequires: npm(@theforeman/builder) >= 12.0.1
BuildRequires: npm(@theforeman/builder) < 13.0.0
BuildRequires: npm(graphql) >= 15.5.0
BuildRequires: npm(graphql) < 16.0.0
BuildRequires: npm(graphql-tag) >= 2.11.0
Expand Down Expand Up @@ -159,6 +159,9 @@ install -Dp -m0644 %{buildroot}%{gem_instdir}/extra/cockpit/settings.yml.example
%{foreman_plugin_log}

%changelog
* Fri Mar 10 2023 Foreman Packaging Automation <packaging@theforeman.org> 9.1.0-1
- Update to 9.1.0

* Sun Jan 01 2023 Foreman Packaging Automation <packaging@theforeman.org> 9.0.1-1
- Update to 9.0.1

Expand Down