From 7c20a33b794f365af89419755a2202aafc32a525 Mon Sep 17 00:00:00 2001 From: lixin Date: Fri, 31 Mar 2023 09:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=B1=E6=95=88=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/conf/aarch64/centos_7.9.conf | 6 +++--- src/conf/x86_64/centos_7.9.conf | 6 +++--- uos-abi-check.spec | 9 +++++++-- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/conf/aarch64/centos_7.9.conf b/src/conf/aarch64/centos_7.9.conf index f728e76..a96f5e2 100644 --- a/src/conf/aarch64/centos_7.9.conf +++ b/src/conf/aarch64/centos_7.9.conf @@ -10,13 +10,13 @@ reposdir=/dev/null [huaweicloud] name = CentOS Linux 7.9.2009 -baseurl = https://mirrors.huaweicloud.com/centos-vault/altarch/7.9.2009/os/aarch64/ +baseurl = https://mirrors.huaweicloud.com/centos-altarch/7.9.2009/os/aarch64/ # [tuna] # name = CentOS Linux 7.9.2009 -# baseurl = https://mirrors.tuna.tsinghua.edu.cn/centos-vault/altarch/7.9.2009/os/aarch64/ +# baseurl = https://mirrors.tuna.tsinghua.edu.cn/centos/altarch/7.9.2009/os/aarch64/ # [debuginfo] # name = debuginfo -# baseurl = http://debuginfo.centos.org/7/aarch64/ \ No newline at end of file +# baseurl = http://debuginfo.centos.org/7/aarch64/ diff --git a/src/conf/x86_64/centos_7.9.conf b/src/conf/x86_64/centos_7.9.conf index caca89e..f4dae97 100644 --- a/src/conf/x86_64/centos_7.9.conf +++ b/src/conf/x86_64/centos_7.9.conf @@ -10,13 +10,13 @@ reposdir=/dev/null [huaweicloud] name = CentOS Linux 7.9 -baseurl = https://repo.huaweicloud.com/centos-vault/7.9.2009/os/x86_64/ +baseurl = https://repo.huaweicloud.com/centos/7.9.2009/os/x86_64/Packages # [tuna] # name = CentOS Linux 7.9 -# baseurl = https://mirrors.tuna.tsinghua.edu.cn/centos-vault/7.9.2009/os/x86_64/ +# baseurl = https://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/ # [debuginfo] # name = debuginfo -# baseurl = http://debuginfo.centos.org/7/x86_64/ \ No newline at end of file +# baseurl = http://debuginfo.centos.org/7/x86_64/ diff --git a/uos-abi-check.spec b/uos-abi-check.spec index 88baf24..7fbfc1b 100644 --- a/uos-abi-check.spec +++ b/uos-abi-check.spec @@ -2,7 +2,7 @@ Name: abi-info-check Version: 1.2 -Release: 1 +Release: 2 Summary: A tool for checking backward binary compatibility of a C/C++ software library License: GPL2 URL: https://github.com/deepinlinux @@ -35,6 +35,10 @@ Requires: elfutils Requires: graphviz Requires: ImageMagick + +Obsoletes: abi-info-collect <= %{version} +Provides: abi-info-collect = %{version} + %description A tool for checking backward binary compatibility of a C/C++ software library. @@ -84,9 +88,10 @@ popd %changelog -* Wed Jul 28 2021 guoqinglan - 1.2-1 +* Wed Jul 28 2021 guoqinglan - 1.2-2 - Add library dependency graph tab - Add package dependency graph tab +- Obsoletes abi-info-collect package * Tue Jun 29 2021 guoqinglan - 1.1-2 - Fix the problem that glibc cannot be analyzed correctly -- Gitee