From d6dfbb73319733c02a6315b1dfc1453009aedd5b Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Tue, 3 Nov 2015 17:39:01 +0100 Subject: [PATCH] Rebuilt for Python3.5 rebuild --- libpwquality.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libpwquality.spec b/libpwquality.spec index 42cad97..2e716e0 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: 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 - 1.3.0-3 +- Rebuilt for Python3.5 rebuild + * Mon Aug 24 2015 Tomáš Mráz 1.3.0-2 - Fix possible stack overflow in the generate function (#1255935)