From 368c1b795f9575ac0cc89482c916e19b124cb8a7 Mon Sep 17 00:00:00 2001 From: Maxim Burgerhout Date: Oct 17 2012 12:15:28 +0000 Subject: Updating to 1.8.1 No longer need external rules file --- diff --git a/69-yubikey.rules b/69-yubikey.rules deleted file mode 100644 index a39ecca..0000000 --- a/69-yubikey.rules +++ /dev/null @@ -1,11 +0,0 @@ -ACTION!="add|change", GOTO="yubico_end" - -# Udev rules for letting the console user access the Yubikey USB -# device node, needed for challenge/response to work correctly. - -# Yubico Yubikey II -ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0010", \ - ENV{ID_SECURITY_TOKEN}="1" - -LABEL="yubico_end" - diff --git a/ykpers.spec b/ykpers.spec index 991f052..23313ae 100644 --- a/ykpers.spec +++ b/ykpers.spec @@ -1,5 +1,5 @@ Name: ykpers -Version: 1.8.0 +Version: 1.8.1 Release: 1%{?dist} Summary: Yubikey personalization program @@ -64,6 +64,7 @@ install -D -p -m 0755 %{SOURCE1} \ %defattr(-,root,root,-) %doc AUTHORS COPYING README ChangeLog NEWS %doc doc/Read-Me.asciidoc doc/Compatibility.asciidoc +%{_bindir}/ykinfo %{_bindir}/ykpersonalize %{_bindir}/ykchalresp %{_libdir}/libykpers-1.so.1 @@ -81,6 +82,10 @@ install -D -p -m 0755 %{SOURCE1} \ %exclude %{_libdir}/libykpers-1.la %changelog +* Wed Oct 17 2012 - Maxim Burerhout - 1.8.1-1 +- Update to 1.8.1 that adds ykinfo +- Drop local patch for udev rules as it is now upstreamed + * Mon Oct 1 2012 - Maxim Burgerhout - 1.8.0-1 - Update to 1.8.0: - Support for yk_challenge_response, Yubikey 2.3, bugfixes and more