Accepting request 597703 from home:jengelh:branches:security

- Update descriptions, trim bias and other-OS stuff.
- Remove extraneous --bindir.

OBS-URL: https://build.opensuse.org/request/show/597703
OBS-URL: https://build.opensuse.org/package/show/security/pam_u2f?expand=0&rev=9
This commit is contained in:
Torsten Gruner 2018-04-18 19:34:49 +00:00 committed by Git OBS Bridge
parent 09f91ce435
commit 0c75746025
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

View File

@ -19,7 +19,7 @@
Name: pam_u2f
Version: 1.0.5
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