fix missing Requires:python3-pyyaml
(cherry picked from commit 11e821b53a3cef9eab2f520f263096bd0e23b525)
This commit is contained in:
parent
6e3d52a572
commit
ae29f44be3
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: gala-anteater
|
Name: gala-anteater
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A time-series anomaly detection platform for operating system.
|
Summary: A time-series anomaly detection platform for operating system.
|
||||||
License: MulanPSL2
|
License: MulanPSL2
|
||||||
URL: https://gitee.com/openeuler/gala-anteater
|
URL: https://gitee.com/openeuler/gala-anteater
|
||||||
@ -25,6 +25,7 @@ Abnormal detection module for A-Ops project
|
|||||||
Summary: Python3 package of gala-anteater
|
Summary: Python3 package of gala-anteater
|
||||||
Requires: python3-APScheduler python3-kafka-python python3-joblib python3-numpy
|
Requires: python3-APScheduler python3-kafka-python python3-joblib python3-numpy
|
||||||
Requires: python3-pandas python3-requests python3-scikit-learn python3-pytorch
|
Requires: python3-pandas python3-requests python3-scikit-learn python3-pytorch
|
||||||
|
Requires: python3-pyyaml
|
||||||
|
|
||||||
%description -n python3-gala-anteater
|
%description -n python3-gala-anteater
|
||||||
Python3 package of gala-anteater
|
Python3 package of gala-anteater
|
||||||
@ -74,6 +75,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 19 2023 Zhen Chen <chenzhen126@huawei.com> - 1.0.1-3
|
||||||
|
- fix missing Requires:python3-pyyaml
|
||||||
|
|
||||||
* Tue Jan 17 2023 Zhen Chen <chenzhen126@huawei.com> - 1.0.1-2
|
* Tue Jan 17 2023 Zhen Chen <chenzhen126@huawei.com> - 1.0.1-2
|
||||||
- fix str2enum bug & data query refactor
|
- fix str2enum bug & data query refactor
|
||||||
- add systemd service for anteater
|
- add systemd service for anteater
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user