From 135bf75e8c78bdd5a4fb1bf375ae83edeff2d110 Mon Sep 17 00:00:00 2001 From: konglidong Date: Tue, 18 Oct 2022 11:48:40 +0800 Subject: [PATCH] fix the changelog exception macro (cherry picked from commit f386f4243612d36da11f1585505481cef6ef33c0) --- binutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/binutils.spec b/binutils.spec index 6724393..784c3d8 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,7 +1,7 @@ Summary: Binary utilities Name: binutils Version: 2.37 -Release: 12 +Release: 13 License: GPLv3+ URL: https://sourceware.org/binutils @@ -392,6 +392,9 @@ fi %{_infodir}/bfd*info* %changelog +* Tue Oct 18 2022 konglidong - 2.37-13 +- DESC:fix the changelog exception macro + * Sat Oct 08 2022 Chenxi Mao - 2.37-12 - Fix Aarch64 EFI PE section address overlap issue. @@ -498,7 +501,7 @@ fi - Type:bugfix - ID:NA - SUG:NA -- DESC:move the test to %check phase +- DESC:move the test to %%check phase * Sat Jan 9 2021 zoulin - 2.34-8 - Type:CVE -- Gitee