15
0
forked from pool/python-Routes

Accepting request 101357 from Virtualization:Cloud:OpenStack:Diablo

- Fix Obsoletes

OBS-URL: https://build.opensuse.org/request/show/101357
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Routes?expand=0&rev=6
This commit is contained in:
Pavol Rusnak
2012-01-24 14:29:56 +00:00
committed by Git OBS Bridge
parent 3a2a40e714
commit b7cf002919
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Routes
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -36,7 +36,7 @@ BuildArch: noarch
%endif
Provides: python-routes = %{version}
#TODO: Change back to '<' after next version update:
Obsoletes: python-routes <= %{version}
Obsoletes: python-routes < %{version}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description