[arch-commits] Commit in systemd/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Mon Jul 18 12:05:22 UTC 2016


    Date: Monday, July 18, 2016 @ 12:05:22
  Author: dreisner
Revision: 271975

upgpkg: systemd 230-7

- add --with-dbuspolicydir=/usr/share/dbus-1/system.d, drop backup entries
- backport fix for assertion fail on boot (upstream #3747 and #3438)

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-18 11:34:14 UTC (rev 271974)
+++ PKGBUILD	2016-07-18 12:05:22 UTC (rev 271975)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=230
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -53,6 +53,9 @@
 
   # 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() {
@@ -84,6 +87,7 @@
     --with-sysvrcnd-path=
     --with-ntp-servers="${timeservers[*]}"
     --with-default-dnssec=no
+    --with-dbuspolicydir=/usr/share/dbus-1/system.d
     --without-kill-user-processes
   )
 
@@ -106,15 +110,7 @@
               '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



More information about the arch-commits mailing list