New upstream version 1.23.7.
- Disable golang bindings.
This commit is contained in:
parent
a10335b4ac
commit
25bbb93250
@ -11,8 +11,8 @@
|
|||||||
Summary: Access and modify virtual machine disk images
|
Summary: Access and modify virtual machine disk images
|
||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.23.6
|
Version: 1.23.7
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
# Source and patches.
|
# Source and patches.
|
||||||
@ -571,11 +571,13 @@ EOF
|
|||||||
extra=--with-supermin-packager-config=$(pwd)/yum.conf
|
extra=--with-supermin-packager-config=$(pwd)/yum.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# golang disabled because of RHBZ#973842.
|
||||||
%{configure} \
|
%{configure} \
|
||||||
--with-default-backend=libvirt \
|
--with-default-backend=libvirt \
|
||||||
--with-extra="fedora=%{fedora},release=%{release},libvirt" \
|
--with-extra="fedora=%{fedora},release=%{release},libvirt" \
|
||||||
--with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \
|
--with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \
|
||||||
--enable-install-daemon \
|
--enable-install-daemon \
|
||||||
|
--disable-golang \
|
||||||
$extra
|
$extra
|
||||||
|
|
||||||
# 'INSTALLDIRS' ensures that Perl and Ruby libs are installed in the
|
# 'INSTALLDIRS' ensures that Perl and Ruby libs are installed in the
|
||||||
@ -885,6 +887,10 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 3 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.7-1
|
||||||
|
- New upstream version 1.23.7.
|
||||||
|
- Disable golang bindings.
|
||||||
|
|
||||||
* Thu Jun 27 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.6-2
|
* Thu Jun 27 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.6-2
|
||||||
- Re-enable tests on i686, supposedly TCG problems are fixed
|
- Re-enable tests on i686, supposedly TCG problems are fixed
|
||||||
(RHBZ#857026 etc.).
|
(RHBZ#857026 etc.).
|
||||||
|
Loading…
Reference in New Issue
Block a user