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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 25 20:27:51 UTC 2015


    Date: Wednesday, November 25, 2015 @ 21:27:50
  Author: foutrelis
Revision: 251962

upgpkg: systemd 228-3

Fix bug where networkd was removing loopback addresses (FS#47160).

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-25 17:31:37 UTC (rev 251961)
+++ PKGBUILD	2015-11-25 20:27:50 UTC (rev 251962)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=228
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -35,6 +35,11 @@
   # https://github.com/systemd/systemd/issues/1866
   git cherry-pick -n 3ccd31635353
 
+  # networkd: link - do not drop config for loopback device
+  # https://github.com/systemd/systemd/commit/e5d44b34cca3
+  # https://github.com/systemd/systemd/issues/2023
+  git cherry-pick -n e5d44b34cca3
+
   ./autogen.sh
 }
 



More information about the arch-commits mailing list