From 14603a729945ad67a1a9306cd5cb019b1dc9cb1e Mon Sep 17 00:00:00 2001 From: yangl777 Date: Wed, 30 Jul 2025 07:50:15 +0000 Subject: [PATCH] fix display of changelog (cherry picked from commit f8310cc2ccbd9c72ffe93b2bc411e00767056817) --- iptables.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/iptables.spec b/iptables.spec index 398b739..b96c4b0 100644 --- a/iptables.spec +++ b/iptables.spec @@ -2,7 +2,7 @@ %global legacy_actions %{_libexecdir}/initscripts/legacy-actions Name: iptables Version: 1.8.9 -Release: 10 +Release: 11 Summary: IP packet filter administration utilities License: GPL-2.0-only and Artistic-2.0 URL: https://www.netfilter.org/ @@ -343,6 +343,12 @@ fi %{_datadir}/xtables/iptables.xslt %changelog +* Wed Jul 30 2025 yanglu - 1.8.9-11 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix display of changelog + * Fri Apr 25 2025 yanglu - 1.8.9-10 - Type:bugfix - CVE:NA @@ -445,7 +451,7 @@ fi - DESC:delete useless so files * Tue Mar 01 2022 duyiwei - 1.8.7-4 -- change %systemd_requires to %{?systemd_requires} +- change systemd_requires to {?systemd_requires} * Fri Nov 26 2021 xihaochen - 1.8.7-3 - Type:bugfix @@ -454,7 +460,7 @@ fi - DESC:add check fw in entry * Mon Aug 02 2021 chenyanpanHW - 1.8.7-2 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Fri Jul 23 2021 gaihuiying - 1.8.7-1 - update to 1.8.7 -- Gitee