2015-07-20 08:48:40 +00:00
|
|
|
#
|
2015-10-07 11:13:59 +00:00
|
|
|
# spec file for package pam_u2f
|
2015-07-20 08:48:40 +00:00
|
|
|
#
|
2020-10-17 11:29:17 +00:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2015-07-20 08:48:40 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-06-04 15:40:12 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2015-07-20 08:48:40 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: pam_u2f
|
2020-10-17 11:29:17 +00:00
|
|
|
Version: 1.1.0
|
2015-07-20 08:48:40 +00:00
|
|
|
Release: 0
|
2018-04-18 19:34:49 +00:00
|
|
|
Summary: U2F authentication integration into PAM
|
2015-07-20 08:48:40 +00:00
|
|
|
License: BSD-2-Clause
|
2015-10-07 11:13:59 +00:00
|
|
|
Group: Productivity/Networking/Security
|
2019-06-04 15:40:12 +00:00
|
|
|
URL: https://developers.yubico.com
|
2015-07-20 08:48:40 +00:00
|
|
|
Source0: https://developers.yubico.com/pam-u2f/Releases/%{name}-%{version}.tar.gz
|
2015-10-07 11:13:59 +00:00
|
|
|
Source1: https://developers.yubico.com/pam-u2f/Releases/%{name}-%{version}.tar.gz.sig
|
|
|
|
Source2: baselib.conf
|
2015-07-20 08:48:40 +00:00
|
|
|
BuildRequires: pam-devel
|
2019-06-04 15:40:12 +00:00
|
|
|
BuildRequires: pkgconfig
|
2020-10-17 11:29:17 +00:00
|
|
|
BuildRequires: pkgconfig(libcrypto)
|
|
|
|
BuildRequires: pkgconfig(libfido2)
|
2015-07-20 08:48:40 +00:00
|
|
|
|
|
|
|
%description
|
2018-04-18 19:34:49 +00:00
|
|
|
The PAM U2F module provides a way to integrate the Yubikey
|
|
|
|
(or other U2F-compliant authenticators) into the existing user
|
|
|
|
authentication infrastructure.
|
2015-07-20 08:48:40 +00:00
|
|
|
|
|
|
|
%prep
|
2015-10-07 11:13:59 +00:00
|
|
|
%setup -q
|
2015-07-20 08:48:40 +00:00
|
|
|
|
|
|
|
%build
|
2020-10-17 11:29:17 +00:00
|
|
|
%configure --with-pam-dir=/%{_lib}/security \
|
|
|
|
--disable-static
|
2015-10-07 11:13:59 +00:00
|
|
|
make %{?_smp_mflags}
|
2015-07-20 08:48:40 +00:00
|
|
|
|
|
|
|
%install
|
2018-04-18 19:34:49 +00:00
|
|
|
%make_install %{?_smp_mflags}
|
2020-10-17 11:29:17 +00:00
|
|
|
|
2015-07-20 08:48:40 +00:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
|
|
|
|
|
|
|
%files
|
2019-06-04 15:40:12 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS NEWS ChangeLog README
|
2015-07-20 08:48:40 +00:00
|
|
|
%{_bindir}/pamu2fcfg
|
|
|
|
%{_mandir}/man?/*
|
|
|
|
/%{_lib}/security/pam_u2f.so
|
|
|
|
|
|
|
|
%changelog
|