From 1415d5d1c2e19efc4c43421f983d1031ef62dacd Mon Sep 17 00:00:00 2001 From: xh Date: Fri, 14 Jun 2024 08:51:08 +0000 Subject: [PATCH] fix license (cherry picked from commit ae91e585d333deaac1f5afb254bf0ec9409b1ec0) --- iptables.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iptables.spec b/iptables.spec index 531ac29..c5df3af 100644 --- a/iptables.spec +++ b/iptables.spec @@ -2,9 +2,9 @@ %global legacy_actions %{_libexecdir}/initscripts/legacy-actions Name: iptables Version: 1.8.7 -Release: 15 +Release: 16 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 @@ -354,6 +354,12 @@ fi %{_mandir}/man8/xtables-legacy* %changelog +* Fri Jun 14 2024 xinghe - 1.8.7-16 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix license + * Thu Apr 18 2024 yanglu - 1.8.7-15 - Type:bugfix - CVE:NA -- Gitee