forked from pool/python-pymongo
Accepting request 162546 from home:k0da:ppc
- Set Exclusive arch for LittleEndian machines. mongodb is not BigEndian compatible. - Set Exclusive arch for LittleEndian machines. mongodb is not BigEndian compatible. OBS-URL: https://build.opensuse.org/request/show/162546 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 3 21:23:59 UTC 2013 - dvaleev@suse.com
|
||||||
|
|
||||||
|
- Set Exclusive arch for LittleEndian machines. mongodb is not
|
||||||
|
BigEndian compatible.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 27 03:21:28 UTC 2013 - mlin@suse.com
|
Wed Mar 27 03:21:28 UTC 2013 - mlin@suse.com
|
||||||
|
|
||||||
|
@@ -32,6 +32,8 @@ Suggests: mongodb
|
|||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
%endif
|
%endif
|
||||||
|
#currently mongodb is available only for little-endian CPU
|
||||||
|
ExclusiveArch: %{ix86} x86_64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The PyMongo distribution contains tools for interacting with MongoDB
|
The PyMongo distribution contains tools for interacting with MongoDB
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 3 21:24:48 UTC 2013 - dvaleev@suse.com
|
||||||
|
|
||||||
|
- Set Exclusive arch for LittleEndian machines. mongodb is not
|
||||||
|
BigEndian compatible.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 27 03:21:57 UTC 2013 - mlin@suse.com
|
Wed Mar 27 03:21:57 UTC 2013 - mlin@suse.com
|
||||||
|
|
||||||
|
@@ -34,6 +34,8 @@ Suggests: mongodb
|
|||||||
%if %{?suse_version} <= 1140
|
%if %{?suse_version} <= 1140
|
||||||
%define python3_sitearch /usr/lib64/python3.1/site-packages
|
%define python3_sitearch /usr/lib64/python3.1/site-packages
|
||||||
%endif
|
%endif
|
||||||
|
#currently mongodb is available only for little-endian CPU
|
||||||
|
ExclusiveArch: %{ix86} x86_64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The PyMongo distribution contains tools for interacting with MongoDB
|
The PyMongo distribution contains tools for interacting with MongoDB
|
||||||
|
Reference in New Issue
Block a user