From 8f54c6abf85b43771b723f3160a7cbec57874a5d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:14:22 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- libpwquality.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libpwquality.spec b/libpwquality.spec index fda74d0..1f2f7b5 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.4 -Release: 9%{?dist} +Release: 10%{?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+ @@ -185,6 +185,9 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d %endif %changelog +* Mon Jun 13 2022 Python Maint - 1.4.4-10 +- Rebuilt for Python 3.11 + * Fri Mar 04 2022 Karolina Surma - 1.4.4-9 - Don't BR setuptools, use Python's bundled distutils