Build requires bzip2-devel, not bzip2 (#124925).

CVS patchset: 7743
CVS date: 2005/02/07 23:04:28
This commit is contained in:
jbj 2005-02-07 23:04:28 +00:00
parent ecc7ba5ff1
commit 2b6fc07fe7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ BuildRequires: sqlite3-devel
# XXX Red Hat 5.2 has not bzip2 or python
%if %{with_bzip2}
BuildRequires: bzip2 >= 0.9.0c-2
BuildRequires: bzip2-devel >= 0.9.0c-2
%endif
%if %{with_python_subpackage}
BuildRequires: python-devel >= %{with_python_version}