diff --git a/euler-copilot-framework-0.9.6.tar.gz b/euler-copilot-framework-0.9.6.tar.gz index 57b10b6635f4ad3239ed4cdb76d8170bdf20a36d..c475a2d4e96b14473a8dd803d2a02191699cfa33 100644 Binary files a/euler-copilot-framework-0.9.6.tar.gz and b/euler-copilot-framework-0.9.6.tar.gz differ diff --git a/euler-copilot-framework.spec b/euler-copilot-framework.spec index 32f43fac492ff2483f70acc47d8a44d3a07f0a79..6c50f10b5a2dd910de1bfdfe405601e63e94a12b 100644 --- a/euler-copilot-framework.spec +++ b/euler-copilot-framework.spec @@ -1,13 +1,14 @@ %define _python_bytecompile_skip 1 Name: euler-copilot-framework Version: 0.9.6 -Release: 1 +Release: 2 Summary: Intelligent framework Engine Based On LLM License: MulanPSL-2.0 URL: https://gitee.com/openeuler/euler-copilot-framework Source0: %{name}-%{version}.tar.gz Requires: python3 +Requires: python3-pip Requires: python3-aiofiles Requires: python3-aiohttp Requires: python3-asyncer @@ -47,7 +48,7 @@ Intelligent framework engine based on LLM that supports calling traditional serv %post -pip install pyarrow paddlepaddle lancedb pymongo -i https://mirrors.huaweicloud.com/repository/pypi/simple &> /dev/null +pip install pyarrow lancedb pymongo -i https://mirrors.huaweicloud.com/repository/pypi/simple echo -e "\033[0;32m%{name}-%{version}-%{release} installed successfully.\033[0m" @@ -62,7 +63,7 @@ cp -rf %{_builddir}/%{name}-%{version}/manual %{buildroot}%{_prefix}/lib/%{name} cp -rf %{_builddir}/%{name}-%{version}/sample %{buildroot}%{_prefix}/lib/%{name} install -m 0440 %{_builddir}/%{name}-%{version}/LICENSE %{buildroot}%{_datadir}/licenses/%{name} install -m 0440 %{_builddir}/%{name}-%{version}/README.md %{buildroot}%{_datadir}/doc/%{name} -install -m 0640 %{_builddir}/%{name}-%{version}/.config.example.toml %{buildroot}%{_sysconfdir}/%{name}/config.toml +install -m 0640 %{_builddir}/%{name}-%{version}/assets/.config.example.toml %{buildroot}%{_sysconfdir}/%{name}/config.toml find %{buildroot}%{_prefix}/lib/%{name} -type d -exec chmod 750 {} \; find %{buildroot}%{_prefix}/lib/%{name} -type f -exec chmod 640 {} \; @@ -82,6 +83,8 @@ find %{buildroot}%{_prefix}/lib/%{name} -type f -exec chmod 640 {} \; %changelog +* Wed Jun 18 2025 WANG-shine - 0.9.6-2 +- Bug fix * Mon Jun 09 2025 liujiangbin - 0.9.6-1 - Package Spec generated