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
This commit is contained in:
Pavol Rusnak 2012-01-24 14:30:43 +00:00 committed by Git OBS Bridge
parent b0994783cf
commit d199a9bafc
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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