BR: rubygem(rake) for %check
This commit is contained in:
parent
9c0bb086b7
commit
0b31a53e16
@ -3,7 +3,7 @@
|
||||
%global mainver 3.10.3
|
||||
%undefine prever
|
||||
|
||||
%global mainrel 1
|
||||
%global mainrel 2
|
||||
%global prerpmver %(echo "%{?prever}" | sed -e 's|\\.||g')
|
||||
|
||||
%global need_bootstrap_set 0
|
||||
@ -30,6 +30,9 @@ BuildRequires: rubygems-devel
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(thread_order)
|
||||
BuildRequires: rubygem(bigdecimal)
|
||||
# spec/rspec/support/spec/shell_out_spec.rb -> lib/rspec/support/spec/library_wide_checks.rb
|
||||
# -> rake (%%check)
|
||||
BuildRequires: rubygem(rake)
|
||||
BuildRequires: git
|
||||
%endif
|
||||
|
||||
@ -103,6 +106,9 @@ ruby -rrubygems -Ilib/ -S rspec spec/ || \
|
||||
%doc %{gem_docdir}
|
||||
|
||||
%changelog
|
||||
* Sat Jan 29 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.10.3-2
|
||||
- BR: rubygem(rake) for %%check
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.3-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user