14
0
forked from pool/python-pyasn1
2012-04-17 15:13:45 +00:00
committed by Git OBS Bridge
parent af86c76ff0
commit 1aa4824616
2 changed files with 7 additions and 5 deletions

View File

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

View File

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