From 16293e5a70c2e63583ba1fc57e123100d5b24392 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 29 Jun 2023 23:31:06 +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 b575700..6100b33 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -78,7 +78,7 @@ Name: libblockdev Version: 3.0 -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,5 +845,8 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Thu Jun 29 2023 Python Maint - 3.0-2 +- Rebuilt for Python 3.12 + * Fri Jun 23 2023 Vojtech Trefny - 3.0-1 - Libblockdev 3.0 release