Skip to content

Commit

Permalink
Update rubygem-foreman_dhcp_browser to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Foreman Packaging Automation authored and github-actions[bot] committed Jan 26, 2025
1 parent 1dc402d commit d5bf840
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,25 @@

%global gem_name foreman_dhcp_browser
%global plugin_name dhcp_browser
%global foreman_min_version 1.12.0
%global foreman_min_version 3.14.0

Summary: DHCP browser plugin for Foreman
Name: %{?scl_prefix}rubygem-%{gem_name}
Version: 0.0.8
Release: 6%{?foremandist}%{?dist}
Version: 0.1.1
Release: 1%{?foremandist}%{?dist}
Group: Applications/Systems
License: GPLv3
URL: https://github.com/theforeman/foreman_dhcp_browser
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(deface)
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
BuildRequires: ruby
BuildRequires: rubygems-devel
BuildArch: noarch
Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version}
Provides: foreman-plugin-%{plugin_name}
Provides: foreman-plugin-%{plugin_name} = %{version}
# end specfile generated dependencies
Provides: foreman-plugin-dhcp-browser
%{?scl:Obsoletes: ruby193-rubygem-%{gem_name}}
Expand Down Expand Up @@ -96,6 +91,9 @@ cp -pa .%{gem_dir}/* \
%{foreman_plugin_log}
%changelog
* Sun Jan 26 2025 Foreman Packaging Automation <[email protected]> - 0.1.1-1
- Update to 0.1.1
* Mon May 09 2022 Evgeni Golov - 0.0.8-6
- log plugin installation in posttrans
Expand Down

0 comments on commit d5bf840

Please sign in to comment.