From 4e4211ba46b987022d9f335dfba28ee45a3e5ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 16 Jun 2018 00:23:54 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- libpwquality.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libpwquality.spec b/libpwquality.spec index 97accf9..044cc09 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -15,7 +15,7 @@ Summary: A library for password generation and password quality checking Name: libpwquality Version: 1.4.0 -Release: 7%{?dist} +Release: 8%{?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+ @@ -182,6 +182,9 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d %endif %changelog +* Fri Jun 15 2018 Miro Hrončok - 1.4.0-8 +- Rebuilt for Python 3.7 + * Thu Mar 22 2018 Tomáš Mráz 1.4.0-7 - Add conditionals for Python2 and Python3