Accepting request 567519 from home:dmarcoux:pass-otp

- Add patch (last commit which changed source, not released in 2.6.2):
  - 0002-update_gnulibs_files.patch

OBS-URL: https://build.opensuse.org/request/show/567519
OBS-URL: https://build.opensuse.org/package/show/security/oath-toolkit?expand=0&rev=11
This commit is contained in:
Torsten Gruner 2018-01-19 08:10:23 +00:00 committed by Git OBS Bridge
parent 5364d19bcf
commit f77d459baf
3 changed files with 9065 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 16 11:18:53 UTC 2018 - dmarcoux@posteo.de
- Add patch (last commit which changed source, not released in 2.6.2):
- 0002-update_gnulibs_files.patch
-------------------------------------------------------------------
Mon Aug 29 20:03:11 UTC 2016 - mardnh@gmx.de

View File

@ -26,8 +26,9 @@ Summary: Toolkit for one-time password authentication systems
License: GPL-3.0+
Group: Productivity/Networking/Security
Url: http://www.nongnu.org/oath-toolkit/
Source: http://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-%{version}.tar.gz
Patch: 0001-Fix-no-return-in-nonvoid-function-errors-reported-by.patch
Source: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Patch1: 0001-Fix-no-return-in-nonvoid-function-errors-reported-by.patch
Patch2: 0002-update_gnulibs_files.patch
BuildRequires: bison
BuildRequires: gengetopt
BuildRequires: gtk-doc
@ -135,7 +136,9 @@ RFC6030 is supported.
%prep
%setup -q
%patch -p1
%patch1 -p1
%patch2 -p1
autoreconf -fi
%build
%configure --with-pam-dir=/%{_lib}/security \