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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Jul 18 06:15:33 UTC 2017


    Date: Tuesday, July 18, 2017 @ 06:15:32
  Author: bpiotrowski
Revision: 300744

updpkg: systemd 234.0-3

Backport the commit (4a06cbf8) that fixes JobRunningTimeoutSec behavior when
set to 0 from timeouting immadiately to never as it was pre-234.

Fixes FS#54825.

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-18 05:38:08 UTC (rev 300743)
+++ PKGBUILD	2017-07-18 06:15:32 UTC (rev 300744)
@@ -10,7 +10,7 @@
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
 pkgver=234.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -52,6 +52,9 @@
 _backports=(
   # build-sys: install udev rule 70-joystick.{rules,hwdb} (#6363)
   '816be2ba448940e2517dba81492e80b1e6a5954f'
+
+  # Use config_parse_sec_fix_0() also for JobRunningTimeoutSec (#6381)
+  '4a06cbf8387555c7c04a1ee6f0c5a6f858bf4b19'
 )
 
 _reverts=(



More information about the arch-commits mailing list