Commit Graph

428 Commits

Author SHA1 Message Date
Richard W.M. Jones
1d80227c96 Define have_ocaml macro.
Use it in place of %{ocaml_native_compiler}.

Use --disable-ocaml on non-OCaml platforms.

Make the example.ml file conditional.
2019-11-15 13:50:27 +00:00
Richard W.M. Jones
5adc89253f Revert "Pass -fPIC to ocamlopt on riscv64 only."
Revert "Pass -fPIC to ocamlopt (needed on riscv64)."

This reverts commit ec08d81b14.
This reverts commit c5d1127c08.
2019-11-15 13:38:28 +00:00
Richard W.M. Jones
ec08d81b14 Pass -fPIC to ocamlopt on riscv64 only.
Probably a workaround for broken OCaml codegen on riscv64.
2019-11-15 12:27:28 +00:00
Richard W.M. Jones
c5d1127c08 Pass -fPIC to ocamlopt (needed on riscv64). 2019-11-15 12:16:20 +00:00
Richard W.M. Jones
95dbcbc8a1 Enable libvirt plugin on all architectures. 2019-11-15 08:37:34 +00:00
Richard W.M. Jones
cdf9779d17 Add upstream patch to try to make test-captive more stable. 2019-11-14 11:24:53 +00:00
Richard W.M. Jones
44e31cc2b8 New stable release 1.16.0. 2019-11-14 10:34:10 +00:00
Richard W.M. Jones
6f97abb1da New upstream version 1.15.8.
Add new nbdkit-release-notes-* man pages.
2019-11-09 10:54:24 +00:00
Richard W.M. Jones
acde02c4e8 Update sources file. 2019-11-06 14:47:08 +00:00
Richard W.M. Jones
ecd14a1e8d New upstream version 1.15.7. 2019-11-06 14:44:03 +00:00
Richard W.M. Jones
26e120b9d6 vddk: Disable tests on non-x86 platforms. 2019-10-24 14:38:15 +01:00
Richard W.M. Jones
656a67d0b6 New upstream version 1.15.6. 2019-10-24 14:30:44 +01:00
Richard W.M. Jones
17c0b58450 Further test stability patches from upstream. 2019-10-19 19:45:05 +01:00
Richard W.M. Jones
53652f6834 Make tests/test-socket-activation stable. 2019-10-19 19:15:04 +01:00
Richard W.M. Jones
ce06df6749 Make tests/test-captive.sh stable (attempt 2). 2019-10-19 18:54:55 +01:00
Richard W.M. Jones
1c50b60365 Make tests/test-captive.sh stable. 2019-10-19 18:33:03 +01:00
Richard W.M. Jones
f1625484a3 New upstream release 1.15.5. 2019-10-19 18:08:26 +01:00
Richard W.M. Jones
e42bd5a4aa New upstream release 1.15.4.
New nbdkit-security(1) man page.
Rename nbdkit-reflection-plugin to nbdkit-info-plugin.
2019-10-01 11:30:38 +01:00
Richard W.M. Jones
7edda92aa0 New upstream release 1.15.3.
Add new header file nbd-protocol.h to devel subpackage.
2019-09-25 10:33:46 +01:00
Richard W.M. Jones
770f56f2df Add new nbdkit-reflection-plugin. 2019-09-20 15:36:28 +01:00
Richard W.M. Jones
fe2ad07c3c New upstream version 1.15.2.
Fixes second Denial of Service attack:
  https://www.redhat.com/archives/libguestfs/2019-September/msg00272.html
Add new nbdkit-retry-filter.
2019-09-20 15:23:14 +01:00
Richard W.M. Jones
744d5ea0e4 Package <nbdkit-version.h>. 2019-09-12 18:59:20 +01:00
Richard W.M. Jones
f1b63f1ea4 Add nbdsh BR for tests. 2019-09-12 18:49:19 +01:00
Richard W.M. Jones
083e305e64 New upstream version 1.15.1.
Fixes Denial of Service / Amplication Attack:
  https://www.redhat.com/archives/libguestfs/2019-September/msg00084.html
2019-09-12 18:44:58 +01:00
Richard W.M. Jones
7ae0989989 Typo in previous commit. 2019-08-29 21:15:36 +01:00
Richard W.M. Jones
9cc5bdb701 Split out nbdkit-nbd-plugin subpackage.
Since nbdkit 1.14, nbdkit-nbd-plugin now depends on libnbd.  Therefore
it shouldn't go into the basic plugins package (which is supposed to
have minimal dependencies), but should be placed in its own package.
2019-08-29 21:05:10 +01:00
Richard W.M. Jones
07b855797c New upstream version 1.14.0. 2019-08-28 19:08:49 +01:00
Richard W.M. Jones
15b07b89f6 Temporarily kill tests/test-cache-max-size.sh since it fails
sometimes on s390x for unclear reasons.
2019-08-21 19:16:46 +01:00
Richard W.M. Jones
1e59bed6d7 Temporarily kill tests/test-shutdown.sh 2019-08-21 18:34:09 +01:00
Miro Hrončok
b7e38ed290 Rebuilt for Python 3.8 2019-08-21 19:15:52 +02:00
Richard W.M. Jones
52cdc4fe66 New upstream version 1.13.9. 2019-08-21 18:11:16 +01:00
Richard W.M. Jones
c2efe7d099 Revert "Remove Requires nbdkit-devel -> nbdkit-server."
This change, while strictly correct, wasn't a particularly good idea.

While it would be possible in theory to build plugins without having
the server around, almost any reasonable build system might then try
to test them against the server.  But plugins are not compatible with
servers compiled with a different pointer size (eg. i686 plugin with
x86-64 server).

So it's best to pull in the matching server with the devel package.

The downside to this is that you cannot install nbdkit-devel.i686 and
nbdkit-devel.x86_64 together.

This reverts commit 495abe826e.
2019-08-21 13:00:35 +01:00
Richard W.M. Jones
495abe826e Remove Requires nbdkit-devel -> nbdkit-server.
Still possible to build plugins without needing the server to run
them, eg. when building for multilib.
2019-08-21 10:42:50 +01:00
Richard W.M. Jones
331127737a Add provides for all basic plugins and filters. 2019-08-21 09:13:37 +01:00
Richard W.M. Jones
1b316e5034 BR libnbd 0.9.8. 2019-08-20 12:06:18 +01:00
Miro Hrončok
cb5a9a5c13 Rebuilt for Python 3.8 2019-08-19 16:28:41 +02:00
Richard W.M. Jones
a1141f5911 Fix for libnbd 0.9.8. 2019-08-19 12:06:00 +01:00
Miro Hrončok
693b073f71 Rebuilt for Python 3.8 2019-08-19 10:20:25 +02:00
Richard W.M. Jones
481170e367 New upstream version 1.13.8. 2019-08-02 13:48:08 +01:00
Richard W.M. Jones
1c44b857a0 Add upstream patch to deal with qemu-img 4.1 output change. 2019-07-31 10:06:34 +01:00
Richard W.M. Jones
5b18cf2372 New upstream version 1.13.7. 2019-07-30 18:58:41 +01:00
Richard W.M. Jones
22983c1edb New filter: cacheextents.
Disable guestfs plugin on i686.
2019-07-26 21:03:00 +01:00
Richard W.M. Jones
4ce7cac1f3 Add BR libnbd-devel. 2019-07-26 10:19:32 +01:00
Richard W.M. Jones
87fad0e071 New upstream version 1.13.6. 2019-07-26 10:18:03 +01:00
Fedora Release Engineering
952b7ceb57 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-25 18:21:25 +00:00
Richard W.M. Jones
fec2da296e Further fix for Python 3.8 embed brokenness. 2019-06-10 09:38:05 +01:00
Richard W.M. Jones
bcc9a0a63c New upstream version 1.13.5. 2019-06-09 22:08:14 +01:00
Jitka Plesnikova
5f78e80098 Perl 5.30 rebuild 2019-05-30 13:35:29 +02:00
Richard W.M. Jones
4919105437 New upstream version 1.13.4.
Add new filters: nocache, noparallel.
2019-05-21 10:56:36 +01:00
Richard W.M. Jones
ba5e3c8f4f New upstream version 1.13.3.
Add OCaml example to devel subpackage.
2019-04-27 21:36:23 +01:00