diff --git a/oath-toolkit.spec b/oath-toolkit.spec index 214b81d..f009052 100644 --- a/oath-toolkit.spec +++ b/oath-toolkit.spec @@ -1,6 +1,6 @@ Name: oath-toolkit Version: 2.4.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: System Environment/Libraries Summary: One-time password components @@ -102,6 +102,7 @@ A command line tool for generating and validating OTPs. Summary: A command line tool for manipulating PSKC data # https://fedorahosted.org/fpc/ticket/174 Provides: bundled(gnulib) +Requires: xmlsec1-openssl%{?_isa} %description -n pskctool A command line tool for manipulating PSKC data. @@ -191,6 +192,10 @@ mkdir -p -m 0600 %{buildroot}%{_sysconfdir}/liboath %{_libdir}/security/pam_oath.so %changelog +* Thu Feb 20 2014 Jaroslav Škarvada - 2.4.1-3 +- Added xmlsec1-openssl to requires + Resolves: rhbz#1066477 + * Mon Feb 17 2014 Jaroslav Škarvada - 2.4.1-2 - Added xmlsec1-openssl-devel to buildrequires