From b946d4941d0e3bb1385cf51aa4c5860114f90f16 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Mon, 30 Jan 2023 15:58:35 +0800 Subject: [PATCH] recover to requires abi-dumper Signed-off-by: Chunmei Xu --- system-rpm-config.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system-rpm-config.spec b/system-rpm-config.spec index 10e1969..4b4c10b 100644 --- a/system-rpm-config.spec +++ b/system-rpm-config.spec @@ -1,4 +1,4 @@ -%define anolis_release 20 +%define anolis_release 21 Summary: Anolis OS specific rpm configuration files Name: system-rpm-config @@ -192,6 +192,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/anolis/srpm forge.lua %license MulanPSL %changelog +* Mon Jan 30 2023 Chunmei Xu - 1:23-21 +- recover to requires abi-dumper + * Mon Jan 30 2023 Chunmei Xu - 1:23-20 - Temporarily remove requires of abi-dumper (for perl update) -- Gitee