From a8e0c3d9ed1c60dcd4b04d4bc25a64d32503dcd4 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 7 Jun 2021 16:23:20 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- freeradius.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/freeradius.spec b/freeradius.spec index 17d3b4c..cae2c84 100644 --- a/freeradius.spec +++ b/freeradius.spec @@ -1,7 +1,7 @@ Summary: High-performance and highly configurable free RADIUS server Name: freeradius Version: 3.0.22 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freeradius.org/ @@ -887,6 +887,9 @@ exit 0 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rest %changelog +* Mon Jun 07 2021 Python Maint - 3.0.22-2 +- Rebuilt for Python 3.10 + * Fri Jun 4 2021 Antonio Torres - 3.0.22-1 - Rebased to 3.0.22 Resolves: bz#1961190