From 93ab5c3f8b96a40c182709c9cfbace8fae66c700 Mon Sep 17 00:00:00 2001 From: lauk001 Date: Wed, 3 Aug 2022 09:34:27 +0800 Subject: [PATCH] License compliance rectification --- iptstate.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/iptstate.spec b/iptstate.spec index 58eb7eb..7fc20c6 100644 --- a/iptstate.spec +++ b/iptstate.spec @@ -1,8 +1,8 @@ Name: iptstate Summary: A top-like display of IP Tables state table entries Version: 2.2.7 -Release: 1 -License: zlib +Release: 2 +License: Zlib URL: http://www.phildev.net/iptstate/ Source: https://github.com/jaymzh/iptstate/releases/download/v%{version}/%{name}-%{version}.tar.bz2 Patch0: iptstate-2.1-man8.patch @@ -33,6 +33,9 @@ make install PREFIX=%{buildroot}%{_prefix} INSTALL="install -p" %doc README.md Changelog %changelog +* Wed Aug 03 2022 liukuo - 2.2.7-2 +- License compliance rectification + * Mon Mar 21 2022 xihaochen - 2.2.7-1 - Type:bugfix - Id:NA