From 363da3b68c846eb6923a659e385f3a55ded5b5de Mon Sep 17 00:00:00 2001 From: happy_orange Date: Tue, 11 Oct 2022 04:24:25 -0400 Subject: [PATCH] change the filter matching rules for abi and api --- abi.attr | 2 +- api.attr | 2 +- system-rpm-config.spec | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/abi.attr b/abi.attr index 4096e72..ea38bda 100644 --- a/abi.attr +++ b/abi.attr @@ -1,2 +1,2 @@ %__abi_provides %{_rpmconfigdir}/compatibiliy-deps.sh abi %{name} %{version} -%__abi_path ^/usr/lib/compatibility/[^/]+/[^/]+abi\.tar\.gz$ +%__abi_path ^/usr/lib/compatibility/[^/]+/[^/]+\.dump$ diff --git a/api.attr b/api.attr index a50d8cf..25defec 100644 --- a/api.attr +++ b/api.attr @@ -1,2 +1,2 @@ %__api_provides %{_rpmconfigdir}/compatibiliy-deps.sh api %{name} %{version} -%__api_path ^/usr/lib/compatibility/[^/]+/[^/]+api\.tar\.gz$ +%__api_path ^/usr/lib/compatibility/[^/]+/[^/]+*\.option.list$ diff --git a/system-rpm-config.spec b/system-rpm-config.spec index 89b132c..03ffe91 100644 --- a/system-rpm-config.spec +++ b/system-rpm-config.spec @@ -1,4 +1,5 @@ -%define anolis_release 8 +%define anolis_release 9 + Summary: Anolis OS specific rpm configuration files Name: system-rpm-config Version: 23 @@ -175,6 +176,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/anolis/srpm forge.lua %license MulanPSL %changelog +* Tue Oct 11 2022 happy_orange - 23.9 +- change the filter matching rules for abi and api fileattr. + * Tue Oct 11 2022 Funda Wang - 23.8 - add fix-dlsearch-path-in-libtool from mageia for automatically fix sys_lib_dlsearch_path_spec in configure script shipped in packages -- Gitee