Build requires bzip2-devel, not bzip2 (#124925).
authorjbj <devnull@localhost>
Mon, 7 Feb 2005 23:04:28 +0000 (23:04 +0000)
committerjbj <devnull@localhost>
Mon, 7 Feb 2005 23:04:28 +0000 (23:04 +0000)
CVS patchset: 7743
CVS date: 2005/02/07 23:04:28

rpm.spec.in

index 977c31a..c850554 100644 (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}