diff --git a/_service b/_service index 5a8ba27..3edb2e2 100644 --- a/_service +++ b/_service @@ -4,9 +4,9 @@ https://github.com/linux-nvme/libnvme.git libnvme @PARENT_TAG@ - v1.0 - v(\d+.\d+) - \1 + v1.1-rc0 + v(\d+.\d+)-rc(\d+) + \1~rc\2 enable diff --git a/_servicedata b/_servicedata index 467f7dc..c6dec3e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/linux-nvme/libnvme.git - 033449f7c61c130fd21f0a747075dc15069f73f0 + 6c5aedd78690b042250f3dc82b48b7302ea91dbd \ No newline at end of file diff --git a/libnvme-1.0.obscpio b/libnvme-1.0.obscpio deleted file mode 100644 index 6607ac5..0000000 --- a/libnvme-1.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d548a161f59257624be175b7a263fd5ba581371f806135876296e4ec244e61c8 -size 1564172 diff --git a/libnvme-1.1~rc0.obscpio b/libnvme-1.1~rc0.obscpio new file mode 100644 index 0000000..f4fac11 --- /dev/null +++ b/libnvme-1.1~rc0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762ad14129e29443f0a51ee81cca53557487a33d8703f2094494a8324a8e8509 +size 2174476 diff --git a/libnvme.changes b/libnvme.changes index 293014b..d4ab929 100644 --- a/libnvme.changes +++ b/libnvme.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jul 14 14:00:41 UTC 2022 - daniel.wagner@suse.com + +- Update to version v1.1-rc0: + * update/cleanup of documentation + * various build fixes + * various fixes reported by coverity + * 64-bit Reference Tags and TP-4068 changes + * libnvme-mi: Introduce NVMe Managament Interface library + ------------------------------------------------------------------- Fri Apr 08 17:04:22 UTC 2022 - Daniel Wagner diff --git a/libnvme.obsinfo b/libnvme.obsinfo index 561d9b2..fafce20 100644 --- a/libnvme.obsinfo +++ b/libnvme.obsinfo @@ -1,4 +1,4 @@ name: libnvme -version: 1.0 -mtime: 1649434495 -commit: 033449f7c61c130fd21f0a747075dc15069f73f0 +version: 1.1~rc0 +mtime: 1657802871 +commit: 6c5aedd78690b042250f3dc82b48b7302ea91dbd diff --git a/libnvme.spec b/libnvme.spec index a50d5d3..b6e81d5 100644 --- a/libnvme.spec +++ b/libnvme.spec @@ -19,7 +19,7 @@ %define sover 1 Name: libnvme -Version: 1.0 +Version: 1.1~rc0 Release: 0 Summary: Linux-native nvme device management library License: LGPL-2.1-or-later @@ -49,12 +49,20 @@ system. %package devel Summary: Development files for %{name} Requires: %{name}%{sover} = %{version} +Requires: %{name}-mi%{sover} = %{version} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. -%package -n python3-libnvme +%package mi%{sover} +Summary: NVMe Managament Interface library for %{name} + +%description mi%{sover} +Provides library functions for managing NVMe devices via the NVMe +Managament Interface. + +%package -n python3-libnvme Summary: Python binding for %{name} %description -n python3-libnvme @@ -77,6 +85,9 @@ Python binding part. %post -n %{name}%{sover} -p /sbin/ldconfig %postun -n %{name}%{sover} -p /sbin/ldconfig +%post -n %{name}-mi%{sover} -p /sbin/ldconfig +%postun -n %{name}-mi%{sover} -p /sbin/ldconfig + %files -n %{name}%{sover} %license COPYING %doc README.md @@ -87,8 +98,14 @@ Python binding part. %{_includedir}/* %{_libdir}/%{name}*.so %{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/pkgconfig/%{name}-mi.pc %{_mandir}/*/* +%files -n %{name}-mi%{sover} +%license COPYING +%doc README.md +%{_libdir}/%{name}-mi.so.%{sover}* + %files -n python3-libnvme %{python3_sitearch}/libnvme %{python3_sitearch}/libnvme/*.so