update A-Ops.spec.
This commit is contained in:
parent
676c2a839e
commit
837a61b876
11
A-Ops.spec
11
A-Ops.spec
@ -1,6 +1,6 @@
|
|||||||
Name: A-Ops
|
Name: A-Ops
|
||||||
Version: v1.1.1
|
Version: v1.1.1
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: The intelligent ops toolkit for openEuler
|
Summary: The intelligent ops toolkit for openEuler
|
||||||
License: MulanPSL2
|
License: MulanPSL2
|
||||||
URL: https://gitee.com/openeuler/A-Ops
|
URL: https://gitee.com/openeuler/A-Ops
|
||||||
@ -9,6 +9,8 @@ Source1: A-Ops-web-node-modules.tar.gz
|
|||||||
patch0001: 0001-fix-diag-return.patch
|
patch0001: 0001-fix-diag-return.patch
|
||||||
patch0002: 0002-fix-log-of-task-execution.patch
|
patch0002: 0002-fix-log-of-task-execution.patch
|
||||||
patch0003: 0003-add-permission-control-in-ragdoll.patch
|
patch0003: 0003-add-permission-control-in-ragdoll.patch
|
||||||
|
patch0004: 0004-fix-logos-instructions-and-size.patch
|
||||||
|
patch0005: 0005-switch-logo-images.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
|
||||||
@ -172,6 +174,8 @@ website for A-Ops, deployed by Nginx
|
|||||||
%patch0001 -p1
|
%patch0001 -p1
|
||||||
%patch0002 -p1
|
%patch0002 -p1
|
||||||
%patch0003 -p1
|
%patch0003 -p1
|
||||||
|
%patch0004 -p1
|
||||||
|
git apply $RPM_SOURCE_DIR/0005-switch-logo-images.patch --binary
|
||||||
cp -r A-Ops-web-node-modules/node_modules aops-web/
|
cp -r A-Ops-web-node-modules/node_modules aops-web/
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -493,6 +497,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 29 2021 chemingdao<chemingdao@huawei.com> - v1.1.1-4
|
||||||
|
- switch logo images and modify logo size.
|
||||||
|
|
||||||
* Wed Sep 29 2021 orange-snn<songnannan2@huawei.com> - v1.1.1-3
|
* Wed Sep 29 2021 orange-snn<songnannan2@huawei.com> - v1.1.1-3
|
||||||
- add permission control in ragdoll.
|
- add permission control in ragdoll.
|
||||||
|
|
||||||
@ -545,4 +552,4 @@ fi
|
|||||||
- Update spec
|
- Update spec
|
||||||
|
|
||||||
* Sat Jul 31 2021 orange-snn<songnannan2@huawei.com> - 1.0.0-1
|
* Sat Jul 31 2021 orange-snn<songnannan2@huawei.com> - 1.0.0-1
|
||||||
- Package init
|
- Package init
|
||||||
Loading…
x
Reference in New Issue
Block a user