Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1808 → Rev 1809

/conf/rpms/rpm-build-howto
3,7 → 3,7
ALCASAR need the following programs that don't be included as RPM in Mageia :
- coovachilli
- havp
- ulogd
- netflow kernel module
 
This howto explains how to build RPM of these programs in order to keep the distribution clean
 
31,6 → 31,8
- adaptation du fichier .spec (version, packager, commentaires, etc.)
 
**** ipt_netflow ****
- install the RPMs "kernel-server-devel-x.y", "lib64iptables-devel (libiptables)"
- retrieve, decompress and test the conpilation of the last version (configure, make all install). The module is compiled in the same directory. The lib is copied in the /lib64/iptables
- go to the directory of source and try to load the module (modprobe ipt_NETFLOW)
- install the RPMs "kernel-server-devel-x.y", "lib64iptables-devel (or libiptables-devel in 32b arch)"
- download, decompress and test the conpilation of the last version of ipt-netflow (configure, make all install). The module is compiled in the same directory. The lib is copied in the /lib64/iptables
- test the module : go to the directory of source and try to load it (modprobe ipt_NETFLOW), "lsmod" to verify that it's loaded, "alcasar-iptables.sh" to test the iptables rules
- if all is ok, copy the tarball in rpmbuild/SOURCES . Copy the .spec in rpmbuild/SPECS