Skip to content

Commit 6de08c9

Browse files
committed
added license tag, removed rhel, fixed typo
1 parent 26cdfce commit 6de08c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SPECS-EXTENDED/netsniff-ng/netsniff-ng.spec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@ Name: netsniff-ng
22
Version: 0.6.9
33
Release: 2%{?dist}
44
Summary: Packet sniffing beast
5-
Vendor: Microsoft Corporations
5+
Vendor: Microsoft Corporation
66
Distribution: Azure Linux
77
License: GPL-2.0-only
88
URL: https://netsniff-ng.org/
99
Source0: https://github.com/netsniff-ng/netsniff-ng/archive/refs/tags/v0.6.9.tar.gz#/%{name}-%{version}.tar.gz
1010
BuildRequires: make
1111
BuildRequires: gcc
1212
BuildRequires: ncurses-devel
13-
# GeoIP not in RHEL-9+
14-
%if 0%{?rhel} < 9
13+
1514
BuildRequires: GeoIP-devel
16-
%endif
15+
1716
BuildRequires: libnetfilter_conntrack-devel
1817
BuildRequires: userspace-rcu-devel
1918
BuildRequires: libnl3-devel
@@ -59,7 +58,8 @@ make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: \
5958
make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR="%{buildroot}"
6059

6160
%files
62-
%doc AUTHORS COPYING README
61+
%license COPYING
62+
%doc AUTHORS README
6363
%{_sbindir}/*
6464
%dir %{_sysconfdir}/%{name}
6565
%config(noreplace) %{_sysconfdir}/%{name}/*

0 commit comments

Comments
 (0)