From 4c214d6c64a9cc5b7cd7c7d7b65010d2e1b5d3e5 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:01:48 +0800 Subject: [PATCH] update code --- arptables.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/arptables.spec b/arptables.spec index c57e8f4..83bbcb0 100644 --- a/arptables.spec +++ b/arptables.spec @@ -1,6 +1,6 @@ Name: arptables Version: 0.0.4 -Release: 15 +Release: 16 Summary: Administration tool for arp packet filtering License: GPLv2+ @@ -53,7 +53,7 @@ echo '# Configure prior to use' > $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name %systemd_postun_with_restart %{name}.service %files -%doc COPYING +%license COPYING %{_libexecdir}/%{name}-helper %{_unitdir}/%{name}.service %{_sbindir}/%{name}* @@ -64,6 +64,12 @@ echo '# Configure prior to use' > $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name %{_mandir}/man8/*.gz %changelog +* Sat Oct 19 2019 openEuler Buildteam - 0.0.4-16 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the directory of the license files + * Thu Sep 5 2019 openEuler Buildteam - 0.0.4-15 - Package Init