From a80fc9bc438677cf4e7857dbc4229aced300580e Mon Sep 17 00:00:00 2001 From: yangl777 Date: Wed, 30 Jul 2025 07:52:37 +0000 Subject: [PATCH] fix display of changelog (cherry picked from commit 86cc4421a840ab2c683bcad1f8d8084e3374b264) --- iptables.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/iptables.spec b/iptables.spec index 49e3023..d7ef588 100644 --- a/iptables.spec +++ b/iptables.spec @@ -2,7 +2,7 @@ %global legacy_actions %{_libexecdir}/initscripts/legacy-actions Name: iptables Version: 1.8.7 -Release: 19 +Release: 20 Summary: IP packet filter administration utilities License: GPL-2.0-only and Artistic-2.0 URL: https://www.netfilter.org/ @@ -352,6 +352,12 @@ fi %{_mandir}/man8/xtables-legacy* %changelog +* Wed Jul 30 2025 yanglu - 1.8.7-20 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix display of changelog + * Thu Nov 21 2024 yanglu - 1.8.7-19 - Type:bugfix - CVE:NA @@ -458,7 +464,7 @@ ebtables translate Print flush command after parsing is finished - DESC:delete useless so files * Wed Mar 02 2022 duyiwei - 1.8.7-5 -- change %systemd_requires to %{?systemd_requires} +- change systemd_requires to {?systemd_requires} * Wed Feb 23 2022 gaihuiying - 1.8.7-4 - Type:bugfix @@ -473,7 +479,7 @@ ebtables translate Print flush command after parsing is finished - 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