From 1c2014c0a1037e0c579cfe7360e243ab89ad0955cdc002ef07f814ea280bb2bd Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 24 Jan 2012 14:31:02 +0000 Subject: [PATCH] Accepting request 101352 from Virtualization:Cloud:OpenStack:Diablo - fix Obsoletes OBS-URL: https://build.opensuse.org/request/show/101352 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyserial?expand=0&rev=4 --- python-pyserial.changes | 5 +++++ python-pyserial.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pyserial.changes b/python-pyserial.changes index bb00470..43f5321 100644 --- a/python-pyserial.changes +++ b/python-pyserial.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 24 13:48:22 UTC 2012 - bwiedemann@suse.com + +- fix Obsoletes + ------------------------------------------------------------------- Tue Sep 6 15:23:26 UTC 2011 - saschpe@suse.de diff --git a/python-pyserial.spec b/python-pyserial.spec index e817435..4950261 100644 --- a/python-pyserial.spec +++ b/python-pyserial.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyserial # -# 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-serial = %{version} #TODO: Change back to '<' after next version update -Obsoletes: python-serial <= %{version} +Obsoletes: python-serial < %{version} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description