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