aops-hermes/aops-hermes.spec
Hu gang 004cad3df9 fix: fix diagnosis
(cherry picked from commit 70f7c8d1530fd17d86f1c75998151f7c8166cd81)
2023-12-23 11:35:53 +08:00

159 lines
6.0 KiB
RPMSpec

%define debug_package %{nil}
Name: aops-hermes
Version: v1.4.0
Release: 5
Summary: Web for an intelligent diagnose frame
License: MulanPSL2
URL: https://gitee.com/openeuler/%{name}
Source0: %{name}-%{version}.tar.gz
Source1: node_modules.tar.gz
Patch001: 001-bugfix-and-adapt-rollback-tasks.patch
Patch002: 002-fix-hotpatch-remove-filter.patch
Patch003: 003-change-search-placeholder.patch
Patch004: 004-modify-search-key-for-hostlist.patch
Patch005: 005-add-input-text-limit.patch
Patch006: 006-host-status-adaption.patch
Patch007: 007-host-info-and-generate-task.patch
Patch008: 008-fix-diagnosis.patch
BuildRequires: nodejs node-gyp nodejs-yarn
Requires: nginx
%description
Web for an intelligent diagnose frame
%prep
%autosetup -n %{name}-%{version} -p1
%setup -T -D -a 1
%build
yarn build
%install
mkdir -p %{buildroot}/opt/aops/web
cp -r dist %{buildroot}/opt/aops/web/
mkdir -p %{buildroot}/%{_sysconfdir}/nginx
cp -r deploy/aops-nginx.conf %{buildroot}/%{_sysconfdir}/nginx/
mkdir -p %{buildroot}/usr/lib/systemd/system
cp -r deploy/aops-hermes.service %{buildroot}/usr/lib/systemd/system/
%files
%attr(0755, root, root) /opt/aops/web/dist/*
%attr(0755, root, root) %{_sysconfdir}/nginx/aops-nginx.conf
%attr(0755, root, root) /usr/lib/systemd/system/aops-hermes.service
%changelog
* Fri Dec 22 2023 Hu gang<18768366022@163.com> - v1.4.0-5
- Fix diagnosis
* Fri Dec 22 2023 Hu gang<18768366022@163.com> - v1.4.0-4
- Added an interface adaptation for host status
- Added a field to determine whether the kernel changes after the host is restarted
- Added a new hot patch prompt for creating a repair task
- Fix some bug
* Tue Dec 19 2023 Hu gang<18768366022@163.com> - v1.4.0-3
- Add imput text limit
* Mon Dec 18 2023 Hu gang<18768366022@163.com> - v1.4.0-2
- Added keyword search for host list
- Fixed the problem of abnormal list rendering in task details task running state
- Optimize some page copywriting
- Adaptation rollback task related (creation, execution, detailed viewing, task report viewing, etc.)
- Solve the problem of hot and cold patch execution tasks failing when creating a repair task.
- Fix hotpatch remove list filter failed
* Tue Dec 12 2023 Hu gang<18768366022@163.com> - v1.4.0-1
- adapt to NewRepair Tasks Including DetailsCreation TaskReports And TaskExecution
- Modify the original rollback task to hot patch rollback
- Added related rollback tasks
* Mon Nov 27 2023 Hu gang<18768366022@163.com> - v1.3.5-2
- Resolve the problem of host display of the expanded menu in the host management batch adding host interface
- Optimize the logic of adding hosts in batches under different circumstances
* Fri Nov 24 2023 Hu gang<18768366022@163.com> - v1.3.5-1
- Update the master branch code to the 1.3.5
* Tue Nov 14 2023 wangkunlong<505997900@qq.com> - v1.3.4-1
- update 22.03 LTS NEXT branch code to 1.3.4
* Wed Jun 14 2023 wangkunlong<505997900@qq.com> - v1.2.1-7
- The host list under cve has been fixed and the hot patch repair column has been changed to support hot patches
- The CVE list under the host list has-not been fixed and the hot patch support has been changed-to support hot patches
- Generate support for hot patches in the CVE repair task and add tooltip help text after accepting or not
* Fri Jun 9 2023 wangkunlong<505997900@qq.com> - v1.2.1-6
- Fix-token-refresh-issue
- Solve-the-issue-of-unreasonable-layout-in-the-CVE-detail-interface
- Resolve-the-issue-of-incorrect-task-list-filtering
* Fri Jun 2 2023 wangkunlong<505997900@qq.com> - v1.2.1-5
- Add host under cve hotpatch Filtering function
* Fri Jun 2 2023 wangkunlong<505997900@qq.com> - v1.2.1-4
- Add Hot patch Filtering function
* Fri Jun 2 2023 wangkunlong<505997900@qq.com> - v1.2.1-3
- Add the 'accepted' parameter to the interface for creating cve repair tasks
- Modify the cve list under the host and the hot patch support in the affected host list under cve to display two fields: hot patch repair and status
- Modify the display of host status in the host management interface
* Thu Jun 1 2023 wangkunlong<505997900@qq.com> - v1.2.1-2
- Resolve the issue of abnormal page display when switching host details
- Resolve the issue of host details and hot patch support column filtering failure
- Resolve the issue of incorrect filtering conditions in the "Rollback Status" column of the CVE list for task details
- Resolve the issue of incorrect display of the latest status of the host on the task details pag
* Tue May 23 2023 wangkunlong<505997900@qq.com> - v1.2.1-1
- Vulnerability Management Part Code Hot Update Function Update
* Fri Apr 28 2023 wangkunlong<505997900@qq.com> - v1.2.0-2
- Optimize page loading speed
- Optimize routing
- Optimize login and exit interface
- Solve the inconsistency in verifying the host name field between the front and back ends when adding hosts in a single and batch manner
- Optimize login interface UI display
- Resolve the display of registration interface icons and text
- Solve legacy issues with batch adding hosts and editing host interfaces
- Optimize CVE list refresh logic
- Add exit interface
- Optimize Gitee authorization login jump logic
* Mon Apr 17 2023 wangkunlong<505997900@qq.com> - v1.2.0-1
- add host interfaces, optimize the display effect of some interfaces
* Mon Dec 19 2022 wenxin<shusheng.wen@outlook.com> - v1.1.2-4
- Fix the bugs that are found
* Tue Dec 13 2022 wenxin<shusheng.wen@outlook.com> - v1.1.2-3
- Fix the bug that the total number of alarms is not synchronously refreshed
* Mon Dec 12 2022 zhuyuncheng<zhuyuncheng@huawei.com> - v1.1.2-2
- fix some bugs in diana website
* Wed Dec 07 2022 wenxin<shusheng.wen@outlook.com> - v1.1.2-1
- fix some bugs
* Fri Dec 02 2022 wenxin<shusheng.wen@outlook.com> - v1.1.1-1
- fix some bugs
* Sat Nov 26 2022 gongzhengtang<gong_zhengtang@163.com> - v1.1.0-3
- Fix param error and input limit of length
* Fri Nov 25 2022 wenxin<shusheng.wen@outlook.com> - v1.1.0-2
- Adjust the code style
* Fri Nov 25 2022 wenxin<shusheng.wen@outlook.com> - v1.1.0-1
- Fix the bug of cve vulnerability management module
* Tue Nov 22 2022 zhuyuncheng<zhuyuncheng@huawei.com> - v1.0.0-1
- Package init