libnvme: update to version v1.1
Resolves: #2113955 Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
This commit is contained in:
parent
be6ac9384b
commit
f1f6786fe3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libnvme-1.0.tar.gz
|
||||
/libnvme-1.1.tar.gz
|
||||
|
14
libnvme.spec
14
libnvme.spec
@ -3,8 +3,8 @@
|
||||
|
||||
Name: libnvme
|
||||
Summary: Linux-native nvme device management library
|
||||
Version: 1.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/linux-nvme/libnvme
|
||||
Source0: %{url}/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz
|
||||
@ -64,17 +64,22 @@ This package contains Python bindings for libnvme.
|
||||
%{__install} -pm 644 doc/config-schema.json %{buildroot}%{_pkgdocdir}
|
||||
mv %{buildroot}%{_pkgdocdir}/nvme/html %{buildroot}%{_pkgdocdir}/html
|
||||
rm -rf %{buildroot}%{_pkgdocdir}/nvme
|
||||
mv %{buildroot}/usr/*.rst %{buildroot}%{_pkgdocdir}/
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license COPYING ccan/licenses/*
|
||||
%{_libdir}/libnvme.so.1
|
||||
%{_libdir}/libnvme.so.1.0.0
|
||||
%{_libdir}/libnvme.so.1.1.0
|
||||
%{_libdir}/libnvme-mi.so.1
|
||||
%{_libdir}/libnvme-mi.so.1.1.0
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libnvme.so
|
||||
%{_libdir}/libnvme-mi.so
|
||||
%{_includedir}/libnvme.h
|
||||
%{_includedir}/libnvme-mi.h
|
||||
%dir %{_includedir}/nvme
|
||||
%{_includedir}/nvme/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
@ -88,6 +93,9 @@ rm -rf %{buildroot}%{_pkgdocdir}/nvme
|
||||
%{python3_sitearch}/libnvme/*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 19 2022 Maurizio Lombardi <mlombard@redhat.com> - 1.1-1
|
||||
- Update to upstream version v1.1
|
||||
|
||||
* Fri Jun 24 2022 Maurizio Lombardi <mlombard@redhat.com> - 1.0-5
|
||||
- Rebuild for RHEL9.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libnvme-1.0.tar.gz) = 119c5f0f6eef47c8922d7c40ff8b6374e211364d8d2df64f1fcc72f2f83216fd81d55e7667d126ab6304128bb58f8e491f845b5a247f64b639a1654a57580f7c
|
||||
SHA512 (libnvme-1.1.tar.gz) = 4cff793506566ff493db0026aac6271003c21c691a459fe5e3b45fe42655b78b1e19aea4b848e4d9535f43782945738500b2f42c3615379110e9938c8b105869
|
||||
|
Loading…
Reference in New Issue
Block a user