diff --git a/libpwquality.spec b/libpwquality.spec index e694665..8cc516a 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -1,7 +1,7 @@ Summary: A library for password generation and password quality checking Name: libpwquality Version: 1.3.0 -Release: 5%{?dist} +Release: 6%{?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 Jul 19 2016 Fedora Release Engineering - 1.3.0-6 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Mon Apr 11 2016 Tomáš Mráz 1.3.0-5 - Make the cracklib-dicts dependency weak - given the optionality of the dictionary check (#1323175)