From 579f9528e9d3d9033398180eb474570595fb3a51 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Tue, 13 Jan 2015 14:11:36 +0100 Subject: [PATCH] Use nettle instead of libtomcrypt (#1177180) --- stoken.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/stoken.spec b/stoken.spec index b874194..f17fb94 100644 --- a/stoken.spec +++ b/stoken.spec @@ -1,6 +1,6 @@ Name: stoken Version: 0.81 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Token code generator compatible with RSA SecurID 128-bit (AES) token License: LGPLv2+ @@ -10,10 +10,11 @@ Source0: https://github.com/cernekee/%{name}/archive/v%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: desktop-file-utils -BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: libtool -BuildRequires: pkgconfig(libtomcrypt) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(hogweed) >= 2.4 BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(nettle) >= 2.4 %description Software Token for Linux/UNIX. It's a token code generator compatible with RSA @@ -107,6 +108,9 @@ rm -fr %{buildroot}%{_docdir}/%{name} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Tue Jan 13 2015 Simone Caronni - 0.81-2 +- Use nettle instead of libtomcrypt (#1177180). + * Wed Dec 10 2014 Simone Caronni - 0.81-1 - Update to 0.81.