From 65a6131a16e7fb218c38d38dcd464d6740ad125e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 4 Jul 2023 18:30:50 +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 ef75c49..cfcb0dd 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -78,7 +78,7 @@ Name: libblockdev Version: 3.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for low-level manipulation with block devices License: LGPL-2.1-or-later URL: https://github.com/storaged-project/libblockdev @@ -845,6 +845,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Tue Jul 04 2023 Python Maint - 3.0.1-2 +- Rebuilt for Python 3.12 + * Tue Jul 04 2023 Vojtech Trefny - 3.0.1-1 - fs: Simplify struct BDFSInfo (tbzatek) - boilerplate_generator: Annotate stub func args as G_GNUC_UNUSED (tbzatek)