Subversion Repositories ALCASAR

Rev

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

Rev 3149 Rev 3193
Line 1... Line 1...
1
%define kversion 5.15.126-server-1.mga8
1
%define kversion 6.6.22-server-1.mga9
2
%define debug_package %{nil}
2
%define debug_package %{nil}
-
 
3
%define _build_id_links none
3
Name:		ipt-netflow
4
Name:		ipt-netflow
4
Version:	2.6
5
Version:	2.6
5
Release:	%mkrel 1
6
Release:	%mkrel 0
6
Summary:	Netflow iptables module for Linux kernel
7
Summary:	Netflow iptables module for Linux kernel
7
License:	GPLv2
8
License:	GPLv2
8
Packager:	Richard REY (Rexy)
9
Packager:	Richard REY (Rexy)
9
Group:		System/Networking
10
Group:		System/Networking
10
URL:		https://github.com/aabc/ipt-netflow
11
URL:		https://github.com/aabc/ipt-netflow
Line 17... Line 18...
17
 
18
 
18
%prep
19
%prep
19
%setup -q -n ipt-netflow-%{version}
20
%setup -q -n ipt-netflow-%{version}
20
 
21
 
21
%build
22
%build
22
./configure  --kdir=/usr/src/kernel-5.15.126-server-1.mga8 --disable-dkms --disable-snmp-agent
23
./configure  --kdir=/usr/src/kernel-%{kversion} --disable-dkms --disable-snmp-agent
23
%make_build 
24
%make_build 
24
 
25
 
25
%install
26
%install
26
%make_install
27
%make_install
27
mkdir -p %{buildroot}/lib64/iptables
28
mkdir -p %{buildroot}/lib64/iptables
Line 40... Line 41...
40
 
41
 
41
%files 
42
%files 
42
/lib64/iptables/libipt_NETFLOW.so
43
/lib64/iptables/libipt_NETFLOW.so
43
/lib64/iptables/libip6t_NETFLOW.so
44
/lib64/iptables/libip6t_NETFLOW.so
44
/lib/modules/%kversion/extra/ipt_NETFLOW.ko
45
/lib/modules/%kversion/extra/ipt_NETFLOW.ko
-
 
46
/lib/modules/%kversion/updates/ipt_NETFLOW.ko
45
 
47
 
46
%changelog
48
%changelog
-
 
49
* Sun Apr 21 2024 Richard REY <Rexy>
-
 
50
- Version 2.6 for the kernel 6.6.22 (ALCASAR 3.7.0)
47
* Fri Nov 14 2023 Richard REY <Rexy>
51
* Tue Nov 14 2023 Richard REY <Rexy>
48
- Version 2.6 for the kernel 5.15.126 (ALCASAR 3.6.1)
52
- Version 2.6 for the kernel 5.15.126 (ALCASAR 3.6.1)
49
* Fri Dec 30 2022 Richard REY <Rexy>
53
* Fri Dec 30 2022 Richard REY <Rexy>
50
- Version 2.6 for the kernel 5.15.86 (ALCASAR 3.6.0)
54
- Version 2.6 for the kernel 5.15.86 (ALCASAR 3.6.0)
51
* Thu Jul 08 2021 Richard REY <Rexy>
55
* Thu Jul 08 2021 Richard REY <Rexy>
52
- Version 2.6 for the kernel 5.10.46 (ALCASAR 3.5.4)
56
- Version 2.6 for the kernel 5.10.46 (ALCASAR 3.5.4)