!24 fix pyinstaller command error on x86_64 architecture.

From: @cherry530 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2025-02-28 15:03:24 +00:00 committed by Gitee
commit f6807a7169
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pyinstaller Name: python-pyinstaller
Version: 3.6 Version: 3.6
Release: 2 Release: 3
Summary: PyInstaller bundles a Python application and all its dependencies into a single package. Summary: PyInstaller bundles a Python application and all its dependencies into a single package.
License: GPL-2.0-only License: GPL-2.0-only
URL: http://www.pyinstaller.org URL: http://www.pyinstaller.org
@ -70,12 +70,19 @@ mv %{buildroot}/doclist.lst .
%files -n python3-pyinstaller -f filelist.lst %files -n python3-pyinstaller -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%ifarch x86_64
%exclude %{python3_sitelib}/PyInstaller/bootloader/{D*,W*,*32*}
%else
%exclude %{python3_sitelib}/PyInstaller/bootloader/{D*,W*,*32*,Linux-64bit} %exclude %{python3_sitelib}/PyInstaller/bootloader/{D*,W*,*32*,Linux-64bit}
%endif
%files help -f doclist.lst %files help -f doclist.lst
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Wed Feb 19 2025 xu_ping <707078654@qq.com> - 3.6-3
- fix pyinstaller command error on x86_64 architecture.
* Thu Jun 13 2024 yao_xin <yao_xin001@hoperun.com> - 3.6-2 * Thu Jun 13 2024 yao_xin <yao_xin001@hoperun.com> - 3.6-2
- License compliance rectification - License compliance rectification