commit b772d81997894f70e9f78411f2266af7c9c489e1
Author: Jan Rękorajski <[email protected]>
Date:   Wed Mar 31 23:15:38 2021 +0200

    - fix python and iso plugins build

 nbdkit.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/nbdkit.spec b/nbdkit.spec
index 1e7453f..6c23a1f 100644
--- a/nbdkit.spec
+++ b/nbdkit.spec
@@ -33,7 +33,7 @@ BuildRequires:        libvirt-devel
 %{?with_perl:BuildRequires:    perl-devel}
 BuildRequires: perl-tools-pod
 BuildRequires: pkgconfig
-%{?with_python:BuildRequires:  python-devel >= 2}
+%{?with_python:BuildRequires:  python3-devel}
 BuildRequires: xz-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -173,6 +173,7 @@ Plik nagłówkowy dla wtyczek nbdkit.
 %{__automake}
 %configure \
        GUESTFISH=no \
+       MKISOFS=/usr/bin/mkisofs \
        %{!?with_go:--disable-golang} \
        %{!?with_ocaml:--disable-ocaml} \
        %{!?with_perl:--disable-perl} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nbdkit.git/commitdiff/b772d81997894f70e9f78411f2266af7c9c489e1

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to