libpwquality.spec.in   libpwquality.spec.in 
Summary: A library for password generation and password quality checking Summary: A library for password generation and password quality checking
Name: libpwquality Name: libpwquality
Version: @PACKAGE_VERSION@ Version: @PACKAGE_VERSION@
Release: 1%{?dist} Release: 1%{?dist}
# The package is BSD licensed with option to relicense as GPL+ # The package is BSD licensed with option to relicense as GPLv2+
# - this option is redundant as the BSD license allows that anyway. # - this option is redundant as the BSD license allows that anyway.
License: BSD or GPL+ License: BSD or GPLv2+
Group: System Environment/Base Group: System Environment/Base
Source0: http://fedorahosted.org/releases/l/i/libpwquality/libpwquality-%{v ersion}.tar.bz2 Source0: http://fedorahosted.org/releases/l/i/libpwquality/libpwquality-%{v ersion}.tar.bz2
%global _moduledir /%{_lib}/security %global _moduledir /%{_lib}/security
%global _secconfdir %{_sysconfdir}/security %global _secconfdir %{_sysconfdir}/security
Requires: cracklib-dicts >= 2.8 Requires: cracklib-dicts >= 2.8
Requires: pam%{?_isa} Requires: pam%{?_isa}
BuildRequires: cracklib-devel BuildRequires: cracklib-devel
BuildRequires: gettext BuildRequires: gettext
skipping to change at line 107 skipping to change at line 107
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_includedir}/pwquality.h %{_includedir}/pwquality.h
%{_libdir}/libpwquality.so %{_libdir}/libpwquality.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%files -n python-pwquality %files -n python-pwquality
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{python_sitearch}/pwquality.so %{python_sitearch}/pwquality.so
%changelog %changelog
* Thu Aug 16 2012 Tomas Mraz <tmraz@redhat.com> 1.2.0-1
- add maxsequence check for too long monotonic character sequence.
- clarified alternative licensing to GPLv2+.
- add local_users_only option to skip the pwquality checks for
non-locals. (thanks to Stef Walter)
* Wed Jun 13 2012 Tomas Mraz <tmraz@redhat.com> 1.1.1-1 * Wed Jun 13 2012 Tomas Mraz <tmraz@redhat.com> 1.1.1-1
- use rpm built-in filtering of provides (rhbz#830153) - use rpm built-in filtering of provides (rhbz#830153)
- remove strain debug fprintf() (rhbz#831567) - remove strain debug fprintf() (rhbz#831567)
* Thu May 24 2012 Tomas Mraz <tmraz@redhat.com> 1.1.0-1 * Thu May 24 2012 Tomas Mraz <tmraz@redhat.com> 1.1.0-1
- fix leak when throwing PWQError exception - fix leak when throwing PWQError exception
- added pkgconfig file - added pkgconfig file
- call the simplicity checks before the cracklib check - call the simplicity checks before the cracklib check
- add enforce_for_root option to the PAM module - add enforce_for_root option to the PAM module
- updated translations from Transifex - updated translations from Transifex
 End of changes. 3 change blocks. 
2 lines changed or deleted 8 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/