Subversion Repositories ALCASAR

Rev

Rev 3088 | Rev 3147 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3088 Rev 3103
Line 1... Line 1...
1
%define kversion 5.15.74-server-1.mga8
1
%define kversion 5.15.82-server-1.mga8
2
%define debug_package %{nil}
2
%define debug_package %{nil}
3
Name:		ipt-netflow
3
Name:		ipt-netflow
4
Version:	2.6
4
Version:	2.6
5
Release:	%mkrel 0
5
Release:	%mkrel 0
6
Summary:	Netflow iptables module for Linux kernel
6
Summary:	Netflow iptables module for Linux kernel
Line 17... Line 17...
17
 
17
 
18
%prep
18
%prep
19
%setup -q -n ipt-netflow-%{version}
19
%setup -q -n ipt-netflow-%{version}
20
 
20
 
21
%build
21
%build
22
./configure  --disable-dkms --disable-snmp-agent
22
./configure  --kdir=/usr/src/kernel-5.15.82-server-1.mga8 --disable-dkms --disable-snmp-agent
23
%make_build 
23
%make_build 
24
 
24
 
25
%install
25
%install
26
%make_install
26
%make_install
27
mkdir -p %{buildroot}/lib64/iptables
27
mkdir -p %{buildroot}/lib64/iptables
Line 42... Line 42...
42
/lib64/iptables/libipt_NETFLOW.so
42
/lib64/iptables/libipt_NETFLOW.so
43
/lib64/iptables/libip6t_NETFLOW.so
43
/lib64/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
* Thu Nov 06 2022 Richard REY <Rexy>
47
* Fri Dec 30 2022 Richard REY <Rexy>
48
- Version 2.6 for the kernel 5.15.74 (ALCASAR 3.6.0)
48
- Version 2.6 for the kernel 5.15.86 (ALCASAR 3.6.0)
49
* Tue Jul 08 2021 Richard REY <Rexy>
49
* Thu Jul 08 2021 Richard REY <Rexy>
50
- Version 2.6 for the kernel 5.10.46 (ALCASAR 3.5.4)
50
- Version 2.6 for the kernel 5.10.46 (ALCASAR 3.5.4)
51
* Wed Feb 24 2021 Richard REY <Rexy>
51
* Wed Feb 24 2021 Richard REY <Rexy>
52
- Version 2.5.1-2 for the kernel 5.10.30 (ALCASAR 3.5.3)
52
- Version 2.5.1-2 for the kernel 5.10.30 (ALCASAR 3.5.3)
53
* Sat Oct 17 2020 Richard REY <Rexy>
53
* Sat Oct 17 2020 Richard REY <Rexy>
54
- Version 2.5.1-1 for the kernel 5.7.19 (ALCASAR 3.5.1)
54
- Version 2.5.1-1 for the kernel 5.7.19 (ALCASAR 3.5.1)