From 3b82915ad05827e6618da2041ad0905e0c060bbc Mon Sep 17 00:00:00 2001 From: lixin Date: Fri, 14 Apr 2023 09:45:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Epython=E4=BE=9D=E8=B5=96beaut?= =?UTF-8?q?ifulsoup4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uos-abi-check.spec => abi-info-check.spec | 2 ++ uos-abi-check | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) rename uos-abi-check.spec => abi-info-check.spec (96%) delete mode 100644 uos-abi-check diff --git a/uos-abi-check.spec b/abi-info-check.spec similarity index 96% rename from uos-abi-check.spec rename to abi-info-check.spec index 834d095..434ca97 100644 --- a/uos-abi-check.spec +++ b/abi-info-check.spec @@ -15,6 +15,7 @@ BuildRequires: python3-pandas BuildRequires: python3-dnf BuildRequires: python3-pexpect BuildRequires: python3-six +BuildRequires: python3-beautifulsoup4 BuildRequires: zlib-devel Requires: python3 @@ -24,6 +25,7 @@ Requires: python3-pandas Requires: python3-dnf Requires: python3-pexpect Requires: python3-six +Requires: python3-beautifulsoup4 Requires: zlib-devel Requires: perl-Data-Dumper diff --git a/uos-abi-check b/uos-abi-check deleted file mode 100644 index b8c318f..0000000 --- a/uos-abi-check +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -python3 /usr/libexec/abi-info-check $@ \ No newline at end of file -- Gitee