From d199a9bafc8082cfa893ca19109284ef094fdef30030df8236fe974432630f8d Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 24 Jan 2012 14:30:43 +0000 Subject: [PATCH] Accepting request 101353 from Virtualization:Cloud:OpenStack:Diablo - fix Obsoletes OBS-URL: https://build.opensuse.org/request/show/101353 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=9 --- python-Pygments.changes | 5 +++++ python-Pygments.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-Pygments.changes b/python-Pygments.changes index 72aac7f..870bb0b 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 24 13:49:17 UTC 2012 - bwiedemann@suse.com + +- fix Obsoletes + ------------------------------------------------------------------- Fri Sep 23 07:23:34 UTC 2011 - saschpe@suse.de diff --git a/python-Pygments.spec b/python-Pygments.spec index a2006a8..4914b4a 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pygments # -# 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 @@ -38,7 +38,7 @@ BuildArch: noarch %endif Provides: python-pygments = %{version} #TODO: Change to '<' after version update: -Obsoletes: python-pygments <= %{version} +Obsoletes: python-pygments < %{version} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description