Enable tests again
This commit is contained in:
parent
ebdc0ec96c
commit
49c1a399ba
@ -3,11 +3,11 @@
|
|||||||
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
|
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
|
||||||
%global fullver %{majorver}%{?preminorver}
|
%global fullver %{majorver}%{?preminorver}
|
||||||
|
|
||||||
%global fedorarel 0.1
|
%global fedorarel 1
|
||||||
|
|
||||||
%global gem_name rspec-expectations
|
%global gem_name rspec-expectations
|
||||||
|
|
||||||
%global need_bootstrap_set 1
|
%global need_bootstrap_set 0
|
||||||
|
|
||||||
%undefine __brp_mangle_shebangs
|
%undefine __brp_mangle_shebangs
|
||||||
|
|
||||||
@ -84,12 +84,10 @@ ruby -rrubygems -Ilib/ -S rspec spec/
|
|||||||
%files doc
|
%files doc
|
||||||
%{gem_docdir}
|
%{gem_docdir}
|
||||||
|
|
||||||
%if 0
|
%changelog
|
||||||
* Fri Dec 11 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.10.0-1
|
* Fri Dec 11 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.10.0-1
|
||||||
- Enable tests again
|
- Enable tests again
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Fri Dec 11 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.10.0-0.1
|
* Fri Dec 11 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.10.0-0.1
|
||||||
- 3.10.0
|
- 3.10.0
|
||||||
- Once disable test for bootstrap
|
- Once disable test for bootstrap
|
||||||
|
Loading…
Reference in New Issue
Block a user