Update libnvme to version 1.13
Note: liburing is disabled Resolves: RHEL-88847 Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
This commit is contained in:
parent
b3c71685ce
commit
16a179708d
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/libnvme-1.10.tar.gz
|
||||
/libnvme-1.11.tar.gz
|
||||
/libnvme-1.11.1.tar.gz
|
||||
/libnvme-1.13.tar.gz
|
||||
|
13
libnvme.spec
13
libnvme.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libnvme
|
||||
Summary: Linux-native nvme device management library
|
||||
Version: 1.11.1
|
||||
Version: 1.13
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/linux-nvme/libnvme
|
||||
@ -12,7 +12,7 @@ Source0: %{url}/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz
|
||||
BuildRequires: gcc gcc-c++
|
||||
BuildRequires: swig
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: meson >= 0.50.0
|
||||
BuildRequires: meson >= 0.62
|
||||
BuildRequires: json-c-devel >= 0.13
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: keyutils-libs-devel
|
||||
@ -55,7 +55,7 @@ This package contains Python bindings for libnvme.
|
||||
%autosetup -p1 -n %{name}-%{version_no_tilde}
|
||||
|
||||
%build
|
||||
%meson -Dpython=enabled -Dlibdbus=disabled -Ddocs=all -Ddocs-build=true -Dhtmldir=%{_pkgdocdir}
|
||||
%meson -Dpython=enabled -Dlibdbus=disabled -Ddocs=all -Ddocs-build=true -Dhtmldir=%{_pkgdocdir} -Dliburing=disabled
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -71,9 +71,9 @@ mv %{buildroot}/usr/*.rst %{buildroot}%{_pkgdocdir}/
|
||||
%files
|
||||
%license COPYING ccan/licenses/*
|
||||
%{_libdir}/libnvme.so.1
|
||||
%{_libdir}/libnvme.so.1.11.1
|
||||
%{_libdir}/libnvme.so.1.13.0
|
||||
%{_libdir}/libnvme-mi.so.1
|
||||
%{_libdir}/libnvme-mi.so.1.11.1
|
||||
%{_libdir}/libnvme-mi.so.1.13.0
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libnvme.so
|
||||
@ -93,6 +93,9 @@ mv %{buildroot}/usr/*.rst %{buildroot}%{_pkgdocdir}/
|
||||
%{python3_sitearch}/libnvme/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 29 2025 Maurizio Lombardi <mlombard@redhat.com> - 1.13-1
|
||||
- Update to version 1.13 (RHEL-88847)
|
||||
|
||||
* Tue Nov 19 2024 Maurizio Lombardi <mlombard@redhat.com> - 1.11.1-1
|
||||
- TLS Fixes (RHEL-53980)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libnvme-1.11.1.tar.gz) = 8720f2907a3d13af44fb3deec883cd6eb247d5861c4459b5fe0e67ff9ecfb565462a5faf39d43e08b5284f3e8ca8e72d41b333984beaa45d3287b1a258f3e59d
|
||||
SHA512 (libnvme-1.13.tar.gz) = 7c56cb4a531c77e7024126c3dde4ffe629944be93a3102b09bc7a16031bdd64dac5cb19834c586609c5e3c186f805532d739f960abc4ba22114f36c6bc710264
|
||||
|
Loading…
Reference in New Issue
Block a user