From 550019921339c286a7eaac01dfc57affeb6bf1ef Mon Sep 17 00:00:00 2001 From: lauk001 Date: Fri, 5 Aug 2022 14:04:56 +0800 Subject: [PATCH] License compliance rectification --- libnet.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libnet.spec b/libnet.spec index 686fa20..0b251d3 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 -- Gitee