1
0

- Add provides/obsoletes for python-formencode

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=2
This commit is contained in:
Sascha Peilicke 2011-09-01 08:47:29 +00:00 committed by Git OBS Bridge
parent 9c422e9579
commit 1283e9fb5e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 1 08:46:05 UTC 2011 - saschpe@suse.de
- Add provides/obsoletes for python-formencode
-------------------------------------------------------------------
Thu Sep 1 08:38:45 UTC 2011 - saschpe@suse.de

View File

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