Hello community, here is the log from the commit of package libfido2 for openSUSE:Factory checked in at 2020-07-30 09:57:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfido2 (Old) and /work/SRC/openSUSE:Factory/.libfido2.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfido2" Thu Jul 30 09:57:10 2020 rev:3 rq:823318 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libfido2/libfido2.changes 2020-07-06 16:19:15.769312900 +0200 +++ /work/SRC/openSUSE:Factory/.libfido2.new.3592/libfido2.changes 2020-07-30 09:58:16.895127441 +0200 @@ -1,0 +2,7 @@ +Fri Jul 24 19:33:15 UTC 2020 - Stefan BrĂ¼ns <[email protected]> + +- Cleanup udev rules, trying to use the Debian specific plugdev + group fills up the journal. +- Make the udev rules package noarch, correct Summary + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfido2.spec ++++++ --- /var/tmp/diff_new_pack.jXdx1n/_old 2020-07-30 09:58:18.863129205 +0200 +++ /var/tmp/diff_new_pack.jXdx1n/_new 2020-07-30 09:58:18.867129208 +0200 @@ -66,7 +66,8 @@ This package contains utilities to use FIDO U2F and FIDO 2.0 protocols. %package udev -Summary: Utility programs making use of libfido2, a library for FIDO U2F and FIDO 2.0 +Summary: Udev rules for libfido2 +BuildArch: noarch %description udev This package contains the udev rules for FIDO2 compatible devices. @@ -84,6 +85,8 @@ %install %cmake_install +# Remove Debian specific plugdev setting from udev rules +sed -i -e 's/, GROUP="plugdev"//g ; s/, MODE="0660"//g' udev/70-u2f.rules # u2f-host has the same udev rule, use a different name mkdir -p %{buildroot}%{_udevrulesdir} install -m 0644 udev/70-u2f.rules %{buildroot}%{_udevrulesdir}/70-fido2.rules
