1 |
%define name xtables-addons |
%define name xtables-addons |
2 |
%define version 1.47.1 |
%define version 1.47.1 |
3 |
%define release 11 |
%define release 15 |
4 |
Summary: xtables-addons is a set of additional extensions for the Xtables packet filter. |
Summary: xtables-addons is a set of additional extensions for the Xtables packet filter. |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
12 |
URL: http://xtables-addons.sourceforge.net |
URL: http://xtables-addons.sourceforge.net |
13 |
Patch0: xtables-addons-1.47.1-v6.patch |
Patch0: xtables-addons-1.47.1-v6.patch |
14 |
Patch1: xtables-addons-1.47.1-g2.patch |
Patch1: xtables-addons-1.47.1-g2.patch |
15 |
Patch: xtables-addons-1.47.1-10749-maxcountries.patch |
Patch2: xtables-addons-1.47.1-10749-maxcountries.patch |
16 |
|
Patch3: xtables-addons-1.47.1-10797-no_counters.patch |
17 |
|
Patch4: xtables-addons-1.47.1-bz10860-license_key.patch |
18 |
|
|
19 |
Packager: Michel Begue <mab974@gmail.com> |
Packager: Michel Begue <mab974@gmail.com> |
20 |
BuildRoot: %RPM_BUILD_ROOT |
BuildRoot: %RPM_BUILD_ROOT |
21 |
#BuildRequires: e-smith-devtools |
#BuildRequires: e-smith-devtools |
32 |
%{name} is a set of additional extensions for the Xtables packet filter that is present in the Linux kernel. |
%{name} is a set of additional extensions for the Xtables packet filter that is present in the Linux kernel. |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
* Wed Mar 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.47.1-11.sme |
* Sat Jan 11 2020 Michel Begue <mab974@gmail.com> 1.47.1-15.sme |
36 |
|
- add license_key in download script of bases |
37 |
|
|
38 |
|
* Mon Nov 25 2019 Michel Begue <mab974@gmail.com> 1.47.1-13.sme |
39 |
|
- comment out "print STDERR" counters in xt_geoip-build [SME: 10797] |
40 |
|
|
41 |
|
* Wed Mar 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.47.1-12.sme |
42 |
- set XT_GEOIP_MAX from 15 to 50 [SME: 10749] |
- set XT_GEOIP_MAX from 15 to 50 [SME: 10749] |
43 |
|
|
44 |
* Tue Feb 19 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.47.1-10.sme |
* Tue Feb 19 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.47.1-10.sme |
76 |
%patch0 -p1 |
%patch0 -p1 |
77 |
%patch1 -p1 |
%patch1 -p1 |
78 |
%patch2 -p1 |
%patch2 -p1 |
79 |
|
%patch3 -p1 |
80 |
|
%patch4 -p1 |
81 |
|
|
82 |
./configure --prefix=/usr --without-kbuild |
./configure --prefix=/usr --without-kbuild |
83 |
|
|