From 8b674a8eac32340ac663c12d3d3714ef85a7e003526a1ae656d8ca64a96443f6 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 2 Jan 2013 21:52:28 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1-modules?expand=0&rev=11 --- python-pyasn1-modules.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-pyasn1-modules.spec b/python-pyasn1-modules.spec index c31028c..5a2007e 100644 --- a/python-pyasn1-modules.spec +++ b/python-pyasn1-modules.spec @@ -32,9 +32,10 @@ Requires: python-pyasn1 %py_requires %if 0%{?suse_version} > 1110 BuildArch: noarch +%else +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %endif %endif -%{!?python_sitelib: %global python_sitelib %(%{ python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description This is an implementation of ASN.1 types and codecs in Python programming From 1ab2fd6a88bdee4b95844f5f0a1299e1988b5cc8fd43cd5674f81a4514b1a68e Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 2 Jan 2013 21:53:02 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1-modules?expand=0&rev=12 --- python-pyasn1-modules.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-pyasn1-modules.changes b/python-pyasn1-modules.changes index 5ae1de2..9aa6c43 100644 --- a/python-pyasn1-modules.changes +++ b/python-pyasn1-modules.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 2 19:44:41 UTC 2013 - toddrme2178@gmail.com + +- Fix building on SLES + ------------------------------------------------------------------- Fri Jul 27 18:03:12 UTC 2012 - michael@stroeder.com