diff --git a/dropwatch.spec b/dropwatch.spec index a90b7eb..2399393 100644 --- a/dropwatch.spec +++ b/dropwatch.spec @@ -1,6 +1,6 @@ Name: dropwatch Version: 1.5 -Release: 6 +Release: 7 Summary: Kernel dropped packet monitoring utility License: GPLv2+ @@ -35,7 +35,7 @@ mkdir -p %{buildroot}%{_mandir}/man1 install -m0644 doc/dropwatch.1 %{buildroot}%{_mandir}/man1 %files -%doc COPYING +%license COPYING %{_bindir}/dropwatch %files help @@ -43,6 +43,12 @@ install -m0644 doc/dropwatch.1 %{buildroot}%{_mandir}/man1 %{_mandir}/man1/dropwatch.1.gz %changelog +* Sat Oct 19 2019 openEuler Buildteam - 1.5-7 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change copying file to license + * Fri Aug 16 2019 openEuler Buildteam - 1.5-6 - Package Init