1 Star 0 Fork 45

李超峰0220/aops-apollo_3

forked from openEuler/aops-apollo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
aops-apollo.spec 3.30 KB
一键复制 编辑 原始数据 按行查看 历史
luxuexian 提交于 2024-07-16 21:34 . 回合aops-2.0至master
Name: aops-apollo
Version: v2.0.0
Release: 1
Summary: Cve management service, monitor machine vulnerabilities and provide fix functions.
License: MulanPSL2
URL: https://gitee.com/openeuler/%{name}
Source0: %{name}-%{version}.tar.gz
BuildRequires: python3-setuptools
Requires: aops-vulcanus >= v2.0.0
Requires: python3-gevent python3-uWSGI python3-celery
Provides: aops-apollo
%description
Cve management service, monitor machine vulnerabilities and provide fix functions.
%package -n aops-apollo-tool
Summary: Small tools for aops-apollo, e.g. updateinfo.xml generater
Requires: python3-rpm
%description -n aops-apollo-tool
smalltools for aops-apollo, e.g.updateinfo.xml generater
%prep
%autosetup -n %{name}-%{version}
# build for aops-apollo
%py3_build
# build for aops-apollo-tool
pushd aops-apollo-tool
%py3_build
popd
# install for aops-apollo
%py3_install
mkdir -p %{buildroot}/opt/aops/
cp -r database %{buildroot}/opt/aops/
# install for aops-apollo-tool
pushd aops-apollo-tool
%py3_install
popd
%files
%doc README.*
%attr(0644,root,root) %{_sysconfdir}/aops/conf.d/aops-apollo.yml
%attr(0755,root,root) %{_unitdir}/aops-apollo.service
%{python3_sitelib}/aops_apollo*.egg-info/*
%{python3_sitelib}/apollo/*
%attr(0755, root, root) /opt/aops/database/*
%files -n aops-apollo-tool
%attr(0644,root,root) %{_sysconfdir}/aops_apollo_tool/updateinfo_config.ini
%attr(0755,root,root) %{_bindir}/gen-updateinfo
%{python3_sitelib}/aops_apollo_tool*.egg-info/*
%{python3_sitelib}/aops_apollo_tool/*
%changelog
%changelog
* Thu Jul 16 2024 luxuexian<[email protected]> - v2.0.0-1
- Update to v2.0.0
- Add cluster management and user auth management
* Thu Oct 19 2023 gongzhengtang<[email protected]> - v1.3.3-1
- Remove hotpatch
* Tue May 23 2023 zhu-yuncheng<[email protected]> - v1.2.1-1
- Better dnf hotpatch plugin for more syscare command
- Add updateinfo.xml generation tool
* Thu May 11 2023 ptyang<[email protected]> - v1.2.0-4
- Add network request exception capture
* Tue May 9 2023 ptyang<[email protected]> - v1.2.0-3
- fix send two emails bug
* Thu Apr 27 2023 ptyang<[email protected]> - v1.2.0-2
- fix args not effective bug
- download SA using a collaborative process
* Mon Apr 17 2023 gongzhengtang<[email protected]> - v1.2.0-1
- add updated security advisory at regular time
- add execute the CVE scan command at regular time
- add correct abnormal data at regular time
- add dnf hotpatch list plugin
* Tue Dec 27 2022 wenxin<[email protected]> - v1.1.2-3
- modify version for vulcanus
* Thu Dec 15 2022 ptyang<[email protected]> - v1.1.2-2
- fix "PARTIAL_SUCCEED" bug
* Wed Dec 07 2022 wenxin<[email protected]> - v1.1.2-1
- modify status code for upload security advisories;fix cve query error
* Mon Dec 05 2022 gongzhengtang<[email protected]> - v1.1.1-3
- Avoid the occasional 500 or query error when the api
- service is started through uwsgi
* Fri Dec 02 2022 gongzhengtang<[email protected]> - v1.1.1-2
- fix param length validate and other bugs
* Fri Dec 02 2022 wenxin<[email protected]> - v1.1.1-1
- fix some bugs
* Sat Nov 26 2022 gongzhengtang<[email protected]> - v1.1.0-2
- Fix param limit of length
* Fri Nov 25 2022 wenxin<[email protected]> - v1.1.0-1
- version update
* Wed Oct 19 2022 zhuyuncheng<[email protected]> - v1.0.0-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-chaofeng-0220/aops-apollo_3.git
[email protected]:li-chaofeng-0220/aops-apollo_3.git
li-chaofeng-0220
aops-apollo_3
aops-apollo_3
master

搜索帮助