From c1121294796f0767ba8f4ab4c722b3074c279d11 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Tue, 6 Jun 2023 10:47:24 +0800 Subject: [PATCH] Modify the spec to add debugedit for loongarch64 Signed-off-by: Wenlong Zhang --- rpm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index f3d6740..1d874f0 100644 --- a/rpm.spec +++ b/rpm.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.2 +%define anolis_release .0.3 %define _legacy_common_support 1 # build against xz? %bcond_without xz @@ -150,6 +150,7 @@ Patch1001: compile-with-Platform-Python-binary-where-relevant.patch Patch1002: rpm-4.14.2-unversioned-python.patch Patch2000: 1000-rpm-anolis-support-loongarch.patch +Patch2001: 0001-debugedit-add-loongarch-support.patch # Partially GPL/LGPL dual-licensed and some bits with BSD # SourceLicense: (GPLv2+ and LGPLv2+ with exceptions) and BSD @@ -699,6 +700,9 @@ make check || cat tests/rpmtests.log %doc doc/librpm/html/* %changelog +* Mon Jun 5 2023 WenlongZhang - 4.14.3-24.0.3 +- Modify the spec to add debugedit for loongarch64 + * Mon Jun 5 2023 doupengda - 4.14.3-24.0.2 - Add loongarch64 support for debugedit -- Gitee