diff --git a/.gitignore b/.gitignore index b7451a9..6e184dc 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ ykpers-1.3.3.tar.gz /ykpers-1.16.2.tar.gz /ykpers-1.17.1.tar.gz /ykpers-1.17.2.tar.gz +/ykpers-1.17.3.tar.gz diff --git a/sources b/sources index 1cc2d3b..1250fd4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c76de9624ad04094eb2aaeec10ea8c41 ykpers-1.17.2.tar.gz +6b2b77ad338bf0ac84b12a0392ff0e34 ykpers-1.17.3.tar.gz diff --git a/ykpers.spec b/ykpers.spec index 9b999e4..aff89fd 100644 --- a/ykpers.spec +++ b/ykpers.spec @@ -1,6 +1,6 @@ Name: ykpers -Version: 1.17.2 -Release: 3%{?dist} +Version: 1.17.3 +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 +* Fri Jan 08 2016 Kevin Fenzi - 1.17.3-1 +- Update to 1.17.3 + * Sun Oct 18 2015 Kevin Fenzi 1.17.2-3 - Switch to systemd BuildRequires as systemd-devel doesn't provide udev.pc - Fixes permissions issue #1272637