Subversion Repositories ALCASAR

Rev

Rev 2728 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2728 Rev 2730
Line 6... Line 6...
6
Packager:	Richard REY (Rexy)
6
Packager:	Richard REY (Rexy)
7
Group:		Development/Kernel
7
Group:		Development/Kernel
8
URL:		https://github.com/aabc/ipt-netflow
8
URL:		https://github.com/aabc/ipt-netflow
9
BuildRequires:	iptables-devel
9
BuildRequires:	iptables-devel
10
Source0:	%name-%version.tgz
10
Source0:	%name-%version.tgz
11
%define kversion 4.14.106-server-1.mga6
11
%define kversion 4.14.119-server-1.mga6
12
 
12
 
13
%description
13
%description
14
High performance NetFlow v5, v9, IPFIX flow data export module for Linux kernel.
14
High performance NetFlow v5, v9, IPFIX flow data export module for Linux kernel.
15
Created to be useful for highly loaded linux router. It should be used as iptables target.
15
Created to be useful for highly loaded linux router. It should be used as iptables target.
16
 
16
 
17
%prep
17
%prep
18
%setup -q -n ipt-netflow-%{version}
18
%setup -q -n ipt-netflow-%{version}
19
 
19
 
20
%build
20
%build
21
./configure
21
./configure --disable-dkms --disable-snmp-agent
22
%make_build 
22
%make_build 
23
 
23
 
24
%install
24
%install
25
%make_install
25
%make_install
26
mkdir -p %{buildroot}/lib64/iptables
26
mkdir -p %{buildroot}/lib64/iptables
Line 42... Line 42...
42
/%{_lib}/iptables/libipt_NETFLOW.so
42
/%{_lib}/iptables/libipt_NETFLOW.so
43
/%{_lib}/iptables/libip6t_NETFLOW.so
43
/%{_lib}/iptables/libip6t_NETFLOW.so
44
/lib/modules/%kversion/extra/ipt_NETFLOW.ko
44
/lib/modules/%kversion/extra/ipt_NETFLOW.ko
45
 
45
 
46
%changelog
46
%changelog
47
* Sun May 12 2019 Richard REY <Rexy>
47
* Tue May 21 2019 Richard REY <Rexy>
48
- Version 2.3 for the kernel 4.14.106 (ALCASAR 3.4)
48
- Version 2.3 for the kernel 4.14.119 (ALCASAR 3.4)
49
* Wed Jan 02 2019 Richard REY <Rexy>
49
* Wed Jan 02 2019 Richard REY <Rexy>
50
- Version 2.3 for the kernel 4.14.89 (ALCASAR 3.3.3)
50
- Version 2.3 for the kernel 4.14.89 (ALCASAR 3.3.3)
51
* Sun Nov 04 2018 Richard REY <Rexy>
51
* Sun Nov 04 2018 Richard REY <Rexy>
52
- Version 2.3 for the kernel 4.14.74 (ALCASAR 3.3.2)
52
- Version 2.3 for the kernel 4.14.74 (ALCASAR 3.3.2)
53
* Sun Aug 19 2018 Richard REY <Rexy>
53
* Sun Aug 19 2018 Richard REY <Rexy>