- Remove some debugging statements which were left in the requires script
by accident.
This commit is contained in:
parent
ea6c8cd081
commit
e2b1978326
@ -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
|
||||
|
@ -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 <rjones@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@redhat.com> - 1.0.80-9
|
||||
- Generate additional requires for supermin (RHBZ#547496).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user