Summary: This module is to be used with http://pam-python.sourceforge.net/. It can be used to authenticate with OTP against privacyIDEA. It will also cache future OTP values to enable offline authentication.
Summary: This module is to be used with http://pam-python.sourceforge.net/. It can be used to authenticate with OTP against privacyIDEA. It will also cache future OTP values to enable offline authentication.
This module is to be used with http://pam-python.sourceforge.net/. It can be used to authenticate with OTP against privacyIDEA. It will also cache future OTP values to enable offline authentication.
%prep
%setup
mkdir -p %buildroot/etc/privacyidea
%patch1 -p1
%build
%python_build
...
...
@@ -42,11 +47,5 @@ This module is to be used with http://pam-python.sourceforge.net/. It can be use
%python_sitelibdir/*
%changelog
<<<<<<< HEAD
* Sun Feb 16 2020 Eugene Omelyanovich <regatio@etersoft.ru> 2.11.0-alt1
- new version
=======
>>>>>>> 2350a79... Edited spec file
* Sat Feb 15 2020 Eugene Omelyanovich <regatio@etersoft.ru> 2.11-alt1
- initial build for ALT Sisyphus
* Fri Mar 27 2020 Eugene Omelyanovich <regatio@etersoft.ru> 2.11.0-alt2
- added fix-python2.7.patch to resolve path issues