[netsniff-ng] Fixed license field, the package is licensed under GPLv2, not GPLv2+

Jaroslav Škarvada jskarvad at fedoraproject.org
Mon Sep 3 09:41:42 UTC 2012


commit c6bb7442e2e32101d0cc57dfe30cfefe4ac7d221
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Mon Sep 3 11:40:55 2012 +0200

    Fixed license field, the package is licensed under GPLv2, not GPLv2+
    
    - Updated summary & description to be in sync with upstream

 netsniff-ng.spec |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/netsniff-ng.spec b/netsniff-ng.spec
index aad741d..ff1cade 100644
--- a/netsniff-ng.spec
+++ b/netsniff-ng.spec
@@ -2,10 +2,10 @@
 
 Name:		netsniff-ng
 Version:	0.5.7
-Release:	4%{?dist}
-Summary:	A high performance network sniffer for packet inspection
+Release:	5%{?dist}
+Summary:	Packet sniffing beast
 Group:		Applications/Internet
-License:	GPLv2+
+License:	GPLv2
 URL:		http://netsniff-ng.org/
 Source0:	http://www.netsniff-ng.org/pub/netsniff-ng/netsniff-ng-%{version}.tar.gz
 # Temporal workaround for rhbz#836923
@@ -20,14 +20,11 @@ BuildRequires:	nacl-devel
 %endif
 
 %description
-netsniff-ng is a high performance linux network sniffer for packet
-inspection. Basically, it is similar to tcpdump, but it doesn't need one
-syscall per packet. Instead, it uses an memory mapped area within kernelspace
-for accessing packets without copying them to userspace (zero-copy mechanism).
-
-This tool is useful for debugging your network, measuring performance
-throughput or creating network statistics of incoming packets on central
-network nodes like routers or firewalls.
+netsniff-ng is a high performance Linux network sniffer for packet
+inspection. It can be used for protocol analysis, reverse engineering
+or network debugging. The gain of performance is reached by 'zero-copy'
+mechanisms, so that the kernel does not need to copy packets from
+kernelspace to userspace.
 
 %prep
 %setup -q
@@ -65,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/*
 
 %changelog
+* Mon Sep  3 2012 Jaroslav Škarvada <jskarvad at redhat.com> - 0.5.7-5
+- Fixed license field, the package is licensed under GPLv2, not GPLv2+
+- Updated summary & description to be in sync with upstream
+
 * Wed Aug  8 2012 Jaroslav Škarvada <jskarvad at redhat.com> - 0.5.7-4
 - Removed code that handles drop of sysvinit script (obsoleted now)
   Resolves: rhbz#842793


More information about the scm-commits mailing list