Rev 2821 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log
Rev | Author | Line No. | Line |
---|---|---|---|
2824 | rexy | 1 | %define kversion 5.6.14-server-2.mga7 |
2821 | rexy | 2 | %define debug_package %{nil} |
3 | Name: ipt-netflow |
||
4 | Version: 2.5 |
||
5 | Release: %mkrel 1 |
||
6 | Summary: Netflow iptables module for Linux kernel |
||
7 | License: GPLv2 |
||
8 | Packager: Richard REY (Rexy) |
||
9 | Group: System/Networking |
||
10 | URL: https://github.com/aabc/ipt-netflow |
||
11 | BuildRequires: iptables-devel |
||
12 | Source0: %name-%version.tgz |
||
13 | |||
14 | %description |
||
15 | High performance NetFlow v5, v9, IPFIX flow data export module for Linux kernel. |
||
16 | Created to be useful for highly loaded linux router. It should be used as iptables target. |
||
17 | |||
18 | %prep |
||
19 | %setup -q -n ipt-netflow-%{version} |
||
20 | |||
21 | %build |
||
22 | ./configure --disable-dkms --disable-snmp-agent |
||
23 | %make_build |
||
24 | |||
25 | %install |
||
26 | %make_install |
||
27 | mkdir -p %{buildroot}/lib64/iptables |
||
28 | mkdir -p %{buildroot}/lib/modules/%kversion/extra |
||
29 | cp ~/rpmbuild/BUILD/%name-%version/libipt_NETFLOW.so %{buildroot}/lib64/iptables/ |
||
30 | cp ~/rpmbuild/BUILD/%name-%version/libip6t_NETFLOW.so %{buildroot}/lib64/iptables/ |
||
31 | cp ~/rpmbuild/BUILD/%name-%version/ipt_NETFLOW.ko %{buildroot}/lib/modules/%kversion/extra/ |
||
32 | %clean |
||
33 | rm -rf %{buildroot} |
||
34 | |||
35 | %post |
||
36 | /sbin/depmod -a %kversion |
||
37 | |||
38 | %postun |
||
39 | /sbin/depmod -a %kversion |
||
40 | |||
41 | %files |
||
42 | /lib64/iptables/libipt_NETFLOW.so |
||
43 | /lib64/iptables/libip6t_NETFLOW.so |
||
44 | /lib/modules/%kversion/extra/ipt_NETFLOW.ko |
||
45 | |||
46 | %changelog |
||
47 | * Fri May 22 2020 Richard REY <Rexy> |
||
2824 | rexy | 48 | - Version 2.5 for the kernel 5.6.14 (ALCASAR 3.5) |
2821 | rexy | 49 | * Tue May 21 2019 Richard REY <Rexy> |
50 | - Version 2.4 for the kernel 4.14.131 (ALCASAR 3.4) |
||
51 | * Wed Jan 02 2019 Richard REY <Rexy> |
||
52 | - Version 2.3 for the kernel 4.14.89 (ALCASAR 3.3.3) |
||
53 | * Sun Nov 04 2018 Richard REY <Rexy> |
||
54 | - Version 2.3 for the kernel 4.14.74 (ALCASAR 3.3.2) |
||
55 | * Sun Aug 19 2018 Richard REY <Rexy> |
||
56 | - Version 2.3 for the kernel 4.14.69 (ALCASAR 3.3.1) |
||
57 | * Wed Jul 25 2018 Richard REY <Rexy> |
||
58 | - Version 2.3 for the kernel 4.14.56 (ALCASAR 3.3) |
||
59 | * Mon Feb 26 2018 Tom Houdayer |
||
60 | - Version 2.2 for the kernel 4.14.20 (ALCASAR 3.2.1) |
||
61 | * Wed Oct 11 2017 Tom Houdayer |
||
62 | - Version 2.2 for the kernel 4.9.50 (ALCASAR 3.2) |
||
63 | * Mon Jul 03 2017 Richard Rey <rexy> |
||
64 | - Version 2.1 for the kernel 4.4.74 (alcasar 3.1.3) |
||
65 | * Sun May 28 2017 Richard Rey <rexy> |
||
66 | - Version for the kernel 4.4.68 (alcasar 3.1.2) |
||
67 | * Thu Apr 06 2017 Richard Rey <rexy> |
||
68 | - Version for the kernel 4.4.59 (alcasar 3.1.1) |
||
69 | * Mon Mar 27 2017 Richard Rey <rexy> |
||
70 | - Version for the kernel 4.4.55 (alcasar 3.1) |
||
71 | * Sat Oct 29 2016 Richard Rey <rexy> |
||
72 | - Version for the kernel 4.4.26 (alcasar 3.0) |
||
73 | * Sat May 14 2016 Richard Rey <rexy> |
||
74 | - Version for the kernel 4.4.13 |
||
75 | * Tue Apr 05 2016 Richard Rey <rexy> |
||
76 | - Initial version of the package |