14
0

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:
Sascha Peilicke
2013-09-16 08:06:17 +00:00
committed by Git OBS Bridge
parent 849f3f5180
commit 5960ac8d99
2 changed files with 6 additions and 1 deletions

View File

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

View File

@@ -55,7 +55,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc LICENSE README.rst
%ifarch %{ix86} x86_64 %{arm}
%ifarch %{ix86} x86_64 %{arm} aarch64
%{python_sitearch}/*
%else
%{python_sitelib}/*