[svn] r6262 - in trunk/rpms: fail2ban msort prima
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sat Apr 12 17:13:30 CEST 2008
Author: dries
Date: 2008-04-12 16:13:29 +0100 (Sat, 12 Apr 2008)
New Revision: 6262
Modified:
trunk/rpms/fail2ban/fail2ban.spec
trunk/rpms/msort/msort.spec
trunk/rpms/prima/prima.spec
Log:
updates and fail2ban fix
Modified: trunk/rpms/fail2ban/fail2ban.spec
===================================================================
--- trunk/rpms/fail2ban/fail2ban.spec 2008-04-10 10:25:34 UTC (rev 6261)
+++ trunk/rpms/fail2ban/fail2ban.spec 2008-04-12 15:13:29 UTC (rev 6262)
@@ -7,7 +7,7 @@
Summary: Scan logfiles and ban ip addresses with too many password failures
Name: fail2ban
Version: 0.8.2
-Release: 1
+Release: 2
License: GPL
Group: ystem Environment/Daemons
URL: http://fail2ban.sourceforge.net/
@@ -31,6 +31,7 @@
%prep
%setup
%{__perl} -pi -e 's|^# chkconfig:.+$|# chkconfig: 345 92 08|' files/redhat-initd
+%{__perl} -pi -e 's|/tmp/fail2ban.sock|/var/run/fail2ban/fail2ban.sock|g;' files/redhat-initd
%{__cat} <<EOF >fail2ban.logrotate
/var/log/fail2ban.log {
@@ -55,6 +56,7 @@
%{__install} -Dp -m0644 man/fail2ban-client.1 %{buildroot}%{_mandir}/man1/fail2ban-client.1
%{__install} -Dp -m0644 man/fail2ban-regex.1 %{buildroot}%{_mandir}/man1/fail2ban-regex.1
%{__install} -Dp -m0644 man/fail2ban-server.1 %{buildroot}%{_mandir}/man1/fail2ban-server.1
+%{__install} -d %{buildroot}%{_var}/run/fail2ban
%clean
%{__rm} -rf %{buildroot}
@@ -88,8 +90,12 @@
%{_bindir}/fail2ban-regex
%{_bindir}/fail2ban-server
%{_datadir}/fail2ban/
+%dir %{_var}/run/fail2ban
%changelog
+* Sat Apr 12 2008 Dries Verachtert <dries at ulyssis.org> - 0.8.2-2
+- Fix location of fail2ban.sock file in init script, thanks to John Thomas.
+
* Sun Apr 6 2008 Dries Verachtert <dries at ulyssis.org> - 0.8.2-1
- Updated to release 0.8.2.
- Python requirement changed from 2.4 to 2.3.
Modified: trunk/rpms/msort/msort.spec
===================================================================
--- trunk/rpms/msort/msort.spec 2008-04-10 10:25:34 UTC (rev 6261)
+++ trunk/rpms/msort/msort.spec 2008-04-12 15:13:29 UTC (rev 6262)
@@ -4,8 +4,8 @@
Summary: Sort files in sophisticated ways
Name: msort
-%define real_version 8.43
-Version: 8.43
+%define real_version 8.44
+Version: 8.44
Release: 1
License: GPL
Group: Applications/Publishing
@@ -48,6 +48,9 @@
%{_bindir}/msort
%changelog
+* Sat Apr 12 2008 Dries Verachtert <dries at ulyssis.org> - 8.44-1
+- Updated to release 8.44.
+
* Sun Jan 27 2008 Dries Verachtert <dries at ulyssis.org> - 8.43-1
- Updated to release 8.43.
Modified: trunk/rpms/prima/prima.spec
===================================================================
--- trunk/rpms/prima/prima.spec 2008-04-10 10:25:34 UTC (rev 6261)
+++ trunk/rpms/prima/prima.spec 2008-04-12 15:13:29 UTC (rev 6262)
@@ -21,7 +21,7 @@
Summary: Extensible Perl toolkit for multi-platform GUI development
Name: prima
-Version: 1.22
+Version: 1.25
Release: 1
License: BSD
Group: System Environment/Libraries
@@ -79,6 +79,12 @@
%{_bindir}/VB
%changelog
+* Sat Apr 12 2008 Dries Verachtert <dries at ulyssis.org> - 1.25-1
+- Updated to release 1.25.
+
+* Mon Sep 24 2007 Dries Verachtert <dries at ulyssis.org> - 1.23-1
+- Updated to release 1.23.
+
* Wed Aug 15 2007 Dries Verachtert <dries at ulyssis.org> - 1.22-1
- Updated to release 1.22.
More information about the svn-commits
mailing list