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

Bump rubygem-hammer_cli_foreman_rh_cloud to 1.0.2 #9982

Merged
merged 1 commit into from
Nov 14, 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 @@ -9,7 +9,7 @@
%global hammer_confdir %{_root_sysconfdir}/hammer

Name: %{?scl_prefix}rubygem-%{gem_name}
Version: 1.0.1
Version: 1.0.2
Release: 1%{?foremandist}%{?dist}
Summary: Foreman Rh Cloud plugin for Hammer CLI
Group: Development/Languages
Expand All @@ -18,16 +18,10 @@ URL: https://github.com/theforeman/hammer-cli-foreman-rh-cloud
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem

# start specfile generated dependencies
Requires: %{?scl_prefix_ruby}ruby(release)
Requires: %{?scl_prefix_ruby}ruby
Requires: %{?scl_prefix_ruby}ruby(rubygems)
Requires: %{?scl_prefix}rubygem(hammer_cli_foreman) >= 3.0.0
Requires: %{?scl_prefix}rubygem(hammer_cli_foreman) < 4.0.0
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}
# end specfile generated dependencies

%description
Expand Down Expand Up @@ -79,6 +73,7 @@ install -m 0644 .%{gem_instdir}/config/%{plugin_name}.yml \
%dir %{gem_instdir}
%license %{gem_instdir}/LICENSE
%{gem_libdir}
%{gem_instdir}/locale
%exclude %{gem_cache}
%{gem_spec}
%config %{hammer_confdir}/cli.modules.d/%{plugin_name}.yml
Expand All @@ -89,6 +84,9 @@ install -m 0644 .%{gem_instdir}/config/%{plugin_name}.yml \
%doc %{gem_instdir}/config

%changelog
* Mon Oct 09 2023 Chris Roberts <[email protected]> 1.0.2-1
- Update to 1.0.2

* Thu Oct 28 2021 Shimon Shtein <[email protected]> 1.0.1-1
- Add rubygem-hammer_cli_foreman_rh_cloud generated by gem2rpm using the hammer_plugin template