diff --git a/libnet.spec b/libnet.spec index 686fa20741c72e213a15ff3cd8e2e4ecf0776c4d..0b251d3432af126883e512a806dd863abafb80c2 100644 --- a/libnet.spec +++ b/libnet.spec @@ -1,8 +1,8 @@ Name: libnet Version: 1.2 -Release: 1 +Release: 2 Summary: A C library to help with construction and handling of network packets -License: BSD +License: BSD-2-Clause URL: https://github.com/libnet/libnet/ Source: https://github.com/libnet/libnet/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: automake autoconf libtool doxygen graphviz @@ -72,6 +72,9 @@ rm -f doc/html/Makefile* %{_mandir}/man3/%{name}*.3* %changelog +* Fri Aug 05 2022 liukuo - 1.2-2 +- License compliance rectification + * Wed Jul 29 2020 Shinwell Hu - 1.2-1 - libnet requires doxygen and graphviz to build document