From 6aee8242015fe87aeb183afbe09d7943bf5b8630 Mon Sep 17 00:00:00 2001 From: Hongyu Shi Date: Tue, 11 Nov 2025 11:52:56 +0800 Subject: [PATCH] chore: update RPM spec Signed-off-by: Hongyu Shi --- distribution/linux/euler-copilot-shell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/distribution/linux/euler-copilot-shell.spec b/distribution/linux/euler-copilot-shell.spec index 817f880..134e507 100644 --- a/distribution/linux/euler-copilot-shell.spec +++ b/distribution/linux/euler-copilot-shell.spec @@ -4,7 +4,7 @@ Name: euler-copilot-shell Version: 0.10.2 -Release: 4%{?dev_timestamp:.dev%{dev_timestamp}}%{?dist} +Release: 5%{?dev_timestamp:.dev%{dev_timestamp}}%{?dist} Summary: openEuler Intelligence 智能命令行工具集 License: MulanPSL-2.0 URL: https://gitee.com/openeuler/euler-copilot-shell @@ -134,6 +134,9 @@ rm -f /usr/lib/openeuler-intelligence/scripts/5-resource/env.* fi %changelog +* Tue Nov 11 2025 openEuler - 0.10.2-5 +- Fix detecting el version issue in deployment script + * Tue Nov 04 2025 openEuler - 0.10.2-4 - Fix timeout when executing complex MCP tasks - Feature: Add login through browser (requires proper desktop environment) -- Gitee