From 9eb27b17f8835552425d38ba1e8a96bc3426d9c4 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 16:00:44 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 03e3172..221fc2c 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -2,7 +2,7 @@ Name: python-gssapi Version: 1.7.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -53,6 +53,9 @@ Requires: krb5-libs >= 1.19 %doc README.txt %changelog +* Mon Jun 13 2022 Python Maint - 1.7.3-2 +- Rebuilt for Python 3.11 + * Wed Feb 16 2022 Simo Sorce - 1.7.3-1 - Update to 1.7.3 release