# Generated from google-cloud-policy_troubleshooter-1.1.2.gem by gem2rpm -*- rpm-spec -*- %global gem_name google-cloud-policy_troubleshooter Name: rubygem-%{gem_name} Version: 1.1.2 Release: 1%{?dist} Summary: API Client library for the IAM Policy Troubleshooter API License: Apache-2.0 URL: https://github.com/googleapis/google-cloud-ruby Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby >= 2.5 # BuildRequires: rubygem(google-style) >= 1.25.1 # BuildRequires: rubygem(google-style) < 1.26 # BuildRequires: rubygem(minitest) >= 5.14 # BuildRequires: rubygem(minitest) < 6 # BuildRequires: rubygem(minitest-focus) >= 1.1 # BuildRequires: rubygem(minitest-focus) < 2 # BuildRequires: rubygem(minitest-rg) >= 5.2 # BuildRequires: rubygem(minitest-rg) < 6 # BuildRequires: rubygem(redcarpet) >= 3.0 # BuildRequires: rubygem(redcarpet) < 4 # BuildRequires: rubygem(simplecov) >= 0.9 # BuildRequires: rubygem(simplecov) < 1 # BuildRequires: rubygem(yard) >= 0.9 # BuildRequires: rubygem(yard) < 1 BuildArch: noarch %description Policy Troubleshooter makes it easier to understand why a user has access to a resource or doesn't have permission to call an API. Given an email, resource, and permission, Policy Troubleshooter will examine all IAM policies that apply to the resource. It then reveals whether the member's roles include the permission on that resource and, if so, which policies bind the member to those roles. %package doc Summary: Documentation for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep %setup -q -n %{gem_name}-%{version} %build # Create the gem as gem install only works on a gem file gem build ../%{gem_name}-%{version}.gemspec # %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir # by default, so that we can move it into the buildroot in %%install %gem_install %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %check pushd .%{gem_instdir} # ruby -e 'Dir.glob "./test/**/*_test.rb", &method(:require)' popd %files %dir %{gem_instdir} %exclude %{gem_instdir}/.yardopts %{gem_instdir}/AUTHENTICATION.md %license %{gem_instdir}/LICENSE.md %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/README.md %changelog * Mon Sep 13 2021 mockbuilder - 1.1.2-1 - Initial package