diff --git a/python-bsddb3.changes b/python-bsddb3.changes index e0c6a2a..d7a0fee 100644 --- a/python-bsddb3.changes +++ b/python-bsddb3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 29 10:09:27 UTC 2010 - rhafer@novell.com + +- Use generic db-devel in BuildRequires instead of libdb-4_5-devel. + ------------------------------------------------------------------- Tue Jun 22 12:50:44 UTC 2010 - hvogel@novell.com diff --git a/python-bsddb3.spec b/python-bsddb3.spec index bce34e0..1bfd28d 100644 --- a/python-bsddb3.spec +++ b/python-bsddb3.spec @@ -20,7 +20,7 @@ Name: python-bsddb3 Version: 5.0.0 -Release: 1 +Release: 4 Summary: Python interface for Berkeley DB Url: http://pypi.python.org/pypi/bsddb3 License: MIT License @@ -28,7 +28,7 @@ Group: Development/Libraries/Python Source: %{modname}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %{py_requires} -BuildRequires: libdb-4_5-devel python-devel +BuildRequires: db-devel python-devel %description This module provides a nearly complete wrapping of the Oracle/Sleepycat C API