From e85e21f67fbc0ddf0b57f4a330ac26ba76ba6c9c Mon Sep 17 00:00:00 2001 From: xh Date: Fri, 14 Jun 2024 08:54:31 +0000 Subject: [PATCH] fix license --- iptables.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iptables.spec b/iptables.spec index 2c8ba54..764e8fc 100644 --- a/iptables.spec +++ b/iptables.spec @@ -2,9 +2,9 @@ %global legacy_actions %{_libexecdir}/initscripts/legacy-actions Name: iptables Version: 1.8.5 -Release: 6 +Release: 7 Summary: IP packet filter administration utilities -License: GPLv2 and Artistic Licence 2.0 and ISC +License: GPL-2.0-only and Artistic-2.0 URL: https://www.netfilter.org/ Source0: https://www.netfilter.org/projects/iptables/files/iptables-%{version}.tar.bz2 Source1: iptables.init @@ -329,6 +329,12 @@ fi %{_mandir}/man8/xtables-legacy* %changelog +* Fri Jun 14 2024 xinghe - 1.8.5-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix license + * Mar Mar 22 2023 zhanghao - 1.8.5-6 - Type:feature - ID:NA -- Gitee