diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec index 4f9840b..cfb86cb 100644 --- a/ocaml-libvirt.spec +++ b/ocaml-libvirt.spec @@ -3,14 +3,14 @@ # Select what subpackages to build. %define build_mlvirsh 1 -%define build_virt_ctrl 1 -%define build_virt_top 1 +%define build_virt_ctrl 0 +%define build_virt_top 0 %define build_virt_df 0 -%define build_full_featured_virt_top 1 +%define build_full_featured_virt_top 0 Name: ocaml-libvirt Version: 0.4.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml binding for libvirt Group: Development/Libraries @@ -246,6 +246,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 20 2008 Richard W.M. Jones - 0.4.1.1-4 +- Disable virt-top (bz 442871). +- Disable virt-ctrl (bz 442875). + * Mon May 19 2008 Richard W.M. Jones - 0.4.1.1-3 - Disable virt-df (bz 442873).