- x86_64: don't fail "make check" while diagnosing db-4.3.21 upgrade.

This commit is contained in:
jbj 2004-11-13 20:29:05 +00:00
parent dddff426c6
commit 47f9c31f8d
1 changed files with 5 additions and 0 deletions

View File

@ -140,8 +140,12 @@ ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
%if %{make_check}
%check
%ifarch x86_64
make check check-swig-pl CLEANUP=yes || :
%else
make check check-swig-pl CLEANUP=yes
%endif
%endif
%clean
rm -rf ${RPM_BUILD_ROOT}
@ -194,6 +198,7 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 1.1.1-4
- rebuild against db-4.3.21.
- x86_64: don't fail "make check" while diagnosing db-4.3.21 upgrade.
* Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 1.1.1-3
- rebuild against python 2.4