diff --git a/python-pyasn1.changes b/python-pyasn1.changes index b2d9967..471238f 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 17 15:13:35 UTC 2012 - dmueller@suse.com + +- remove self-obsoletes + ------------------------------------------------------------------- Fri Mar 23 09:59:28 UTC 2012 - michael@stroeder.com diff --git a/python-pyasn1.spec b/python-pyasn1.spec index d4e0476..f965cd1 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyasn1 # -# 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 @@ -16,10 +16,9 @@ # - Name: python-pyasn1 Version: 0.1.2 -Release: 1 +Release: 0 Url: http://pyasn1.sf.net/ Summary: ASN.1 types and codecs License: BSD-3-Clause @@ -34,8 +33,6 @@ BuildRequires: python-distribute BuildArch: noarch %endif %endif -Provides: python-pyasn1 = %{version} -Obsoletes: python-pyasn1 < %{version} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description