diff --git a/python-PasteDeploy.changes b/python-PasteDeploy.changes index 5a5ef95..acd8c1c 100644 --- a/python-PasteDeploy.changes +++ b/python-PasteDeploy.changes @@ -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 diff --git a/python-PasteDeploy.spec b/python-PasteDeploy.spec index 17f722c..b73150c 100644 --- a/python-PasteDeploy.spec +++ b/python-PasteDeploy.spec @@ -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