diff --git a/dbus-python.spec b/dbus-python.spec index 557f7f4..5c826b8 100644 --- a/dbus-python.spec +++ b/dbus-python.spec @@ -7,7 +7,7 @@ Summary: D-Bus Python Bindings Name: dbus-python Version: 0.70 -Release: 5 +Release: 6 URL: http://www.freedesktop.org/software/dbus/ Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz Patch0: dbus-python-0.70-fix-binary-modules-dir.patch @@ -17,6 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: dbus-glib-devel >= %{dbus_glib_version} BuildRequires: Pyrex >= %{pyrex_version} +Requires: libxml2-python %description @@ -47,6 +48,9 @@ rm -rf %{buildroot} %{python_sitearch}/dbus/*.py* %changelog +* Fri Aug 18 2006 Karsten Hopp - 0.70-6 +- require libxml2-python for site-packages/dbus/introspect_parser.py + * Thu Jul 20 2006 Jesse Keating - 0.70-5 - Remove unnecessary obsoletes