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

Evangelos Foutras foutrelis at archlinux.org
Fri Feb 5 14:17:49 UTC 2016


    Date: Friday, February 5, 2016 @ 15:17:48
  Author: foutrelis
Revision: 258902

upgpkg: systemd 228-4

- libmicrohttpd 0.9.48 rebuild.
- Backport fix to detect Virtualbox as 'oracle' even with KVM backend.

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-05 13:10:49 UTC (rev 258901)
+++ PKGBUILD	2016-02-05 14:17:48 UTC (rev 258902)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=228
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -40,6 +40,11 @@
   # https://github.com/systemd/systemd/issues/2023
   git cherry-pick -n e5d44b34cca3
 
+  # virt: detect dmi before cpuid
+  # https://github.com/systemd/systemd/commit/050e65ada2e0
+  # https://github.com/systemd/systemd/issues/1993
+  git cherry-pick -n 050e65ada2e0
+
   ./autogen.sh
 }
 



More information about the arch-commits mailing list