On Sun, Oct 22, 2023 at 10:48:33PM -0400, Laine Stump wrote:
> +++ b/libvirt.spec.in
> @@ -1356,7 +1356,7 @@ export SOURCE_DATE_EPOCH=$(stat --printf='%Y'
> %{_specdir}/libvirt.spec)
>-Dglusterfs=disabled \
>-Dhost_validate=disabled \
>-Dlibiscsi=disabled \
> - -Dlibnbd=disabled \
> +
commit v9.8.0-40-g7cbd8c4230 changed the name of the option that
enables/disables nbdkit support in the build from "libnbd" to
"nbdkit", but one use of "-Dlibnbd=disabled" was missed in
libvirt.specfile.in - the meson commandline for mingw, causing the
build to fail.
This patch changes that line t