diff options
-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 |