From e2fd7c5e3e004728d7ebe1f6eeabf372725faa5d Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: May 20 2008 08:52:23 +0000 Subject: - Disable virt-top (bz 442871). - Disable virt-ctrl (bz 442875). --- diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec index 563e2ad..4518c22 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: 2%{?dist} +Release: 3%{?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-3 +- Disable virt-top (bz 442871). +- Disable virt-ctrl (bz 442875). + * Mon May 19 2008 Richard W.M. Jones - 0.4.1.1-2 - Disable virt-df (bz 442873).