1# $Id: pam_passwdqc.spec,v 1.11 2002/04/16 16:56:52 solar Exp $ 2 3Summary: Pluggable password "quality check". 4Name: pam_passwdqc 5Version: 0.5 6Release: owl1 7License: relaxed BSD and (L)GPL-compatible 8Group: System Environment/Base 9Source: pam_passwdqc-%version.tar.gz 10BuildRoot: /override/%name-%version 11 12%description 13pam_passwdqc is a simple password strength checking module for 14PAM-aware password changing programs, such as passwd(1). In addition 15to checking regular passwords, it offers support for passphrases and 16can provide randomly generated passwords. All features are optional 17and can be (re-)configured without rebuilding. 18 19%prep 20%setup -q 21 22%build 23make CFLAGS="-c -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM $RPM_OPT_FLAGS" 24 25%install 26rm -rf $RPM_BUILD_ROOT 27make install FAKEROOT=$RPM_BUILD_ROOT 28 29%clean 30rm -rf $RPM_BUILD_ROOT 31 32%files 33%defattr(-,root,root) 34%doc LICENSE README 35/lib/security/pam_passwdqc.so 36 37%changelog 38* Tue Apr 16 2002 Solar Designer <solar@owl.openwall.com> 39- 0.5: preliminary OpenPAM (FreeBSD-current) support in the code and related 40code cleanups (thanks to Dag-Erling Smorgrav). 41 42* Thu Feb 07 2002 Michail Litvak <mci@owl.openwall.com> 43- Enforce our new spec file conventions. 44 45* Sun Nov 04 2001 Solar Designer <solar@owl.openwall.com> 46- Updated to 0.4: 47- Added "ask_oldauthtok" and "check_oldauthtok" as needed for stacking with 48the Solaris pam_unix; 49- Permit for stacking of more than one instance of this module (no statics). 50 51* Tue Feb 13 2001 Solar Designer <solar@owl.openwall.com> 52- Install the module as mode 755. 53 54* Tue Dec 19 2000 Solar Designer <solar@owl.openwall.com> 55- Added "-Wall -fPIC" to the CFLAGS. 56 57* Mon Oct 30 2000 Solar Designer <solar@owl.openwall.com> 58- 0.3: portability fixes (this might build on non-Linux-PAM now). 59 60* Fri Sep 22 2000 Solar Designer <solar@owl.openwall.com> 61- 0.2: added "use_authtok", added README. 62 63* Fri Aug 18 2000 Solar Designer <solar@owl.openwall.com> 64- 0.1, "retry_wanted" bugfix. 65 66* Sun Jul 02 2000 Solar Designer <solar@owl.openwall.com> 67- Initial version (non-public). 68