modify spec for aops-web build and fix some issues.

(cherry picked from commit 12a3a9a80381fbc6b95a64dfec9a00e2421884bd)
This commit is contained in:
zhu-yuncheng 2021-09-15 22:57:49 +08:00 committed by openeuler-sync-bot
parent 451f520039
commit 8d74350e58
2 changed files with 111076 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -7,6 +7,7 @@ URL: https://gitee.com/openeuler/A-Ops
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
Source1: A-Ops-web-node-modules.tar.gz Source1: A-Ops-web-node-modules.tar.gz
patch0001: 0001-modify-deploymanager-ansible-playbook.patch patch0001: 0001-modify-deploymanager-ansible-playbook.patch
patch0002: 0002-fix-issue-for-the-4th-test.patch
# build for gopher # build for gopher
BuildRequires: cmake gcc-c++ yum elfutils-devel clang >= 10.0.1 llvm libconfig-devel BuildRequires: cmake gcc-c++ yum elfutils-devel clang >= 10.0.1 llvm libconfig-devel
@ -487,7 +488,7 @@ fi
%changelog %changelog
* Mon Sep 13 2021 chemingdao<chemingdao@huawei.com> - v1.0.2-3 * Mon Sep 13 2021 chemingdao<chemingdao@huawei.com> - v1.0.2-3
- modify spec for aops-web build - modify spec for aops-web build and fix some issues.
* Tue Sep 11 2021 yangyunyi<yangyunyi2@huawei.com> - v1.0.2-2 * Tue Sep 11 2021 yangyunyi<yangyunyi2@huawei.com> - v1.0.2-2
- modify ansible playbook - modify ansible playbook