From 19a5ae745187e12e1753ec4994805aeb3bd1e106 Mon Sep 17 00:00:00 2001 From: jiangheng Date: Sat, 8 Oct 2022 17:49:53 +0800 Subject: [PATCH] fix marco expansion in changelog (cherry picked from commit 9d9bc9fb76d439c1ee1c7191186e4c341ad5c723) --- iproute.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iproute.spec b/iproute.spec index 3acb799..d328776 100644 --- a/iproute.spec +++ b/iproute.spec @@ -1,6 +1,6 @@ Name: iproute Version: 5.15.0 -Release: 4 +Release: 5 Summary: Linux network configuration utilities License: GPLv2+ and Public Domain URL: https://kernel.org/pub/linux/utils/net/iproute2/ @@ -89,6 +89,12 @@ install -m 0644 lib/libnetlink.a %{buildroot}%{_libdir}/libnetlink.a %{_mandir}/* %changelog +* Sat Oct 08 2022 jiangheng - 5.15.0-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix marco expansion in changelog + * Fri Aug 26 2022 sunsuwan - 5.15.0-4 - Type:bugfix - ID:NA @@ -122,7 +128,7 @@ install -m 0644 lib/libnetlink.a %{buildroot}%{_libdir}/libnetlink.a - DESC: update to 5.15.0 * Mon Aug 02 2021 chenyanpanHW - 5.10.0-2 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Tue Jan 26 2021 xihaochen - 5.10.0-1 - Type:requirements -- Gitee