libpwquality.spec.in | libpwquality.spec.in | |||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
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 | |||
BuildRequires: pam-devel | BuildRequires: pam-devel | |||
BuildRequires: python2-devel | BuildRequires: python2-devel | |||
URL: http://libpwquality.fedorahosted.org/ | URL: http://libpwquality.fedorahosted.org/ | |||
# we don't want to provide private python extension libs | # we don't want to provide private python extension libs | |||
%{?filter_setup: | %define __provides_exclude_from ^%{python_sitearch}/.*\.so$. | |||
%filter_provides_in %{python_sitearch}/.*\.so$. | ||||
%filter_setup | ||||
} | ||||
%description | %description | |||
This is a library for password quality checks and generation | This is a library for password quality checks and generation | |||
of random passwords that pass the checks. | of random passwords that pass the checks. | |||
This library uses the cracklib and cracklib dictionaries | This library uses the cracklib and cracklib dictionaries | |||
to perform some of the checks. | to perform some of the checks. | |||
%package devel | %package devel | |||
Group: Development/Libraries | Group: Development/Libraries | |||
Summary: Files needed for developing PAM-aware applications and modules for PAM | Summary: Files needed for developing PAM-aware applications and modules for PAM | |||
skipping to change at line 110 | 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 | |||
* Wed Jun 13 2012 Tomas Mraz <tmraz@redhat.com> 1.1.1-1 | ||||
- use rpm built-in filtering of provides (rhbz#830153) | ||||
- 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 | |||
* Thu Dec 8 2011 Tomas Mraz <tmraz@redhat.com> 1.0.0-1 | * Thu Dec 8 2011 Tomas Mraz <tmraz@redhat.com> 1.0.0-1 | |||
- added a few additional password quality checks | - added a few additional password quality checks | |||
- bugfix in configuration file parsing | - bugfix in configuration file parsing | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 5 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/ |