- x86_64: don't fail "make check" while diagnosing db-4.3.21 upgrade.
This commit is contained in:
parent
dddff426c6
commit
47f9c31f8d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user