From 4ace319c180ee892fbb3363e1c199eb9ccc2540f2f30dc17292fc26c1c8e3db0 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 24 Jan 2012 14:31:31 +0000 Subject: [PATCH] Accepting request 101350 from Virtualization:Cloud:OpenStack:Diablo - fix Obsoletes OBS-URL: https://build.opensuse.org/request/show/101350 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-memcached?expand=0&rev=4 --- python-python-memcached.changes | 5 +++++ python-python-memcached.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-python-memcached.changes b/python-python-memcached.changes index 9ba4901..1e7aecc 100644 --- a/python-python-memcached.changes +++ b/python-python-memcached.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/python-python-memcached.spec b/python-python-memcached.spec index 8ef6a3c..fe76c5a 100644 --- a/python-python-memcached.spec +++ b/python-python-memcached.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-memcached # -# 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-memcached = %{version} #TODO: Change back to '<' after next version update: -Obsoletes: python-memcached <= %{version} +Obsoletes: python-memcached < %{version} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description