From 3575a818a164e5f5dbc169cb6c5b6439f48f40b0 Mon Sep 17 00:00:00 2001 From: yuelg Date: Tue, 12 Sep 2023 14:03:35 +0800 Subject: [PATCH] to contain python files Signed-off-by: yuelg --- libnvme.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libnvme.spec b/libnvme.spec index c46cb42..f3dccae 100644 --- a/libnvme.spec +++ b/libnvme.spec @@ -1,6 +1,6 @@ Name: libnvme Version: 1.2 -Release: 1 +Release: 2 Summary: Linux-native nvme device management library License: LGPLv2+ URL: http://github.com/linux-nvme/libnvme @@ -17,6 +17,7 @@ BuildRequires: libuuid-devel BuildRequires: meson BuildRequires: openssl-devel BuildRequires: perl-interpreter +BuildRequires: python3 %description Provides library functions for accessing and managing nvme devices on a Linux @@ -50,6 +51,7 @@ for Linux-native nvme device maangement. %defattr(-,root,root) %attr(0755,root,root) %{_libdir}/libnvme.so.* %attr(0755,root,root) %{_libdir}/libnvme-mi.so.* +%{python3_sitearch}/libnvme/* %doc COPYING %files devel @@ -65,6 +67,9 @@ for Linux-native nvme device maangement. %attr(0644,root,root) %{_mandir}/man2/* %changelog +* Tue Sep 12 2023 yuelongguang - 1.2-2 +- contain python files + * Mon Dec 19 2022 Qiang Wei - 1.2-1 - Update version to v1.2 -- Gitee