Rebuilt for Python3.5 rebuild

This commit is contained in:
Robert Kuska 2015-11-03 17:39:01 +01:00
parent c7f967cd35
commit d6dfbb7331

View File

@ -1,7 +1,7 @@
Summary: A library for password generation and password quality checking
Name: libpwquality
Version: 1.3.0
Release: 2%{?dist}
Release: 3%{?dist}
# The package is BSD licensed with option to relicense as GPLv2+
# - this option is redundant as the BSD license allows that anyway.
License: BSD or GPLv2+
@ -151,6 +151,9 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d
%{python3_sitearch}/*.egg-info
%changelog
* Tue Nov 03 2015 Robert Kuska <rkuska@redhat.com> - 1.3.0-3
- Rebuilt for Python3.5 rebuild
* Mon Aug 24 2015 Tomáš Mráz <tmraz@redhat.com> 1.3.0-2
- Fix possible stack overflow in the generate function (#1255935)