rpms/libguestfs/devel libguestfs-find-requires.sh, 1.1, 1.2 libguestfs.spec, 1.118, 1.119

Richard W.M. Jones rjones at fedoraproject.org
Tue Dec 29 10:49:50 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26007

Modified Files:
	libguestfs-find-requires.sh libguestfs.spec 
Log Message:
- Remove some debugging statements which were left in the requires script by accident.


Index: libguestfs-find-requires.sh
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs-find-requires.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libguestfs-find-requires.sh	21 Dec 2009 13:06:12 -0000	1.1
+++ libguestfs-find-requires.sh	29 Dec 2009 10:49:50 -0000	1.2
@@ -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' | $origi
 
 # 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


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -p -r1.118 -r1.119
--- libguestfs.spec	21 Dec 2009 13:06:12 -0000	1.118
+++ libguestfs.spec	29 Dec 2009 10:49:50 -0000	1.119
@@ -5,7 +5,7 @@ Summary:     Access and modify virtual m
 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 <rjones at redhat.com> - 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 <rjones at redhat.com> - 1.0.80-9
 - Generate additional requires for supermin (RHBZ#547496).
 




More information about the scm-commits mailing list