comparison syslog2iptables.spec.in @ 67:45e53c44c46c

bump version
author Carl Byington <carl@five-ten-sg.com>
date Sat, 19 Dec 2015 12:52:58 -0800
parents 60f59936fabb
children 0e736950a117
comparison
equal deleted inserted replaced
66:d179292293eb 67:45e53c44c46c
1 %define localstatedir /var/lib 1 %define localstatedir /var/lib
2 2
3 Summary: Syslog to iptables dynamic firewall 3 Summary: Syslog to iptables dynamic firewall
4 Name: @PACKAGE@ 4 Name: @PACKAGE@
5 Version: @VERSION@ 5 Version: @VERSION@
6 Release: 1%{?dist} 6 Release: 2%{?dist}
7 License: GPLv3+ 7 License: GPLv3+
8 Group: System Environment/Daemons 8 Group: System Environment/Daemons
9 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz 9 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
11 URL: http://www.five-ten-sg.com/%{name}/ 11 URL: http://www.five-ten-sg.com/%{name}/
70 %attr(750,root,root) %{_sysconfdir}/%{name}.conf.make 70 %attr(750,root,root) %{_sysconfdir}/%{name}.conf.make
71 /etc/rc.d/init.d/%{name} 71 /etc/rc.d/init.d/%{name}
72 72
73 73
74 %changelog 74 %changelog
75 * Sat Dec 19 2015 Carl Byington <carl@five-ten-sg.com> - 1.16-2
76 - fix default config regular expressions
77
75 * Sat Dec 19 2015 Carl Byington <carl@five-ten-sg.com> - 1.16-1 78 * Sat Dec 19 2015 Carl Byington <carl@five-ten-sg.com> - 1.16-1
76 - good authentication prevents ip blocking for awhile 79 - good authentication prevents ip blocking for awhile
77 80
78 * Thu Oct 02 2014 Carl Byington <carl@five-ten-sg.com> - 1.15-1 81 * Thu Oct 02 2014 Carl Byington <carl@five-ten-sg.com> - 1.15-1
79 - add script to build syslog2iptables.conf 82 - add script to build syslog2iptables.conf