Disable tests because Rawhide kernel is broken (RHBZ#991808).
- Remove a single quote from description which confused emacs.
This commit is contained in:
parent
f722cd3d21
commit
54a0400df2
11
nbdkit.spec
11
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 <rjones@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 1.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user