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

Sébastien Luttringer seblu at archlinux.org
Sun Mar 20 22:24:27 UTC 2016


    Date: Sunday, March 20, 2016 @ 23:24:26
  Author: seblu
Revision: 262136

upgpkg: ebtables 2.0.10_4-6

- fix FS#48648

Modified:
  ebtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-20 18:30:27 UTC (rev 262135)
+++ PKGBUILD	2016-03-20 22:24:26 UTC (rev 262136)
@@ -4,11 +4,11 @@
 
 pkgname=ebtables
 pkgver=2.0.10_4
-pkgrel=5
+pkgrel=6
 pkgdesc='Ethernet bridge filtering utilities'
 arch=('i686' 'x86_64')
 url='http://ebtables.sourceforge.net/'
-depends=('perl' 'bash')
+depends=('perl' 'bash' 'iptables')
 license=('GPL2')
 backup=("etc/$pkgname.conf")
 # ebtables segfault with --as-needed
@@ -46,6 +46,9 @@
     "$pkgdir/usr/lib/systemd/system/$pkgname.service"
   # default config file
   install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
+  # since iptables 1.6.0 /etc/ethertype is provided by iptables
+  # see https://bugs.archlinux.org/task/48648
+  rm "$pkgdir/etc/ethertypes"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list