JavaScript must be enabled to display the specfile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
Name: snort-fail2ban Version: 0.1 Release: alt1 BuildArch: noarch Summary: Configuration files for fail2ban License: GPLv3 Group: System/Configuration/Other Requires: fail2ban Source: %name-%version.tar %description This package contains configuration files for fail2ban. Snort must output into syslog. %prep %setup %build %install mkdir -p %buildroot%_sysconfdir/fail2ban cp -r filter.d %buildroot%_sysconfdir/fail2ban/ cp -r jail.d %buildroot%_sysconfdir/fail2ban/ %files %config %_sysconfdir/fail2ban/filter.d/snort.conf %config %_sysconfdir/fail2ban/jail.d/snort.conf %changelog * Tue Jun 10 2014 Timur Aitov <timonbl4@altlinux.org> 0.1-alt1 - first build