And enable check on rawhide
This commit is contained in:
parent
2cb9d42d20
commit
4acb29d3a1
@ -4,7 +4,7 @@
|
||||
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
|
||||
%global fullver %{majorver}%{?preminorver}
|
||||
|
||||
%global fedorarel 1
|
||||
%global fedorarel 2
|
||||
|
||||
%global gemname rspec-expectations
|
||||
%global geminstdir %{gemdir}/gems/%{gemname}-%{fullver}
|
||||
@ -15,7 +15,7 @@
|
||||
# runtime part of rspec-expectaions does not depend on rspec-core
|
||||
%global need_bootstrap_set 1
|
||||
%if 0%{?fedora} >= 16
|
||||
%global need_bootstrap_set 1
|
||||
%global need_bootstrap_set 0
|
||||
%endif
|
||||
|
||||
%{!?need_bootstrap: %global need_bootstrap %{need_bootstrap_set}}
|
||||
@ -108,6 +108,9 @@ popd
|
||||
%{geminstdir}/spec/
|
||||
|
||||
%changelog
|
||||
* Tue May 3 2011 Mamoru Tasaka <mtasaka@fedoraproject.org>
|
||||
- And enable check on rawhide
|
||||
|
||||
* Tue May 3 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.6.0-0.1.rc4
|
||||
- 2.6.0 rc4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user