Fedora Build xtables-addons1-1.24 RPM Package With Build Options
Continuing previous article about Building xtables-addons1-1.24 RPM Package, Now added feature which allow us to build the package with options
for example:
1 | $ rpmbuild -ta xtables-addons-1.24. tar .bz2 --with ACCOUNT --with ipset --with geoip |
With this command, only ACCOUNT,ipset,geoip modules would be built, other xtables-addons modules are not built(discarded)
Availble options:
1 | --with ACCOUNT |
2 | --with CHAOS |
3 | --with DELUDE |
4 | --with DHCPMAC |
5 | --with ECHO |
6 | --with IPMARK |
7 | --with LOGMARK |
8 | --with RAWNAT |
9 | --with STEAL |
10 | --with SYSRQ |
11 | --with TARPIT |
12 | --with TEE |
13 | --with condition |
14 | --with fuzzy |
15 | --with geoip |
16 | --with iface |
17 | --with ipp2p |
18 | --with ipset |
19 | --with ipv4options |
20 | --with length2 |
21 | --with lscan |
22 | --with pknock |
23 | --with psd |
24 | --with quota2 |