From b714d18b4a9553dd1b1e9779f1358e6500aaf706 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 23 Jul 2016 06:47:37 -0300 Subject: systemd-230-7.parabola1: bump to Arch's revision * backport some more trivial fixes * ensure udevd runs with --resolve-names=never in early userspace - FS#49849 -> https://bugs.archlinux.org/task/49849 * remove upgrade transitions for anything older than 2 years * add --with-dbuspolicydir=/usr/share/dbus-1/system.d, drop backup entries * backport fix for assertion fail on boot (upstream #3747 and #3438) --- libre/systemd/PKGBUILD | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'libre/systemd/PKGBUILD') diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index c91f66f35..884886e35 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=systemd pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat' 'libsystemd-standalone' 'libudev' 'nss-myhostname' 'nss-mymachines' 'nss-resolve') pkgver=230 -pkgrel=5.parabola1 +pkgrel=7.parabola1 arch=('i686' 'x86_64' 'armv7h') url="http://www.freedesktop.org/wiki/Software/systemd" makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' @@ -33,7 +33,7 @@ source=("git://github.com/systemd/systemd.git#tag=v$pkgver" "https://repo.parabola.nu/other/systemd/splash-parabola.bmp"{,.sig}) md5sums=('SKIP' '90ea67a7bb237502094914622a39e281' - '8a093826cbce909e34f15dccd73974c4' + 'bee7fd6ccda39582259708e3f262ea6d' '1b3aa3a0551b08af9305d33f85b5c2fc' '36ee74767ac8734dede1cbd0f4f275d7' '9b9f4a58e4c4009bf5290c5b297600c3' @@ -66,6 +66,15 @@ _backports=( # resolved: when restarting a transaction make sure to not touch it anymore (#3553) 5278bbfe0c79c1f2b5bf8a215d8e7d63f1900ce9 + + # basic: pass flags to the fnmatch + 2027927b1002a74d24300704a655614f8ea48e45 + + # nspawn: fix uid patching logic + 0c6aeb4609f619328b9dcf8d8d815bd06e412ac5 + + # load-fragment: don't try to do a template instance replacement if we are not an instance (#3451) + 9d3e340639bc0b4610f7ece98a84157dbc1c2c8f ) prepare() { @@ -117,6 +126,7 @@ build() { --with-sysvrcnd-path= --with-ntp-servers="${timeservers[*]}" --with-default-dnssec=no + --with-dbuspolicydir=/usr/share/dbus-1/system.d --without-kill-user-processes ) @@ -171,15 +181,7 @@ package_systemd() { 'quota-tools: kernel-level quota management' 'systemd-sysvcompat: symlink package to provide sysvinit binaries' 'polkit: allow administration as unprivileged user') - backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf - etc/dbus-1/system.d/org.freedesktop.hostname1.conf - etc/dbus-1/system.d/org.freedesktop.login1.conf - etc/dbus-1/system.d/org.freedesktop.locale1.conf - etc/dbus-1/system.d/org.freedesktop.machine1.conf - etc/dbus-1/system.d/org.freedesktop.timedate1.conf - etc/dbus-1/system.d/org.freedesktop.import1.conf - etc/dbus-1/system.d/org.freedesktop.network1.conf - etc/pam.d/systemd-user + backup=(etc/pam.d/systemd-user etc/systemd/coredump.conf etc/systemd/journald.conf etc/systemd/journal-remote.conf -- cgit v1.2.3