Updating to 1.8.1

No longer need external rules file
epel9
Maxim Burgerhout 12 years ago
parent a4149af1be
commit 368c1b795f

@ -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"

@ -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 <wzzrd@fedoraproject.org> - 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 <wzzrd@fedoraproject.org> - 1.8.0-1
- Update to 1.8.0:
- Support for yk_challenge_response, Yubikey 2.3, bugfixes and more

Loading…
Cancel
Save