From e2b1978326c98755a757f16783ca6ce6293558b6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 29 Dec 2009 10:49:50 +0000 Subject: [PATCH] - Remove some debugging statements which were left in the requires script by accident. --- libguestfs-find-requires.sh | 7 ------- libguestfs.spec | 6 +++++- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/libguestfs-find-requires.sh b/libguestfs-find-requires.sh index 690b42d..2edaaf1 100755 --- a/libguestfs-find-requires.sh +++ b/libguestfs-find-requires.sh @@ -1,12 +1,6 @@ #!/bin/sh - # Additional custom requires for libguestfs package. -exec 5>>/tmp/requires.log - -echo >&5 -time >&5 -echo args "$@" >&5 - original_find_requires="$1" shift @@ -18,7 +12,6 @@ echo $files | tr [:blank:] '\n' | $original_find_requires # Is initramfs.*.supermin.hostfiles included in the list of files? hostfiles=`echo $files | tr [:blank:] '\n' | grep 'initramfs\..*\.supermin\.hostfiles$'` -echo hostfiles $hostfiles >&5 if [ -z "$hostfiles" ]; then exit 0 diff --git a/libguestfs.spec b/libguestfs.spec index dfa345e..33fe0af 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -5,7 +5,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.0.80 -Release: 9%{?dist} +Release: 10%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -612,6 +612,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 29 2009 Richard W.M. Jones - 1.0.80-10 +- Remove some debugging statements which were left in the requires + script by accident. + * Mon Dec 21 2009 Richard W.M. Jones - 1.0.80-9 - Generate additional requires for supermin (RHBZ#547496).