From 0f9902abbec870bd8a41f82f29739f4a51b9fa39 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 6 Feb 2016 10:00:15 -0300 Subject: systemd 228-4.parabola1: updating revision * libmicrohttpd 0.9.48 rebuild * detect dmi before cpuid --- libre/systemd/PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libre/systemd') diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index 048d0f49c..11c10ab41 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=systemd pkgname=systemd pkgver=228 -pkgrel=3.parabola1 +pkgrel=4.parabola1 arch=('i686' 'x86_64' 'armv7h') url="http://www.freedesktop.org/wiki/Software/systemd" makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' @@ -44,6 +44,11 @@ prepare() { # 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 + # Rename "Linux" -> "GNU/Linux" patch -Np1 -i "$srcdir/gnu+linux.patch" sed -i '\|os_name| s|Linux|GNU/Linux|' src/journal-remote/journal-gatewayd.c -- cgit v1.2.3