From d9ad0bffb1c96b9b2b1344fb6b9d8995156bbe4f Mon Sep 17 00:00:00 2001 From: Yuanhe Shu Date: Mon, 3 Jun 2024 17:18:23 +0800 Subject: [PATCH] dry run Signed-off-by: Yuanhe Shu --- kexec-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index bf667e8..b3819d9 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -3,7 +3,7 @@ %global mkdf_ver 1.7.4 %global mkdf_shortver %(c=%{mkdf_ver}; echo ${c:0:7}) -%define anolis_release 5 +%define anolis_release 6 Name: kexec-tools Version: 2.0.26 @@ -344,6 +344,9 @@ done %doc TODO AUTHORS %changelog +* Mon Jun 03 2024 Yuanhe Shu - 2.0.26-6 +- Omit hibmc-drm module in dump capture kernel (bug#9181) + * Wed Feb 21 2024 Chang Gao - 2.0.26-5 - Update makedumpfile to 1.7.4 (bug#8121) -- Gitee