From e54b35ed04a511801857689bc511106db33fd838 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:34:00 +0800 Subject: [PATCH] update code --- iptstate.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/iptstate.spec b/iptstate.spec index 0d3de49..c0fe265 100644 --- a/iptstate.spec +++ b/iptstate.spec @@ -1,7 +1,7 @@ Name: iptstate Summary: A top-like display of IP Tables state table entries Version: 2.2.6 -Release: 8 +Release: 9 License: zlib URL: http://www.phildev.net/iptstate/ Source: https://github.com/jaymzh/iptstate/releases/download/v%{version}/%{name}-%{version}.tar.bz2 @@ -27,13 +27,19 @@ This package is written to display the top-like in IP Tables make install PREFIX=%{buildroot}%{_prefix} INSTALL="install -p" %files -%doc LICENSE +%license LICENSE %{_sbindir}/iptstate %{_mandir}/man8/iptstate.* %files help -%doc README.md +%doc README.md Changelog %changelog +* Sat Oct 19 2019 openEuler Buildteam - 2.2.6-9 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:remove the root of LICENSE + * Wed Sep 10 2019 openEuler Buildteam - 2.2.6-8 - Package init