forked from pool/python-pymongo
Accepting request 199087 from home:Andreas_Schwab:Factory
- Fix file list for aarch64 OBS-URL: https://build.opensuse.org/request/show/199087 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=26
This commit is contained in:
committed by
Git OBS Bridge
parent
849f3f5180
commit
5960ac8d99
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 19:18:50 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
- Fix file list for aarch64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 11 21:11:29 UTC 2013 - dmueller@suse.com
|
Wed Sep 11 21:11:29 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
@@ -55,7 +55,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE README.rst
|
%doc LICENSE README.rst
|
||||||
%ifarch %{ix86} x86_64 %{arm}
|
%ifarch %{ix86} x86_64 %{arm} aarch64
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
%else
|
%else
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
Reference in New Issue
Block a user