From 63994f3c6ff46ba6d599d290ebf5bf7454349068 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 9 Dec 2024 14:46:04 +0800 Subject: [PATCH] Rebuild for remove inappropriate build dependencies. Signed-off-by: mgb01105731 --- emacs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs.spec b/emacs.spec index a2d38ce..2c98506 100644 --- a/emacs.spec +++ b/emacs.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global _hardened_build 1 # This file is encoded in UTF-8. -*- coding: utf-8 -*- @@ -511,6 +511,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %{_includedir}/emacs-module.h %changelog +* Mon Dec 09 2024 mgb01105731 - 29.4-2 +- Rebuild for remove inappropriate build dependencies. + * Fri Nov 08 2024 mgb01105731 - 1:29.4-1 - update to 29.4 - fix CVE-2024-30202 CVE-2024-30203 CVE-2024-30204 CVE-2024-30205 -- Gitee