summaryrefslogtreecommitdiff
path: root/libre/systemd
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-06 10:00:15 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-06 10:02:24 -0300
commit0f9902abbec870bd8a41f82f29739f4a51b9fa39 (patch)
treecf4a89717ada4383083117563f27fa84f909ca9c /libre/systemd
parentdaf063db88335476213f2236e5efd2dcbdcd7a5c (diff)
systemd 228-4.parabola1: updating revision
* libmicrohttpd 0.9.48 rebuild * detect dmi before cpuid
Diffstat (limited to 'libre/systemd')
-rw-r--r--libre/systemd/PKGBUILD7
1 files changed, 6 insertions, 1 deletions
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