diff --git a/nbdkit.spec b/nbdkit.spec index a679eef..3fa882b 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -2,7 +2,7 @@ Name: nbdkit Version: 1.1.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: NBD server License: BSD @@ -31,7 +31,7 @@ The key features are: * Multithreaded NBD server written in C with good performance. * Well-documented, simple plugin API with a stable ABI guarantee. - Let's you export "unconventional" block devices easily. + Allows you to export "unconventional" block devices easily. * Liberal license (BSD) allows nbdkit to be linked to proprietary libraries or included in proprietary code. @@ -144,11 +144,14 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %check +# Completely disabled because Rawhide kernel is broken (RHBZ#991808). +%if 0 %if 0%{?fedora} >= 19 # libguestfs 1.20 in Fedora 18 doesn't support NBD client protocol, so # the tests cannot be run. make check %endif +%endif %files @@ -204,6 +207,10 @@ make check %changelog +* Sun Aug 4 2013 Richard W.M. Jones - 1.1.2-5 +- Disable tests because Rawhide kernel is broken (RHBZ#991808). +- Remove a single quote from description which confused emacs. + * Sat Aug 03 2013 Fedora Release Engineering - 1.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild