diff --git a/0001-adjust-code-style.patch b/0001-adjust-code-style.patch deleted file mode 100644 index d4dca20..0000000 --- a/0001-adjust-code-style.patch +++ /dev/null @@ -1,50 +0,0 @@ -From 47b2eceee147086233b3055a6cd4ce5458d34c16 Mon Sep 17 00:00:00 2001 -From: gongzt -Date: Fri, 25 Nov 2022 19:34:06 +0800 -Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96createrepairtaskdraw?= - =?UTF-8?q?er=E4=BD=BF=E5=85=B6=E4=BB=A3=E7=A0=81=E9=A3=8E=E6=A0=BC?= - =?UTF-8?q?=E7=AC=A6=E5=90=88eslint?= -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - ---- - src/views/leaks/components/CreateRepairTaskDrawer.vue | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/views/leaks/components/CreateRepairTaskDrawer.vue b/src/views/leaks/components/CreateRepairTaskDrawer.vue -index 315d80b..574a6d8 100644 ---- a/src/views/leaks/components/CreateRepairTaskDrawer.vue -+++ b/src/views/leaks/components/CreateRepairTaskDrawer.vue -@@ -344,8 +344,8 @@ export default { - this.form.resetFields(); - }, - // 判断cve修复任务时是否有选择cve -- cveLiIsEmpty(){ -- if(this.cveList.length!==0){ -+ cveLiIsEmpty() { -+ if (this.cveList.length !== 0) { - return false - } - this.visible = false; -@@ -389,7 +389,7 @@ export default { - switch (this.hostListType) { - case hostListTypes[0]: - _this.hostUnderCveLoading = true; -- if(this.cveLiIsEmpty()){ -+ if (this.cveLiIsEmpty()) { - return - } - getHostUnderMultipleCVE({ -@@ -409,7 +409,7 @@ export default { - break; - case hostListTypes[1]: - case hostListTypes[2]: -- if(this.cveLiIsEmpty()){ -+ if (this.cveLiIsEmpty()) { - return - } - const tempObj2 = {}; --- -Gitee - diff --git a/aops-hermes-v1.1.0.tar.gz b/aops-hermes-v1.1.0.tar.gz deleted file mode 100644 index 693397e..0000000 Binary files a/aops-hermes-v1.1.0.tar.gz and /dev/null differ diff --git a/aops-hermes-v1.1.1.tar.gz b/aops-hermes-v1.1.1.tar.gz new file mode 100644 index 0000000..9bf758d Binary files /dev/null and b/aops-hermes-v1.1.1.tar.gz differ diff --git a/aops-hermes.spec b/aops-hermes.spec index c929948..bf6aab5 100644 --- a/aops-hermes.spec +++ b/aops-hermes.spec @@ -1,15 +1,15 @@ %define debug_package %{nil} Name: aops-hermes -Version: v1.1.0 -Release: 3 +Version: v1.1.1 +Release: 1 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 -Patch0001: 0001-adjust-code-style.patch -Patch0002: 0002-fix-param-error-and-limit-of-length.patch + + BuildRequires: nodejs node-gyp nodejs-yarn Requires: nginx @@ -20,7 +20,7 @@ Web for an intelligent diagnose frame %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -n %{name}-%{version} %setup -T -D -a 1 @@ -44,6 +44,8 @@ cp -r deploy/aops-hermes.service %{buildroot}/usr/lib/systemd/system/ %changelog +* Fri Dec 02 2022 wenxin - v1.1.1-1 +- fix some bugs * Sat Nov 26 2022 gongzhengtang - v1.1.0-3 - Fix param error and input limit of length diff --git a/node-modules.tar.gz b/node-modules.tar.gz index 5fabe99..4c505ee 100644 Binary files a/node-modules.tar.gz and b/node-modules.tar.gz differ