14
0
Sascha Peilicke
2012-06-26 09:59:33 +00:00
committed by Git OBS Bridge
parent 2d40a52324
commit 7ec15d0efe
2 changed files with 3 additions and 7 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
Tue Jan 24 13:44:53 UTC 2012 - bwiedemann@suse.com
- fix Obsoletes
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 1 11:23:28 UTC 2011 - oliver.bengs@opensuse.org Fri Apr 1 11:23:28 UTC 2011 - oliver.bengs@opensuse.org

View File

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