Enable tests again
This commit is contained in:
parent
72bac05405
commit
2f1719c8e9
@ -3,13 +3,13 @@
|
||||
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
|
||||
%global fullver %{majorver}%{?preminorver}
|
||||
|
||||
%global fedorarel 0.1
|
||||
%global fedorarel 1
|
||||
|
||||
%global gem_name rspec-core
|
||||
|
||||
# %%check section needs rspec-core, however rspec-core depends on rspec-mocks
|
||||
# runtime part of rspec-mocks does not depend on rspec-core
|
||||
%global need_bootstrap_set 1
|
||||
%global need_bootstrap_set 0
|
||||
%if 0%{?fedora} >= 25
|
||||
# Disable test for now due to cucumber v.s. gherkin dependency issue
|
||||
# pulled by aruba
|
||||
@ -158,6 +158,9 @@ ruby -rubygems -Ilib/ -S exe/rspec || \
|
||||
%{gem_docdir}
|
||||
|
||||
%changelog
|
||||
* Sat May 6 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.6.0-1
|
||||
- Enable tests again
|
||||
|
||||
* Sat May 6 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.6.0-0.1
|
||||
- 3.6.0
|
||||
- Once disable tests
|
||||
|
Loading…
Reference in New Issue
Block a user