[libvirt PATCH 0/2] Fix disabling of libssh/libssh2 in RPM build

Daniel P. Berrangé posted 2 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201028123037.666295-1-berrange@redhat.com
libvirt.spec.in | 27 ++++++++++++---------------
1 file changed, 12 insertions(+), 15 deletions(-)
[libvirt PATCH 0/2] Fix disabling of libssh/libssh2 in RPM build
Posted by Daniel P. Berrangé 3 years, 5 months ago
RHEL builds disable libssh2, and build root lack libssh2-devel. The RPM
build fails though because meson looks for libssh2 and has it set to
"enabled", not "auto" or "disabled".

Daniel P. Berrangé (2):
  rpm: remove with_bash_completion condition
  rpm: tell meson whether to use libssh or libssh2 explicitly

 libvirt.spec.in | 27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)

-- 
2.26.2


Re: [libvirt PATCH 0/2] Fix disabling of libssh/libssh2 in RPM build
Posted by Pavel Hrdina 3 years, 5 months ago
On Wed, Oct 28, 2020 at 12:30:35PM +0000, Daniel P. Berrangé wrote:
> RHEL builds disable libssh2, and build root lack libssh2-devel. The RPM
> build fails though because meson looks for libssh2 and has it set to
> "enabled", not "auto" or "disabled".
> 
> Daniel P. Berrangé (2):
>   rpm: remove with_bash_completion condition
>   rpm: tell meson whether to use libssh or libssh2 explicitly
> 
>  libvirt.spec.in | 27 ++++++++++++---------------
>  1 file changed, 12 insertions(+), 15 deletions(-)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>