2018-04-23 13:26:01 +00:00
committed by Git OBS Bridge
6 changed files with 30 additions and 12 deletions

View File

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

Binary file not shown.

3
pam_u2f-1.0.6.tar.gz Normal file
View File

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

BIN
pam_u2f-1.0.6.tar.gz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Apr 18 11:47:00 UTC 2018 - kbabioch@suse.com
- Update to version 1.0.6:
- Fix an issue when using syslog as a debug facility.
- Do not honor cue if no sutable device is found.
-------------------------------------------------------------------
Wed Apr 18 07:54:00 UTC 2018 - jengelh@inai.de
- Update descriptions, trim bias and other-OS stuff.
- Remove extraneous --bindir.
-------------------------------------------------------------------
Tue Apr 17 06:59:04 UTC 2018 - kbabioch@suse.com
- Update to version 1.0.5:
- General bugfixes and quality-of-life improvements.
-------------------------------------------------------------------
Thu Jan 7 21:34:49 UTC 2016 - t.gruner@katodev.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package pam_u2f
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
Name: pam_u2f
Version: 1.0.4
Version: 1.0.6
Release: 0
Summary: Allows you to use U2F to authenticate against PAM
Summary: U2F authentication integration into PAM
License: BSD-2-Clause
Group: Productivity/Networking/Security
Url: https://developers.yubico.com
@@ -33,20 +33,19 @@ BuildRequires: pkgconfig(u2f-server)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The PAM U2F module provides an easy way to integrate the Yubikey
(or other U2F-compliant authenticators) into your existing user
authentication infrastructure. PAM is used by GNU/Linux, Solaris
and Mac OS X for user authentication.
The PAM U2F module provides a way to integrate the Yubikey
(or other U2F-compliant authenticators) into the existing user
authentication infrastructure.
%prep
%setup -q
%build
%configure --bindir=%{_bindir} --with-pam-dir=/%{_lib}/security --disable-static --disable-silent-rules
%configure --with-pam-dir=/%{_lib}/security --disable-static --disable-silent-rules
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%make_install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print
%files