From ca838e7f419c13e3d738ffdc66f7272693b0b69c Mon Sep 17 00:00:00 2001 From: northboot Date: Thu, 27 Feb 2025 22:22:54 +0100 Subject: [PATCH] libfido2: use upstream group "plugdev" for udev --- srcpkgs/libfido2/INSTALL.msg | 3 +++ srcpkgs/libfido2/template | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/libfido2/INSTALL.msg diff --git a/srcpkgs/libfido2/INSTALL.msg b/srcpkgs/libfido2/INSTALL.msg new file mode 100644 index 00000000000..79a65473b23 --- /dev/null +++ b/srcpkgs/libfido2/INSTALL.msg @@ -0,0 +1,3 @@ +Group access to FIDO2 devices has been changed to group "plugdev". +If you are not using elogind as your session manager, make sure to +add yourself to that group. diff --git a/srcpkgs/libfido2/template b/srcpkgs/libfido2/template index 1ba6100f569..aac7b617ce1 100644 --- a/srcpkgs/libfido2/template +++ b/srcpkgs/libfido2/template @@ -1,7 +1,7 @@ # Template file for 'libfido2' pkgname=libfido2 version=1.15.0 -revision=1 +revision=2 build_style=cmake configure_args="-DUDEV_RULES_DIR=/usr/lib/udev/rules.d" hostmakedepends="pkg-config" @@ -23,8 +23,6 @@ post_extract() { post_install() { vlicense LICENSE - vsed -e 's/GROUP="plugdev"/GROUP="users"/' \ - -i ${DESTDIR}/usr/lib/udev/rules.d/70-u2f.rules } libfido2-devel_package() {