Accepting request 101354 from Virtualization:Cloud:OpenStack:Diablo
- fix Obsoletes OBS-URL: https://build.opensuse.org/request/show/101354 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=8
This commit is contained in:
parent
50fa08b7b8
commit
465d01205a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 24 13:49:57 UTC 2012 - bwiedemann@suse.com
|
||||
|
||||
- fix Obsoletes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 13:16:21 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-M2Crypto
|
||||
#
|
||||
# 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
|
||||
@ -15,6 +15,8 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: python-M2Crypto
|
||||
Version: 0.21.1
|
||||
Release: 0
|
||||
@ -38,7 +40,7 @@ BuildRequires: fdupes
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
Provides: python-m2crypto = %{version}
|
||||
# TODO: Change <= back to = with new upstream release
|
||||
Obsoletes: python-m2crypto <= %{version}
|
||||
Obsoletes: python-m2crypto < %{version}
|
||||
|
||||
%description
|
||||
M2Crypto is a crypto and SSL toolkit for Python featuring the
|
||||
|
Loading…
Reference in New Issue
Block a user