-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rubygem-foreman_google to 3.0.0
- Loading branch information
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
packages/plugins/rubygem-foreman_google/foreman_google-2.0.1.gem
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
packages/plugins/rubygem-foreman_google/foreman_google-3.0.0.gem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/pW/Wz/SHA256E-s59392--984a1ce85f49b4bc74a16324a4e9f63402a781e6685f024a49b47b9f61824d0e.0.gem/SHA256E-s59392--984a1ce85f49b4bc74a16324a4e9f63402a781e6685f024a49b47b9f61824d0e.0.gem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
|
||
%global gem_name foreman_google | ||
%global plugin_name google | ||
%global foreman_min_version 3.7.0 | ||
%global foreman_min_version 3.13.0 | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 2.0.1 | ||
Release: 2%{?foremandist}%{?dist} | ||
Version: 3.0.0 | ||
Release: 1%{?foremandist}%{?dist} | ||
Summary: Google Compute Engine plugin for the Foreman | ||
License: GPLv3 | ||
URL: https://github.com/theforeman/foreman_google | ||
|
@@ -19,8 +19,10 @@ Obsoletes: foreman-gce < 3.5.0-1 | |
Requires: foreman >= %{foreman_min_version} | ||
BuildRequires: foreman-assets >= %{foreman_min_version} | ||
BuildRequires: foreman-plugin >= %{foreman_min_version} | ||
Requires: ruby >= 2.5 | ||
BuildRequires: ruby >= 2.5 | ||
Requires: ruby >= 2.7 | ||
Requires: ruby < 4 | ||
BuildRequires: ruby >= 2.7 | ||
BuildRequires: ruby < 4 | ||
BuildRequires: rubygems-devel | ||
BuildRequires: (rubygem(google-apis-compute_v1) >= 0.14 with rubygem(google-apis-compute_v1) < 1) | ||
BuildRequires: (rubygem(google-cloud-compute) >= 0.2 with rubygem(google-cloud-compute) < 1) | ||
|
@@ -96,6 +98,9 @@ cp -a .%{gem_dir}/* \ | |
%{foreman_plugin_log} | ||
|
||
%changelog | ||
* Fri Sep 13 2024 Foreman Packaging Automation <[email protected]> - 3.0.0-1 | ||
- Update to 3.0.0 | ||
|
||
* Tue May 07 2024 Evgeni Golov - 2.0.1-2 | ||
- Rebuild for Webpack asset compression | ||
|
||
|