diff options
| author | CoprDistGit <infra@openeuler.org> | 2025-09-18 08:33:55 +0000 | 
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2025-09-18 08:33:55 +0000 | 
| commit | 9fe0fa5e7234d6ffe882a9ae5aafd7a8be6dc319 (patch) | |
| tree | cb74e2f3d5eef36c4907e312812e970447772497 | |
| parent | 0b3e7c70d199df26b3d35198e1f0f8faf5be1b55 (diff) | |
automatic import of osmind-ai
| -rw-r--r-- | osmind-ai.spec | 6 | ||||
| -rw-r--r-- | sources | 2 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/osmind-ai.spec b/osmind-ai.spec index 61f27e9..98dad4c 100644 --- a/osmind-ai.spec +++ b/osmind-ai.spec @@ -10,7 +10,7 @@ Source0:        %{name}-%{version}.tar.gz  %global debug_package %{nil}  %global _enable_debug_package 0 -#BuildRequires:  go +BuildRequires:  go  Requires:       systemd  %description @@ -20,8 +20,8 @@ OSMind AI Service packaged as RPM.  %setup -q  %build -go mod tidy -go build -o osmind_agent cmd/einoagent/main.go  # 替换为你的编译命令 +/usr/bin/go mod tidy +/usr/bin/go build -o osmind_agent cmd/einoagent/main.go  # 替换为你的编译命令  %install  # 创建目录 @@ -1 +1 @@ -e4405153d7ad5ed1c3d96ba215abe3da  osmind-ai-1.0.0.tar.gz +64e2a2789ffe42e89fb7d20fe7cffad0  osmind-ai-1.0.0.tar.gz  | 
