summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2016-02-05 19:32:04 +0100
committerNicolas Iooss2016-02-05 19:32:04 +0100
commit7c4e9ee3b101eaf3b04052000bf3b03b4488bb3c (patch)
treebe7af0f323e93f75d19996c0834f51da5e19530b /PKGBUILD
parent1e37be109a72f09708f6e3420c74dbb44dc3e6f8 (diff)
downloadaur-7c4e9ee3b101eaf3b04052000bf3b03b4488bb3c.tar.gz
systemd-selinux 228-4 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 11 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b240750aa2f..db4061930811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase=systemd-selinux
pkgname=('systemd-selinux' 'libsystemd-selinux' 'systemd-sysvcompat-selinux')
pkgver=228
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
groups=('selinux')
@@ -47,6 +47,16 @@ 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
+
+ # logind: load SELinux labelling system
+ # https://github.com/systemd/systemd/commit/4b51966cf6c0
+ # https://github.com/systemd/systemd/pull/2508
+ git cherry-pick -n 4b51966cf6c0
+
./autogen.sh
}