From 41ddb2db9399a1936e4d64a8e752c92ecee6e641 Mon Sep 17 00:00:00 2001 From: Oliver Haessler Date: May 23 2016 12:50:28 +0000 Subject: Update to 2.22 - removed requirement for ykclient >= 2.15 as BuildRequires: ykclient-devel >= 2.15 takes care of it already --- diff --git a/.gitignore b/.gitignore index 86d14e7..40ca680 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ pam_yubico-2.1.tar.gz /pam_yubico-2.19.tar.gz /pam_yubico-2.20.tar.gz /pam_yubico-2.21.tar.gz +/pam_yubico-2.22.tar.gz diff --git a/pam_yubico.spec b/pam_yubico.spec index 390169e..389b2a2 100644 --- a/pam_yubico.spec +++ b/pam_yubico.spec @@ -1,6 +1,6 @@ Name: pam_yubico -Version: 2.21 -Release: 3%{?dist} +Version: 2.22 +Release: 1%{?dist} Summary: A Pluggable Authentication Module for yubikeys Group: System Environment/Base @@ -13,7 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ykclient-devel >= 2.15 BuildRequires: libyubikey-devel >= 1.5 BuildRequires: pam-devel ykpers-devel openldap-devel autoconf -Requires: ykclient >= 2.15 %description This is pam_yubico, a pluggable authentication module that can be used with @@ -49,6 +48,11 @@ rm -rf $RPM_BUILD_ROOT #%{_includedir}/drop_privs.h %changelog +* Mon May 23 2016 Oliver Haessler - 2.22-1 +- Update to 2.22 +- removed requirement for ykclient >= 2.15 as BuildRequires: ykclient-devel >= 2.15 +takes care of it already + * Tue May 10 2016 Nick Bebout - 2.21-3 - Fix it to read >= instead of just > diff --git a/sources b/sources index 9f67012..ab730fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15ab85c474ced46d9fd5a5efef9ade20 pam_yubico-2.21.tar.gz +689fd52ad9ae28d92bdf302301367fbb pam_yubico-2.22.tar.gz