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_supervisory_authority to 0.2.0 #11150

Open
wants to merge 1 commit into
base: rpm/develop
Choose a base branch
from
Open
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 @@ -5,11 +5,11 @@

%global gem_name foreman_supervisory_authority
%global plugin_name supervisory_authority
%global foreman_min_version 1.20
%global foreman_min_version 3.10

Name: %{?scl_prefix}rubygem-%{gem_name}
Version: 0.0.2
Release: 4%{?foremandist}%{?dist}
Version: 0.2.0
Release: 1%{?foremandist}%{?dist}
Summary: This Foreman plug-in integrates with Elastic APM
Group: Applications/Systems
License: GPLv3+
Expand All @@ -18,17 +18,13 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem

# start specfile generated dependencies
Requires: foreman >= %{foreman_min_version}
Requires: %{?scl_prefix_ruby}ruby(release)
Requires: %{?scl_prefix_ruby}ruby
Requires: %{?scl_prefix_ruby}ruby(rubygems)
Requires: %{?scl_prefix}rubygem(elastic-apm) >= 2.0
Requires: %{?scl_prefix}rubygem(elastic-apm) < 3
BuildRequires: foreman-plugin >= %{foreman_min_version}
BuildRequires: %{?scl_prefix_ruby}ruby(release)
BuildRequires: %{?scl_prefix_ruby}ruby
BuildRequires: %{?scl_prefix_ruby}rubygems-devel
Requires: ruby >= 2.5
Requires: ruby < 4
BuildRequires: ruby >= 2.5
BuildRequires: ruby < 4
BuildRequires: rubygems-devel
BuildArch: noarch
Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version}
Provides: foreman-plugin-%{plugin_name} = %{version}
# end specfile generated dependencies

Expand Down Expand Up @@ -95,6 +91,9 @@ cp -pa .%{gem_dir}/* \
%{foreman_plugin_log}

%changelog
* Wed Jan 22 2025 Foreman Packaging Automation <[email protected]> - 0.2.0-1
- Update to 0.2.0

* Mon May 09 2022 Evgeni Golov - 0.0.2-4
- log plugin installation in posttrans

Expand Down