update web node modules

(cherry picked from commit f0fb666c376115bc72ca985a7cae4ba9c503c7f5)
This commit is contained in:
Yiru Wang Mac 2021-09-06 21:09:06 +08:00 committed by openeuler-sync-bot
parent c921cfee10
commit 42f5f37cc7
3 changed files with 10 additions and 9 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,12 @@
#needsrootforbuild
Name: A-Ops
Version: 1.0.1
Version: v1.0.1
Release: 2
Summary: The intelligent ops toolkit for openEuler
License: MulanPSL2
URL: https://gitee.com/openeuler/A-Ops
Source0: %{name}-v%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
Source1: A-Ops-web-node-modules.tar.gz
# build for gopher
BuildRequires: cmake gcc-c++ yum elfutils-devel clang >= 10.0.1 llvm libconfig-devel
@ -147,7 +147,10 @@ website for A-Ops, deployed by Nginx
%define debug_package %{nil}
%prep
%autosetup -n %{name}-v%{version}
%setup
%setup -T -D -a 1
cp -r A-Ops-web-node-modules/node_modules aops-web/
# prepare for web
pushd aops-web
npm config set registry https://mirrors.huaweicloud.com/repository/npm/
@ -433,12 +436,11 @@ fi
%changelog
* Mon Sep 6 2021 Lostwayzxc<luoshengwei@huawei.com> - 1.0.1-2
* Mon Sep 6 2021 Yiru Wang<wangyiru1@huawei.com> - v1.0.1-2
- add web build modle of the aops
* Mon Sep 6 2021 Lostwayzxc<luoshengwei@huawei.com> - 1.0.1-1
- update src, add intelligent check and diagnosis module, and
- add web of the aops
* Mon Sep 6 2021 Lostwayzxc<luoshengwei@huawei.com> - v1.0.1-1
- update src, add intelligent check and diagnosis module
* Thu Sep 2 2021 zhaoyuxing<zhaoyuxsing2@huawei.com> - 1.0.0-4
- add service file in gala-spider
@ -452,4 +454,3 @@ fi
* Sat Jul 31 2021 orange-snn<songnannan2@huawei.com> - 1.0.0-1
- Package init