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

Sébastien Luttringer seblu at archlinux.org
Thu May 28 21:40:55 UTC 2015


    Date: Thursday, May 28, 2015 @ 23:40:54
  Author: seblu
Revision: 239860

upgpkg: ebtables 2.0.10_4-5

Modified:
  ebtables/trunk/PKGBUILD
  ebtables/trunk/ebtables.install
  ebtables/trunk/ebtables.service

------------------+
 PKGBUILD         |    4 ++--
 ebtables.install |    2 +-
 ebtables.service |    2 ++
 3 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-28 21:28:20 UTC (rev 239859)
+++ PKGBUILD	2015-05-28 21:40:54 UTC (rev 239860)
@@ -4,7 +4,7 @@
 
 pkgname=ebtables
 pkgver=2.0.10_4
-pkgrel=4
+pkgrel=5
 pkgdesc='Ethernet bridge filtering utilities'
 arch=('i686' 'x86_64')
 url='http://ebtables.sourceforge.net/'
@@ -19,7 +19,7 @@
         "$pkgname.service")
 md5sums=('506742a3d44b9925955425a659c1a8d0'
          'b4c329060809e5b290ae49fbd0ad61f2'
-         'baf923443c3b16277e50d60d2e68f534')
+         '5fc546b232c8e4d66058031ddde71b2f')
 
 build() {
   cd $pkgname-v${pkgver/_/-}

Modified: ebtables.install
===================================================================
--- ebtables.install	2015-05-28 21:28:20 UTC (rev 239859)
+++ ebtables.install	2015-05-28 21:40:54 UTC (rev 239860)
@@ -1,7 +1,7 @@
 ## arg 1:  the new package version
 ## arg 2:  the old package version
 post_upgrade() {
-  [ $(vercmp "$2" '2.0.10_4-1') -gt 0 ] || cat <<EOF
+  (( $(vercmp "$2" '2.0.10_4-1') > 0 )) || cat <<EOF
 Config file have been moved to /etc/ebtables.conf and only support text format.
 EOF
 }

Modified: ebtables.service
===================================================================
--- ebtables.service	2015-05-28 21:28:20 UTC (rev 239859)
+++ ebtables.service	2015-05-28 21:40:54 UTC (rev 239860)
@@ -1,5 +1,7 @@
 [Unit]
 Description=Ethernet bridge table
+Before=network-pre.target
+Wants=network-pre.target
 
 [Service]
 Type=oneshot



More information about the arch-commits mailing list