From 9349a7f9c5f1b9aa0ca271834215d1b7d1992ee4 Mon Sep 17 00:00:00 2001 From: Zhen Chen Date: Tue, 6 Dec 2022 22:09:19 +0800 Subject: [PATCH] Provide gala-ops package to install anteater/spider/inference at once (cherry picked from commit 4395cd9853e0fba9b2394c2114e78bd5d6c26752) --- gala-spider.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gala-spider.spec b/gala-spider.spec index 07bfbce..f30d49f 100644 --- a/gala-spider.spec +++ b/gala-spider.spec @@ -2,7 +2,7 @@ Name: gala-spider Version: 1.0.0 -Release: 4 +Release: 5 Summary: OS topological graph storage service and cause inference service for gala-ops project License: MulanPSL2 URL: https://gitee.com/openeuler/gala-spider @@ -17,6 +17,12 @@ patch0: 0001-cause-inference-optimization.patch %description OS topological graph storage service for gala-ops project +%package -n gala-ops +Summary: gala-anteater/spider/inference installation package +Requires: gala-anteater gala-inference gala-spider + +%description -n gala-ops +This package requires gala-anteater/spider/inference, allowing users to install them all at once %package -n python3-%{name} Summary: Python3 package of gala-spider @@ -93,6 +99,8 @@ fi %{_bindir}/spider-storage %{_unitdir}/gala-spider.service +%files -n gala-ops +%defattr(-,root,root) %files -n python3-%{name} %{python3_sitelib}/spider/* @@ -115,6 +123,9 @@ fi %changelog +* Tue Dec 6 2022 Zhen Chen - 1.0.0-5 +- Provide gala-ops package to install anteater/spider/inference at once + * Mon Dec 5 2022 tangxin xie - 1.0.0-4 - add restart service when update software