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

Christian Hesse eworm at archlinux.org
Fri Jun 8 20:24:59 UTC 2018


    Date: Friday, June 8, 2018 @ 20:24:59
  Author: eworm
Revision: 326501

upgpkg: systemd 238.133-2

backport sd-shutdown improvements (FS#58867)

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-08 20:24:38 UTC (rev 326500)
+++ PKGBUILD	2018-06-08 20:24:59 UTC (rev 326501)
@@ -8,7 +8,7 @@
 # Can be from either systemd or systemd-stable
 _commit='f58e62cbbc1c2842881a2a6ab9beda7bcb044a30'
 pkgver=238.133
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://www.github.com/systemd/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -64,6 +64,18 @@
 _backports=(
   # nspawn: wait for network namespace creation before interface setup (#8633)
   '7511655807e90aa33ea7b71991401a79ec36bb41'
+
+  # sd-shutdown improvements #8429
+  # umount: Add more asserts and remove some unused arguments
+  '0494cae03d762eaf2fb7217ee7d70f615dcb5183'
+  # umount: Decide whether to remount read-only earlier
+  '1d62d22d9432d5c4a637002c9a29b20d52f25d9a'
+  # umount: Provide the same mount flags too when remounting read-only
+  '3bc341bee9fc7dfb41a131246b6fb0afd6ff4407'
+  # umount: Try unmounting even if remounting read-only failed
+  '8645ffd12b3cc7b0292acd9e1d691c4fab4cf409'
+  # umount: Don't bother remounting api and ro filesystems read-only
+  'e783b4902f387640bba12496936d01e967545c3c'
 )
 
 _reverts=(



More information about the arch-commits mailing list