Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2655 → Rev 2656

/rpms/ipt-netflow-2.3.spec
1,6 → 1,6
Name: ipt-netflow
Version: 2.3
Release: %mkrel 4
Release: %mkrel 5
Summary: Netflow iptables module for Linux kernel
License: GPLv2
Packager: Richard REY (Rexy)
8,7 → 8,7
URL: https://github.com/aabc/ipt-netflow
BuildRequires: iptables-devel
Source0: %name-%version.tgz
%define kversion 4.14.69-server-1.mga6
%define kversion 4.14.78-server-1.mga6
 
%description
High performance NetFlow v5, v9, IPFIX flow data export module for Linux kernel.
19,10 → 19,10
 
%build
./configure
%make
%make_build
 
%install
%makeinstall
%make_install
mkdir -p %{buildroot}/lib64/iptables
mkdir -p %{buildroot}/lib/modules/%kversion/extra
cp /lib64/iptables/libipt_NETFLOW.so %{buildroot}/lib64/iptables/
44,6 → 44,8
/lib/modules/%kversion/extra/ipt_NETFLOW.ko
 
%changelog
* Sun Nov 04 2018 Richard REY <Rexy>
- Version 2.3 for the kernel 4.14.74 (ALCASAR 3.3.2)
* Sun Aug 19 2018 Richard REY <Rexy>
- Version 2.3 for the kernel 4.14.69 (ALCASAR 3.3.1)
* Wed Jul 25 2018 Richard REY <Rexy>