[arch-commits] Commit in fail2ban/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Mar 17 08:24:28 UTC 2014


    Date: Monday, March 17, 2014 @ 09:24:28
  Author: bpiotrowski
Revision: 107362

upgpkg: fail2ban 0.9.0-2

add missing python2-systemd dependency

Modified:
  fail2ban/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-17 08:21:09 UTC (rev 107361)
+++ PKGBUILD	2014-03-17 08:24:28 UTC (rev 107362)
@@ -6,12 +6,12 @@
 
 pkgname=fail2ban
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
 license=('GPL')
 arch=('any')
-depends=('python2' 'iptables' 'python2-pyinotify' 'whois')
+depends=('python2' 'iptables' 'python2-pyinotify' 'whois' 'python2-systemd')
 backup=(etc/fail2ban/fail2ban.conf
         etc/fail2ban/jail.conf)
 install=fail2ban.install




More information about the arch-commits mailing list