Re-enable tests since they now pass
This commit is contained in:
parent
5246564258
commit
53eee8104a
@ -3,7 +3,7 @@
|
|||||||
Summary: A fast, lightweight distributed source control management system
|
Summary: A fast, lightweight distributed source control management system
|
||||||
Name: mercurial
|
Name: mercurial
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://www.selenic.com/mercurial/
|
URL: http://www.selenic.com/mercurial/
|
||||||
@ -166,10 +166,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libexecdir}/mercurial/
|
%{_libexecdir}/mercurial/
|
||||||
%{_sysconfdir}/mercurial/hgrc.d/hgk.rc
|
%{_sysconfdir}/mercurial/hgrc.d/hgk.rc
|
||||||
|
|
||||||
#%%check
|
%check
|
||||||
#cd tests && %{__python} run-tests.py
|
cd tests && %{__python} run-tests.py
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 1 2009 Neal Becker <ndbecker2@gmail.com> - 1.3-2
|
||||||
|
- Re-enable tests since they now pass
|
||||||
|
|
||||||
* Wed Jul 1 2009 Neal Becker <ndbecker2@gmail.com> - 1.3-1
|
* Wed Jul 1 2009 Neal Becker <ndbecker2@gmail.com> - 1.3-1
|
||||||
- Update to 1.3
|
- Update to 1.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user