cat contents of 'packages' during build, for debugging.

This commit is contained in:
Richard W.M. Jones 2014-03-03 21:33:45 +00:00
parent 54252dabd9
commit 2d7916d25a
1 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Summary: Access and modify virtual machine disk images
Name: libguestfs Name: libguestfs
Epoch: 1 Epoch: 1
Version: 1.25.40 Version: 1.25.40
Release: 1%{?dist} Release: 2%{?dist}
License: LGPLv2+ License: LGPLv2+
# Source and patches. # Source and patches.
@ -832,6 +832,7 @@ gzip --best installed-docs/*.xml
# Split up the monolithic packages file in the supermin appliance so # Split up the monolithic packages file in the supermin appliance so
# we can install dependencies in subpackages. # we can install dependencies in subpackages.
pushd $RPM_BUILD_ROOT%{_libdir}/guestfs/supermin.d pushd $RPM_BUILD_ROOT%{_libdir}/guestfs/supermin.d
cat packages
for f in gfs2-utils hfsplus-tools jfsutils nilfs-utils \ for f in gfs2-utils hfsplus-tools jfsutils nilfs-utils \
reiserfs-utils rsync xfsprogs zfs-fuse; do reiserfs-utils rsync xfsprogs zfs-fuse; do
if grep -Esq "^$f\$" packages; then if grep -Esq "^$f\$" packages; then
@ -1131,7 +1132,7 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
%changelog %changelog
* Mon Mar 03 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.40-1 * Mon Mar 03 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.40-2
- New upstream version 1.25.40. - New upstream version 1.25.40.
* Sun Mar 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.39-2 * Sun Mar 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.39-2