From 093cfeed36785e32c1e8ee2ae7f6b08666ffe547 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 15 Jun 2023 15:34:47 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- libblockdev.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libblockdev.spec b/libblockdev.spec index 8d74b69..fd9a178 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -125,7 +125,7 @@ Name: libblockdev Version: 2.28 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A library for low-level manipulation with block devices License: LGPL-2.1-or-later URL: https://github.com/storaged-project/libblockdev @@ -978,6 +978,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Thu Jun 15 2023 Python Maint - 2.28-7 +- Rebuilt for Python 3.12 + * Wed May 17 2023 Vojtech Trefny - 2.28-6 - Allow resizing of inactive LVs with latest LVM (#2188830)