From 915a9b264fa3787ceb7785d20dfdf51820b26e3e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 20 May 2008 08:53:40 +0000 Subject: [PATCH] - Disable virt-top (bz 442871). - Disable virt-ctrl (bz 442875). --- ocaml-libvirt.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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).