Enable libxml2 for NBD URI support.
This commit is contained in:
parent
bd65024f96
commit
ae0eabf55a
@ -9,7 +9,7 @@
|
||||
|
||||
Name: libnbd
|
||||
Version: 0.1.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: NBD client library in userspace
|
||||
|
||||
License: LGPLv2+
|
||||
@ -37,6 +37,7 @@ BuildRequires: gcc
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: libxml2-devel
|
||||
|
||||
# Only for running the test suite.
|
||||
BuildRequires: gnutls-utils
|
||||
@ -150,6 +151,9 @@ make %{?_smp_mflags} check || {
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 2 2019 Richard W.M. Jones <rjones@redhat.com> - 0.1.2-2
|
||||
- Enable libxml2 for NBD URI support.
|
||||
|
||||
* Thu May 30 2019 Richard W.M. Jones <rjones@redhat.com> - 0.1.2-1
|
||||
- New upstream version 0.1.2.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user