X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=nbdkit-plugin-vddk.spec;h=88fa9acfdce5ff18f4a2666aa278432e32924425;hb=c7d2724f5485fe3f854fbb39ea5e850725dbde77;hp=fb5ff09315410ac378d8cfa85c62e0aa3e53aaa3;hpb=84af07cf8047d7b061dd7051db452a45fb8c1aa8;p=nbdkit-plugin-vddk.git diff --git a/nbdkit-plugin-vddk.spec b/nbdkit-plugin-vddk.spec index fb5ff09..88fa9ac 100644 --- a/nbdkit-plugin-vddk.spec +++ b/nbdkit-plugin-vddk.spec @@ -1,6 +1,7 @@ -# This is overridden when we call rpmbuild in the Makefile so you -# don't need to set it here (unless you are not using the Makefile). -#global vddkdir /some/path +# You must set this to the directory where you downloaded VDDK. +# NB. DO NOT PUT A TRAILING ‘/’ or you will get the error +# ‘canonicalization unexpectedly shrank by one character’ on RHEL 7. +%global vddkdir /home/rjones/tmp/vddk/vmware-vix-disklib-distrib # The minimum version of nbdkit that we can build/install with. %global minimum_version 1.1.2 @@ -10,7 +11,7 @@ Name: nbdkit-plugin-vddk # NB: The Version field is parsed out of this file by Makefile, so it # can only be a simple number. Also it must correspond to an nbdkit # released version (ideally the latest version). -Version: 1.1.16 +Version: 1.1.19 Release: 1%{?dist} Summary: VDDK plugin for nbdkit @@ -19,6 +20,8 @@ License: BSD Source0: nbdkit-%{version}.tar.gz BuildRequires: nbdkit-devel >= %{minimum_version} +BuildRequires: perl-podlators +BuildRequires: gnutls-devel Requires: nbdkit >= %{minimum_version} @@ -73,33 +76,3 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %changelog -* Tue Aug 08 2017 Richard W.M. Jones - 5-2 -- Bump and rebuild. - -* Tue Aug 8 2017 Richard W.M. Jones - 5-1 -- Add new macro ocaml_native_profiling. - -* Thu Jul 27 2017 Fedora Release Engineering - 4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Nov 8 2016 Richard W.M. Jones - 4-1 -- s390x is now a native architecture with OCaml 4.04 in Fedora >= 26. -- Add riscv64 as a native arch using out of tree backend. - -* Thu Feb 04 2016 Fedora Release Engineering - 2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri May 2 2014 Richard W.M. Jones - 2-1 -- Move macros to _rpmconfigdir (RHBZ#1093528). - -* Tue Apr 22 2014 Richard W.M. Jones - 1-1 -- New package.