From 67e53b3fcae910df5187dbf93c213886413ccc37 Mon Sep 17 00:00:00 2001 From: licihua Date: Fri, 22 Jan 2021 17:32:52 +0800 Subject: [PATCH] add miss require libabigail --- README.md | 1 + openEuler-Advisor.spec | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1e7afec..f9c25f70 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ tag中版本的间隔符,如果 tag是 v1_0_1,然后配置separator 为"_" yum install rpmdevtools (ver>=8.3) pip3 install beautifulsoup4 (ver>=4.9.3) yum install yum-utils (ver>=1.1.31) + yum install libabigail (ver>=1.6) ##### b. json文件配置 创建json文件:~/.gitee_personal_token.json diff --git a/openEuler-Advisor.spec b/openEuler-Advisor.spec index c7b27169..fb5a08e9 100644 --- a/openEuler-Advisor.spec +++ b/openEuler-Advisor.spec @@ -1,6 +1,6 @@ Name: openEuler-Advisor Version: 1.0 -Release: 3 +Release: 4 Summary: Collection of automatic tools for easily maintaining openEuler Group: Application License: Mulan PSL v2 @@ -8,7 +8,7 @@ URL: https://gitee.com/openeuler/openEuler-Advisor Source0: https://gitee.com/openeuler/openEuler-Advisor/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3 pytest -Requires: python3-pyrpm python3-pyyaml python3-requests rpmdevtools python3-beautifulsoup4 dnf-plugins-core +Requires: python3-pyrpm python3-pyyaml python36-requests rpmdevtools python-BeautifulSoup yum-utils libabigail %description Collection of automatic tools for easily maintaining openEuler @@ -47,6 +47,9 @@ py.test-%{python3_version} -vv tests || : %attr(0755,root,root) %{_bindir}/prow_review_tool %changelog +* Fri Jan 22 2021 licihua - 1.0-4 +- check_abi: add miss require "libabigail" + * Tue Dec 1 2020 smileknife - 1.0-3 - review_tool: support for ci/cd framework prow -- Gitee