diff --git a/oath-toolkit-1.4.6_git201102080806.tar.bz2 b/oath-toolkit-1.4.6_git201102080806.tar.bz2 deleted file mode 100644 index 7b90b62..0000000 --- a/oath-toolkit-1.4.6_git201102080806.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfc15b675d41fb82be889fc8f41244daff2fb01d8f1099b6a259e871eba18535 -size 386455 diff --git a/oath-toolkit-2.0.2.tar.gz b/oath-toolkit-2.0.2.tar.gz new file mode 100644 index 0000000..efb847d --- /dev/null +++ b/oath-toolkit-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2951ebc2a3e9a03333618ceda7fe2c00e16f880255d3d4f48068cd8164715944 +size 3946021 diff --git a/oath-toolkit.changes b/oath-toolkit.changes index 7e9329d..1ee7523 100644 --- a/oath-toolkit.changes +++ b/oath-toolkit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jun 15 18:46:27 UTC 2013 - bwiedemann@suse.com + +- Update to version 2.0.2 + ------------------------------------------------------------------- Fri Feb 11 00:04:02 UTC 2011 - cristian.rodriguez@opensuse.org diff --git a/oath-toolkit.spec b/oath-toolkit.spec index f261fa3..a118db0 100644 --- a/oath-toolkit.spec +++ b/oath-toolkit.spec @@ -1,7 +1,7 @@ # # spec file for package # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,20 @@ # norootforbuild Name: oath-toolkit -Version: 1.4.6_git201102080806 +Version: 2.0.2 Release: 0 License: GPLv3 Summary: Makes it possible to build one-time password authentication systems Url: http://www.nongnu.org/oath-toolkit/ Group: Productivity/Networking/Security -Source: http://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-%{version}.tar.bz2 +Source: http://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-%{version}.tar.gz BuildRequires: pam-devel libgcrypt-devel gtk-doc pkgconfig gengetopt bison BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Makes it possible to build one-time password authentication systems· +Supported technologies include the event-based HOTP algorithm (RFC4226) and the time-based TOTP algorithm (RFC6238). %package -n pam_oath Summary: Makes it possible to build one-time password authentication systems @@ -63,7 +64,6 @@ Makes it possible to build one-time password authentication systems %setup -q %build -autoreconf -fiv %configure --with-pam-dir=/%{_lib}/security \ --with-libgcrypt \ --disable-silent-rules \ @@ -87,7 +87,7 @@ find %{buildroot} -type f -name "*.la" -print -delete %defattr(-,root,root) %doc ChangeLog README COPYING %{_bindir}/oathtool -%{_mandir}/man1/oathtool.*.* +%{_mandir}/man1/oathtool.* %files -n pam_oath %defattr(-,root,root) @@ -103,5 +103,7 @@ find %{buildroot} -type f -name "*.la" -print -delete %dir %{_includedir}/liboath %{_includedir}/liboath/oath.h %{_libdir}/pkgconfig/liboath.pc +%doc %{_datadir}/gtk-doc/html/liboath +%{_mandir}/man3/oath_* %changelog