Provide gala-ops package to install anteater/spider/inference at once
(cherry picked from commit 4395cd9853e0fba9b2394c2114e78bd5d6c26752)
This commit is contained in:
parent
27afc3eec0
commit
9349a7f9c5
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: gala-spider
|
Name: gala-spider
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: OS topological graph storage service and cause inference service for gala-ops project
|
Summary: OS topological graph storage service and cause inference service for gala-ops project
|
||||||
License: MulanPSL2
|
License: MulanPSL2
|
||||||
URL: https://gitee.com/openeuler/gala-spider
|
URL: https://gitee.com/openeuler/gala-spider
|
||||||
@ -17,6 +17,12 @@ patch0: 0001-cause-inference-optimization.patch
|
|||||||
%description
|
%description
|
||||||
OS topological graph storage service for gala-ops project
|
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}
|
%package -n python3-%{name}
|
||||||
Summary: Python3 package of gala-spider
|
Summary: Python3 package of gala-spider
|
||||||
@ -93,6 +99,8 @@ fi
|
|||||||
%{_bindir}/spider-storage
|
%{_bindir}/spider-storage
|
||||||
%{_unitdir}/gala-spider.service
|
%{_unitdir}/gala-spider.service
|
||||||
|
|
||||||
|
%files -n gala-ops
|
||||||
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%files -n python3-%{name}
|
%files -n python3-%{name}
|
||||||
%{python3_sitelib}/spider/*
|
%{python3_sitelib}/spider/*
|
||||||
@ -115,6 +123,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 6 2022 Zhen Chen <chenzhen126@huawei.com> - 1.0.0-5
|
||||||
|
- Provide gala-ops package to install anteater/spider/inference at once
|
||||||
|
|
||||||
* Mon Dec 5 2022 tangxin xie <xietangxin@huawei.com> - 1.0.0-4
|
* Mon Dec 5 2022 tangxin xie <xietangxin@huawei.com> - 1.0.0-4
|
||||||
- add restart service when update software
|
- add restart service when update software
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user