Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libnbd for openSUSE:Factory checked 
in at 2026-06-27 18:05:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnbd (Old)
 and      /work/SRC/openSUSE:Factory/.libnbd.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnbd"

Sat Jun 27 18:05:46 2026 rev:30 rq:1361818 version:1.25.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnbd/libnbd.changes    2026-06-10 
15:51:59.841844322 +0200
+++ /work/SRC/openSUSE:Factory/.libnbd.new.11887/libnbd.changes 2026-06-27 
18:06:59.397781915 +0200
@@ -1,0 +2,5 @@
+Thu Jun 18 12:34:56 UTC 2026 - [email protected]
+
+- add build condition for ublksrv
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libnbd.spec ++++++
--- /var/tmp/diff_new_pack.QRtXs6/_old  2026-06-27 18:07:01.453851365 +0200
+++ /var/tmp/diff_new_pack.QRtXs6/_new  2026-06-27 18:07:01.477852175 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%bcond_without libnbd_ublksrv
 %define sover 0
 
 Name:           libnbd
@@ -41,7 +42,9 @@
 BuildRequires:  pkgconfig(gnutls) >= 3.3.0
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(python3)
+%if %{with libnbd_ublksrv}
 BuildRequires:  pkgconfig(ublksrv)
+%endif
 Requires:       libnbd%{sover} = %{version}
 # Only for running the test suite.
 BuildRequires:  gcc-c++
@@ -121,6 +124,11 @@
     PYTHON=%{__python3} \
     --enable-python \
     --disable-static \
+%if %{with libnbd_ublksrv}
+    --enable-ublk \
+%else
+    --disable-ublk \
+%endif
     %{nil}
 
 %make_build
@@ -163,13 +171,17 @@
 %{_bindir}/nbddump
 %{_bindir}/nbdinfo
 %{_bindir}/nbddiscard
+%if %{with libnbd_ublksrv}
 %{_bindir}/nbdublk
+%endif
 %{_bindir}/nbdzero
 %{_mandir}/man1/nbdcopy.1*
 %{_mandir}/man1/nbddump.1*
 %{_mandir}/man1/nbddiscard.1*
 %{_mandir}/man1/nbdinfo.1*
+%if %{with libnbd_ublksrv}
 %{_mandir}/man1/nbdublk.1*
+%endif
 %{_mandir}/man1/nbdzero.1*
 
 %files -n libnbd%{sover} -f %name.files

Reply via email to