From 18575e07a186024034ed6cd6048d7cbedddb41b9 Mon Sep 17 00:00:00 2001 From: konglidong Date: Tue, 18 Oct 2022 11:53:53 +0800 Subject: [PATCH] fix the changelog exception macro (cherry picked from commit a771f76cb4a1295e4ceb7a0322ae9d3bab3ede40) --- binutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/binutils.spec b/binutils.spec index a245f21..bb3c269 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,7 +1,7 @@ Summary: Binary utilities Name: binutils Version: 2.34 -Release: 21 +Release: 22 License: GPLv3+ URL: https://sourceware.org/binutils @@ -337,6 +337,9 @@ fi %{_infodir}/bfd*info* %changelog +* Tue Oct 18 2022 konglidong - 2.34-22 +- DESC:fix the changelog exception macro + * Tue Jun 21 2022 wangding - 2.34-21 - Type:bugfix - ID:NA @@ -426,7 +429,7 @@ fi - Type:bugfix - ID:NA - SUG:NA -- DESC:move the test to %check phase +- DESC:move the test to %%check phase * Thu Jan 28 2021 yangzhuangzhuang - 2.34-6 - Type:bugfix -- Gitee