fix improper obsoletes
This commit is contained in:
parent
3013c2bd90
commit
a2c88bc9ec
@ -7,7 +7,7 @@
|
|||||||
Summary: D-Bus Python Bindings
|
Summary: D-Bus Python Bindings
|
||||||
Name: dbus-python
|
Name: dbus-python
|
||||||
Version: 0.70
|
Version: 0.70
|
||||||
Release: 4
|
Release: 5
|
||||||
URL: http://www.freedesktop.org/software/dbus/
|
URL: http://www.freedesktop.org/software/dbus/
|
||||||
Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||||
Patch0: dbus-python-0.70-fix-binary-modules-dir.patch
|
Patch0: dbus-python-0.70-fix-binary-modules-dir.patch
|
||||||
@ -17,7 +17,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildRequires: dbus-devel >= %{dbus_version}
|
BuildRequires: dbus-devel >= %{dbus_version}
|
||||||
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
||||||
BuildRequires: Pyrex >= %{pyrex_version}
|
BuildRequires: Pyrex >= %{pyrex_version}
|
||||||
Obsoletes: dbus-python < 0.90
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@ -48,6 +47,9 @@ rm -rf %{buildroot}
|
|||||||
%{python_sitearch}/dbus/*.py*
|
%{python_sitearch}/dbus/*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 20 2006 Jesse Keating <jkeating@redhat.com> - 0.70-5
|
||||||
|
- Remove unnecessary obsoletes
|
||||||
|
|
||||||
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-4
|
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-4
|
||||||
- Try python_sitearch this time
|
- Try python_sitearch this time
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user