From 4dbc7ef0ce6988180fa55a3fe9c49a51a017f3dd Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:19:38 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- volume_key.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index e346ac9..aed57cf 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -32,7 +32,7 @@ Summary: An utility for manipulating storage encryption keys and passphrases Name: volume_key Version: 0.3.12 -Release: 11%{?dist} +Release: 12%{?dist} # lib/{SECerrs,SSLerrs}.h are both licensed under MPLv1.1, GPLv2 and LGPLv2 License: GPLv2 and (MPLv1.1 or GPLv2 or LGPLv2) URL: https://pagure.io/%{name}/ @@ -171,6 +171,9 @@ exit 1; \ %endif %changelog +* Fri Jun 04 2021 Python Maint - 0.3.12-12 +- Rebuilt for Python 3.10 + * Wed Mar 31 2021 Jiri Kucera - 0.3.12-11 - Fix resource leaks