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

Felix Yan fyan at archlinux.org
Thu Aug 6 08:26:42 UTC 2015


    Date: Thursday, August 6, 2015 @ 10:26:42
  Author: fyan
Revision: 138008

upgpkg: fail2ban 0.9.3-2

add dependency on python-systemd (FS#45835)

Modified:
  fail2ban/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-06 07:26:24 UTC (rev 138007)
+++ PKGBUILD	2015-08-06 08:26:42 UTC (rev 138008)
@@ -7,12 +7,12 @@
 
 pkgname=fail2ban
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
 license=('GPL')
 arch=('any')
-depends=('python' 'iptables' 'python-pyinotify' 'whois' 'sqlite')
+depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
 makedepends=('python-setuptools')
 checkdepends=('python-setuptools' 'python-coverage')
 backup=(etc/fail2ban/fail2ban.conf)



More information about the arch-commits mailing list