core/systemd to 228-3

This commit is contained in:
Kevin Mihelich 2015-11-27 17:40:32 +00:00
parent b5c9e8c712
commit cb952dc2a5

View file

@ -7,11 +7,11 @@
pkgbase=systemd
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
pkgver=227
pkgrel=1
pkgver=228
pkgrel=3
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
'python-lxml' 'quota-tools' 'shadow' 'git')
@ -34,6 +34,16 @@ md5sums=('SKIP'
prepare() {
cd "$pkgbase"
# sd-ndisc: drop RA packets from non-link-local addresses
# https://github.com/systemd/systemd/commit/3ccd31635353
# https://github.com/systemd/systemd/issues/1866
git cherry-pick -n 3ccd31635353
# networkd: link - do not drop config for loopback device
# https://github.com/systemd/systemd/commit/e5d44b34cca3
# https://github.com/systemd/systemd/issues/2023
git cherry-pick -n e5d44b34cca3
./autogen.sh
}
@ -65,7 +75,7 @@ package_systemd() {
pkgdesc="system and service manager"
license=('GPL2' 'LGPL2.1')
depends=('acl' 'bash' 'dbus' 'glib2' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
'libgcrypt' 'libsystemd' 'libidn' 'lz4' 'pam' 'libseccomp'
'libgcrypt' 'libsystemd' 'libidn' 'lz4' 'pam' 'libelf' 'libseccomp'
'util-linux' 'xz')
provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
replaces=('nss-myhostname' 'systemd-tools' 'udev')