- Added Provides/Obsoletes for python-pastedeploy

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=2
This commit is contained in:
Sascha Peilicke 2011-09-01 09:07:08 +00:00 committed by Git OBS Bridge
parent a5cd887910
commit 05bfb1fc66
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 1 09:05:45 UTC 2011 - saschpe@suse.de
- Added Provides/Obsoletes for python-pastedeploy
-------------------------------------------------------------------
Thu Sep 1 09:00:16 UTC 2011 - saschpe@suse.de

View File

@ -33,6 +33,8 @@ Requires: python-Paste
BuildArch: noarch
%endif
%endif
Provides: python-pastedeploy = %{version}
Obsoletes: python-pastedeploy < %{version}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description