Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libnvme for openSUSE:Factory checked 
in at 2023-10-11 23:53:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnvme (Old)
 and      /work/SRC/openSUSE:Factory/.libnvme.new.1807 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnvme"

Wed Oct 11 23:53:52 2023 rev:22 rq:1116608 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnvme/libnvme.changes  2023-10-05 
20:03:30.983500454 +0200
+++ /work/SRC/openSUSE:Factory/.libnvme.new.1807/libnvme.changes        
2023-10-12 11:45:11.847700764 +0200
@@ -1,0 +2,7 @@
+Mon Oct  9 10:00:13 UTC 2023 - Daniel Wagner <daniel.wag...@suse.com>
+
+- Use glob for python3-libnvme file listening. Workaround pycache_only
+  problems for SLE/Leap builds.
+- Drop usused libuuid dependency
+
+-------------------------------------------------------------------
@@ -17 +24 @@
-- Update to version 1.6:
+- Update to version 1.6: (jsc#PED-3610 jsc#PED-4879 jsc#PED-5061)
@@ -64,2 +71,2 @@
-  * tree: fix segfault in nvme_scan_subsystem()
-  * src/nvme/tree.c: make __nvme_scan_subsystem() returning bool
+  * tree: fix segfault in nvme_scan_subsystem() (bsc#1213993)
+  * src/nvme/tree.c: make __nvme_scan_subsystem() returning bool (bsc#1213993)
@@ -67,2 +74,2 @@
-  * nvme-tree: avoid warning in 'list-subsys'
-  * tree: Add getter for subsystem iopolicy
+  * nvme-tree: avoid warning in 'list-subsys' (bsc#1212598)
+  * tree: Add getter for subsystem iopolicy (bsc#1124564)
@@ -70 +77 @@
-  * tree: Scan all subsystems
+  * tree: Scan all subsystems (bsc#1212598)
@@ -75,0 +83 @@
+    (bsc#1213527 bsc#1213686)
@@ -95,2 +103,2 @@
-  * ioctl: fix RAE bit on last Get Log Page command
-  * fabrics: check genctr after getting discovery entries
+  * ioctl: fix RAE bit on last Get Log Page command (bsc#1213618)
+  * fabrics: check genctr after getting discovery entries (bsc#1213618)
@@ -167,0 +176,10 @@
+- Enabled unit test on s390x again (bsc#1207687, bsc#1207686)
+- Fix invalid string lenght calculcation for UUID (bsc#1209906)
+- Fix segmentation fault during garbage collection (bsc#1209905)
+- Always sanitize traddr and trsvcid entries (bsc#1207435)
+- Allow tracking unique discover controllers (bsc#1186689)
+
+-------------------------------------------------------------------
+Mon Jan 30 14:46:55 UTC 2023 - Martin Wilck <mwi...@suse.com>
+
+- temporarily disable unit tests on s390x (bsc#1207687, bsc#1207686)
@@ -260,0 +279,5 @@
+  * tree: Factor lookup code for controller (bsc#1199503)
+  * fabrics: Consider config from file when adding new controller (bsc#1199503)
+  * fabrics: Lower log level in __nvmf_add_ctrl (bsc#1199994 bsc#1199503)
+  * fabrics: Remove double connection error logging (bsc#1199994 bsc#1199503)
+  * Fixes for controller authentication (bsc#1201501 bsc#1201700 bsc#1201701 
bsc#1201717)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libnvme.spec ++++++
--- /var/tmp/diff_new_pack.trNnXe/_old  2023-10-12 11:45:12.459722841 +0200
+++ /var/tmp/diff_new_pack.trNnXe/_new  2023-10-12 11:45:12.463722985 +0200
@@ -32,7 +32,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  keyutils-devel
 BuildRequires:  libjson-c-devel
-BuildRequires:  libuuid-devel
 BuildRequires:  meson
 BuildRequires:  openssl-devel
 BuildRequires:  python3-devel
@@ -79,7 +78,11 @@
 
 %build
 export KBUILD_BUILD_TIMESTAMP=@${SOURCE_DATE_EPOCH:-$(date +%s)}
-%meson -Ddocs=man %{?_with_docs_build:-Ddocs-build=true} 
-Dversion-tag=%{version} -Dlibdbus=enabled
+%meson \
+    -Ddocs=man \
+    %{?_with_docs_build:-Ddocs-build=true} \
+    -Dversion-tag=%{version} \
+    -Dlibdbus=enabled
 %meson_build
 
 %if %{with check}
@@ -115,9 +118,5 @@
 %{_libdir}/%{name}-mi.so.%{sover}*
 
 %files -n python3-libnvme
-%dir %{python3_sitearch}/libnvme
-%{python3_sitearch}/libnvme/*.so
-%{python3_sitearch}/libnvme/__init__.py
-%{python3_sitearch}/libnvme/nvme.py
-%pycache_only %{python3_sitearch}/libnvme/__pycache__
+%{python3_sitearch}/*
 

Reply via email to