From a4feeaa38895cef9cfab39f634734f15c957e9b1 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 18:18:12 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- libblockdev.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libblockdev.spec b/libblockdev.spec index d2dbe9d..4f0717d 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -125,7 +125,7 @@ Name: libblockdev Version: 2.27 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -980,6 +980,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Mon Jun 13 2022 Python Maint - 2.27-2 +- Rebuilt for Python 3.11 + * Wed Jun 01 2022 Vojtech Trefny - 2.27-1 - crypto: Remove unused and leaking error in write_escrow_data_file (vtrefny) - kbd: Fix potential NULL pointer dereference in bd_kbd_bcache_create (vtrefny)