David Runge pushed to branch main at Arch Linux / Packaging / Packages /
filesystem
Commits:
945e4026 by Christian Hesse at 2024-11-21T08:46:59+01:00
adopt creating of /run/lock from systemd
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- tmpfiles
Changes:
=====================================
.SRCINFO
=====================================
@@ -76,7 +76,7 @@ pkgbase = filesystem
sha256sums =
ec289c03aa0d150e90e8287f001c8e6552ab9dd54f450bdb5c2d2254e477965b
sha256sums =
2905b91729fd252d50064460862ab78c567ac3c103847e5e10c267d1f85928ca
sha256sums =
30b97e8f5965744138f7a394e04454db6d509fb89e0a9b615bcd9037df3d6f2a
- sha256sums =
01d1aeb2cb35965074943bb99a4bb646959e0270a81dcd6af9a7b1c092fb3524
+ sha256sums =
111f8cf14c3cecd1c0362def68c3bba059f4e901130d0467c26b9bb93e9ae8bb
sha256sums =
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
sha256sums =
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
=====================================
PKGBUILD
=====================================
@@ -84,7 +84,7 @@
sha256sums=('01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b'
'ec289c03aa0d150e90e8287f001c8e6552ab9dd54f450bdb5c2d2254e477965b'
'2905b91729fd252d50064460862ab78c567ac3c103847e5e10c267d1f85928ca'
'30b97e8f5965744138f7a394e04454db6d509fb89e0a9b615bcd9037df3d6f2a'
- '01d1aeb2cb35965074943bb99a4bb646959e0270a81dcd6af9a7b1c092fb3524'
+ '111f8cf14c3cecd1c0362def68c3bba059f4e901130d0467c26b9bb93e9ae8bb'
'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
=====================================
tmpfiles
=====================================
@@ -18,3 +18,9 @@ C /etc/shadow
C /etc/shells
C /etc/subuid
C /etc/subgid
+
+# This used to be created by systemd, but is considered part of legacy
+# SystemV support, and that in turn will be removed with systemd v258
+# ultimately. It is still used by differnt packages, so let's move it
+# here... As /run is a tmpfs it has to be created by tmpfiles.
+d /run/lock 0755 root root -
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/filesystem/-/commit/945e4026ef42b51f1657d7973a347c14492eb439
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/filesystem/-/commit/945e4026ef42b51f1657d7973a347c14492eb439
You're receiving this email because of your account on gitlab.archlinux.org.