File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
SPECS-EXTENDED/netsniff-ng Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,17 @@ Name: netsniff-ng
2
2
Version: 0.6.9
3
3
Release: 2%{?dist }
4
4
Summary: Packet sniffing beast
5
- Vendor: Microsoft Corporations
5
+ Vendor: Microsoft Corporation
6
6
Distribution: Azure Linux
7
7
License: GPL-2.0 -only
8
8
URL: https://netsniff-ng.org/
9
9
Source0: https://github.com/netsniff-ng/netsniff-ng/archive/refs/tags/v0.6.9.tar.gz#/%{name}-%{version}.tar.gz
10
10
BuildRequires: make
11
11
BuildRequires: gcc
12
12
BuildRequires: ncurses-devel
13
- # GeoIP not in RHEL-9+
14
- %if 0%{?rhel } < 9
13
+
15
14
BuildRequires: GeoIP-devel
16
- %endif
15
+
17
16
BuildRequires: libnetfilter_conntrack-devel
18
17
BuildRequires: userspace-rcu-devel
19
18
BuildRequires: libnl3-devel
@@ -59,7 +58,8 @@ make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: \
59
58
make install PREFIX=%{_prefix } ETCDIR=%{_sysconfdir } DESTDIR=" %{buildroot}"
60
59
61
60
%files
62
- %doc AUTHORS COPYING README
61
+ %license COPYING
62
+ %doc AUTHORS README
63
63
%{_sbindir }/*
64
64
%dir %{_sysconfdir }/%{name }
65
65
%config(noreplace) %{_sysconfdir }/%{name }/*
You can’t perform that action at this time.
0 commit comments