diff --git a/.gitignore b/.gitignore index 510279b..b7451a9 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ ykpers-1.3.3.tar.gz /ykpers-1.16.1.tar.gz /ykpers-1.16.2.tar.gz /ykpers-1.17.1.tar.gz +/ykpers-1.17.2.tar.gz diff --git a/sources b/sources index 96086fa..1cc2d3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78b34e35d43482f95495773271d92ed1 ykpers-1.17.1.tar.gz +c76de9624ad04094eb2aaeec10ea8c41 ykpers-1.17.2.tar.gz diff --git a/ykpers.spec b/ykpers.spec index 6bf3282..ee0fd56 100644 --- a/ykpers.spec +++ b/ykpers.spec @@ -1,6 +1,6 @@ Name: ykpers -Version: 1.17.1 -Release: 3%{?dist} +Version: 1.17.2 +Release: 1%{?dist} Summary: Yubikey personalization program Group: Applications/System @@ -82,6 +82,9 @@ export LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/.libs %exclude %{_libdir}/libykpers-1.la %changelog +* Wed Sep 23 2015 Kevin Fenzi 1.17.2-1 +- Update to 1.17.2. Fixes bug #1265449 + * Sun Jul 05 2015 Kevin Fenzi 1.17.1-3 - Fix name of udev rules file. Fixes bug #1240090