rpms/fail2ban/F-8 fail2ban.spec,1.10,1.11

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Sun Mar 16 08:03:37 UTC 2008


Author: athimm

Update of /cvs/extras/rpms/fail2ban/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15299/F-8

Modified Files:
	fail2ban.spec 
Log Message:
Add /var/run/fail2ban to the build.


Index: fail2ban.spec
===================================================================
RCS file: /cvs/extras/rpms/fail2ban/F-8/fail2ban.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fail2ban.spec	14 Mar 2008 22:34:36 -0000	1.10
+++ fail2ban.spec	16 Mar 2008 08:02:56 -0000	1.11
@@ -4,7 +4,7 @@
 Summary: Ban IPs that make too many password failures
 Name: fail2ban
 Version: 0.8.2
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: GPL
 Group: System Environment/Daemons
 URL: http://fail2ban.sourceforge.net/
@@ -44,6 +44,9 @@
 install -p -m 644 man/fail2ban*.1 %{buildroot}%{_mandir}/man1
 mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
 install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/fail2ban
+mkdir -p %{buildroot}%{_localstatedir}/run/fail2ban
+chmod 0755 %{buildroot}%{_localstatedir}/run/fail2ban
+
 %clean
 rm -rf %{buildroot}
 
@@ -74,8 +77,12 @@
 %config(noreplace) %{_sysconfdir}/fail2ban/action.d/*.conf
 %config(noreplace) %{_sysconfdir}/fail2ban/filter.d/*.conf
 %config(noreplace) %{_sysconfdir}/logrotate.d/fail2ban
+%dir %{_localstatedir}/run/fail2ban
 
 %changelog
+* Sun Mar 16 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.8.2-13
+- Add %%{_localstatedir}/run/fail2ban (David Rees).
+
 * Fri Mar 14 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.8.2-12
 - Update to 0.8.2.
 




More information about the fedora-extras-commits mailing list