* Fri Jul 15 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.1~rc0-1
- Upstream v1.1 Release Candidate 0
This commit is contained in:
parent
377f0773f2
commit
b594f7a29c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/libnvme-1.0-rc7.tar.gz
|
||||
/libnvme-1.0-rc8.tar.gz
|
||||
/libnvme-1.0.tar.gz
|
||||
/libnvme-1.1-rc0.tar.gz
|
||||
|
16
libnvme.spec
16
libnvme.spec
@ -3,8 +3,8 @@
|
||||
|
||||
Name: libnvme
|
||||
Summary: Linux-native nvme device management library
|
||||
Version: 1.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1~rc0
|
||||
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
|
||||
@ -17,6 +17,8 @@ BuildRequires: meson >= 0.47.0
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: json-c-devel >= 0.13
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: systemd-devel > 219
|
||||
BuildRequires: kernel-devel >= 5.15
|
||||
|
||||
%description
|
||||
Provides type definitions for NVMe specification structures,
|
||||
@ -64,17 +66,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 +95,9 @@ rm -rf %{buildroot}%{_pkgdocdir}/nvme
|
||||
%{python3_sitearch}/libnvme/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 15 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.1~rc0-1
|
||||
- Upstream v1.1 Release Candidate 0
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libnvme-1.0.tar.gz) = 119c5f0f6eef47c8922d7c40ff8b6374e211364d8d2df64f1fcc72f2f83216fd81d55e7667d126ab6304128bb58f8e491f845b5a247f64b639a1654a57580f7c
|
||||
SHA512 (libnvme-1.1-rc0.tar.gz) = 605c9c91ef002f9bd048df6fcd2b864be2b508b933e25d82a9b24718dacef339a150fed0e861605338596048328acf46c7747e63d1ca16b5a2d0e8907ce909c2
|
||||
|
Loading…
Reference in New Issue
Block a user