Accepting request 179105 from home:bmwiedemann:branches:security

Update to version 2.0.2

OBS-URL: https://build.opensuse.org/request/show/179105
OBS-URL: https://build.opensuse.org/package/show/security/oath-toolkit?expand=0&rev=4
This commit is contained in:
Dr. Werner Fink 2013-06-15 21:15:35 +00:00 committed by Git OBS Bridge
parent 91f5102152
commit 7ea73808ca
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfc15b675d41fb82be889fc8f41244daff2fb01d8f1099b6a259e871eba18535
size 386455

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2951ebc2a3e9a03333618ceda7fe2c00e16f880255d3d4f48068cd8164715944
size 3946021

View File

@ -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

View File

@ -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