From 890195b52f73e26944b876214164069a77a847b9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 2 May 2012 10:32:18 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20explicit=20runtime=20deps=20for=20old?= =?UTF-8?q?=20virt-sysprep.=20Add=20explicit=20runtime=20dep=20on=20fuse?= =?UTF-8?q?=20(RHBZ#767852,=20thanks=20P=C3=A1draig=20Brady).=20Remove=20e?= =?UTF-8?q?xplicit=20versioned=20dep=20on=20glibc.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libguestfs.spec | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index f983ac9..04bed63 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -22,7 +22,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.17.38 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -254,11 +254,8 @@ Requires: libdb-utils Requires: netpbm-progs Requires: icoutils -# Because many previously unreadable binaries have been made readable -# (because of RHBZ#646469) they will be included in the hostfiles -# list, which means that this libguestfs won't work with versions of -# glibc built before the change. -Requires: glibc >= 2.13.90-4 +# For core mount-local (FUSE) API. +Requires: fuse # Provide our own custom requires for the supermin appliance. Source1: libguestfs-find-requires.sh @@ -386,12 +383,6 @@ Requires: perl(Win::Hivex) >= 1.2.7 # for virt-make-fs: Requires: qemu-img -# for virt-sysprep: -Requires: /usr/bin/fusermount -Requires: /usr/bin/getopt -Requires: /usr/bin/guestmount -Requires: /usr/bin/virt-inspector - %description tools This package contains miscellaneous system administrator command line @@ -1077,6 +1068,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 02 2012 Richard W.M. Jones - 1:1.17.38-3 +- Remove explicit runtime deps for old virt-sysprep. +- Add explicit runtime dep on fuse (RHBZ#767852, thanks Pádraig Brady). +- Remove explicit versioned dep on glibc. + * Tue May 1 2012 Peter Robinson - 1:1.17.38-2 - Update supported filesystems for ARM