Workaround for broken libvirt (RHBZ#1138604).
This commit is contained in:
parent
a6ef6c262c
commit
479fe8e4e0
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: nbdkit
|
Name: nbdkit
|
||||||
Version: 1.1.8
|
Version: 1.1.8
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: NBD server
|
Summary: NBD server
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -184,6 +184,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# Workaround for broken libvirt (RHBZ#1138604).
|
||||||
|
mkdir -p $HOME/.cache/libvirt
|
||||||
|
|
||||||
# libguestfs 1.20 in Fedora 18 doesn't support NBD client protocol, so
|
# libguestfs 1.20 in Fedora 18 doesn't support NBD client protocol, so
|
||||||
# the tests cannot be run.
|
# the tests cannot be run.
|
||||||
%if 0%{?fedora} >= 19
|
%if 0%{?fedora} >= 19
|
||||||
@ -270,8 +273,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 10 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.8-3
|
* Wed Sep 10 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.8-4
|
||||||
- Rebuild for updated Perl in Rawhide.
|
- Rebuild for updated Perl in Rawhide.
|
||||||
|
- Workaround for broken libvirt (RHBZ#1138604).
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user