summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2015-07-22 18:13:15 +0800
committerNicolas Iooss2015-07-22 18:13:15 +0800
commit88fc5c8f88431b37365933e4986e5ddb82c48d6a (patch)
tree3e9065b7b5941c369bc3f119d57f04896f0301ff /PKGBUILD
parentf87df71afeb1355f85ec83022e3c38c283cfff6b (diff)
downloadaur-88fc5c8f88431b37365933e4986e5ddb82c48d6a.tar.gz
systemd-selinux 222-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD28
1 files changed, 4 insertions, 24 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c7f1ec797e6..86495966b5b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgbase=systemd-selinux
pkgname=('systemd-selinux' 'libsystemd-selinux' 'systemd-sysvcompat-selinux')
-pkgver=221
-pkgrel=2
+pkgver=222
+pkgrel=1
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
groups=('selinux')
@@ -29,7 +29,7 @@ source=("git://github.com/systemd/systemd.git#tag=v$pkgver"
md5sums=('SKIP'
'90ea67a7bb237502094914622a39e281'
'976c5511b6493715e381f43f16cdb151'
- 'bde43090d4ac0ef048e3eaee8202a407'
+ '1b3aa3a0551b08af9305d33f85b5c2fc'
'20ead378f5d6df4b2a3e670301510a7d'
'ddaef54f68f6c86c6c07835fc668f62a'
'1e2f9a8b0fa32022bf0a8f39123e5f4e')
@@ -37,26 +37,6 @@ md5sums=('SKIP'
prepare() {
cd "${pkgname/-selinux}"
- # pam_systemd: Properly check kdbus availability
- # https://github.com/systemd/systemd/commit/c5d452bb228e
- git cherry-pick -n c5d452bb228e
-
- # udevd: suppress warning if we don't find cgroup
- # https://github.com/systemd/systemd/commit/11b9fb15be96
- git cherry-pick -n 11b9fb15be96
-
- # core: fix reversed dependency check in unit_check_unneeded
- # https://github.com/systemd/systemd/commit/084918ba41ac
- git cherry-pick -n 084918ba41ac
-
- # rules: remove all power management from udev
- # https://github.com/systemd/systemd/commit/e2452eef02a8
- git cherry-pick -n e2452eef02a8
-
- # logind: fix delayed execution regression
- # https://github.com/systemd/systemd/commit/418b22b88f79
- git cherry-pick -n 418b22b88f79
-
./autogen.sh
}
@@ -184,7 +164,7 @@ package_systemd-selinux() {
package_libsystemd-selinux() {
pkgdesc="systemd client libraries with SELinux support"
- depends=('glib2' 'glibc' 'libgcrypt' 'lz4' 'xz')
+ depends=('glibc' 'libgcrypt' 'lz4' 'xz')
license=('GPL2')
provides=('libsystemd.so' 'libsystemd-daemon.so' 'libsystemd-id128.so'
'libsystemd-journal.so' 'libsystemd-login.so' 'libudev.so'