From 78ef85d2f17cd9795018bc3aa521a6615629ebe7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 15 Jun 2023 14:41:36 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- libnvme.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libnvme.spec b/libnvme.spec index c10a018..c9c73c2 100644 --- a/libnvme.spec +++ b/libnvme.spec @@ -4,7 +4,7 @@ Name: libnvme Summary: Linux-native nvme device management library Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ URL: https://github.com/linux-nvme/libnvme Source0: %{url}/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz @@ -104,6 +104,9 @@ mv %{buildroot}/usr/*.rst %{buildroot}%{_pkgdocdir}/ %{python3_sitearch}/libnvme/* %changelog +* Thu Jun 15 2023 Python Maint - 1.4-3 +- Rebuilt for Python 3.12 + * Thu Apr 20 2023 Tomas Bzatek - 1.4-2 - Backport the NBFT parser from git master