[neon/snap-packaging/plasma-core-desktop/ago/add-rdma-group] hooks: Add RDMA group/gshadow
Antoine Gonzalez
null at kde.org
Wed Sep 25 16:00:24 BST 2024
Git commit 80960f3829acb73c530b93b967d10e1024fcc52e by Antoine Gonzalez.
Committed on 25/09/2024 at 14:57.
Pushed by daspood into branch 'ago/add-rdma-group'.
Add RDMA group/gshadow
libibverbs1, which is apparently a cross-dependency of libksysguard,
creates an rdma group/gshadow entry which was not accounted for
previously. Add this entry to the `orig` files we use to sanity-check
these files.
Without these two entries, build will fail during hook 990.
M +2 -0 hooks/000-provide-uids-gids.chroot
https://invent.kde.org/neon/snap-packaging/plasma-core-desktop/-/commit/80960f3829acb73c530b93b967d10e1024fcc52e
diff --git a/hooks/000-provide-uids-gids.chroot b/hooks/000-provide-uids-gids.chroot
index 977fd49..d9ce47e 100755
--- a/hooks/000-provide-uids-gids.chroot
+++ b/hooks/000-provide-uids-gids.chroot
@@ -238,6 +238,7 @@ rtkit:x:124:
pipewire:x:125:
polkitd:x:126:
sddm:x:113:
+rdma:x:121:
EOF
cp /etc/group /etc/group.orig # We make a copy for a later sanity-compare
@@ -307,5 +308,6 @@ pipewire:!::
rtkit:!::
polkitd:!*::
sddm:!::
+rdma:!::
EOF
cp /etc/gshadow /etc/gshadow.orig # We make a copy for a later sanity-compare
More information about the Neon-commits
mailing list