From 859f07973733b889ff9fafd80d3aca1fa3ff7e8b Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 22 May 2024 11:00:36 +0800 Subject: [PATCH] fix source link --- iptables.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/iptables.spec b/iptables.spec index 39631a4..59ede46 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global script_path %{_libexecdir}/iptables %global legacy_actions %{_libexecdir}/initscripts/legacy-actions @@ -9,7 +9,7 @@ URL: https://www.netfilter.org/projects/iptables Version: 1.8.9 Release: %{anolis_release}%{?dist} License: GPLv2 and Artistic Licence 2.0 and ISC -Source: https://www.netfilter.org/pub/iptables/files/%{name}-%{version}.tar.xz +Source: https://www.netfilter.org/pub/iptables/%{name}-%{version}.tar.xz Source1: iptables.init Source2: iptables-config Source3: iptables.service @@ -395,6 +395,9 @@ fi %changelog +* Wed May 22 2024 mgb01105731 - 1.8.9-4 +- fix source link + * Mon Apr 17 2023 Chunmei Xu - 1.8.9-3 - fix iptables-nft post scriptlet fail -- Gitee