- New upstream version 1.13.7.

- configure --with-extra version string contains Fedora release.
- Build with make V=1 to display full compile commands.
- Remove /usr/sbin PATH setting, not used for a very long time.
This commit is contained in:
Richard W.M. Jones 2011-08-23 21:49:43 +01:00
parent f010e7ca4f
commit ef9d6aefd3
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -93,3 +93,4 @@ libguestfs-1.5.3.tar.gz
/libguestfs-1.13.4.tar.gz
/libguestfs-1.13.5.tar.gz
/libguestfs-1.13.6.tar.gz
/libguestfs-1.13.7.tar.gz

View File

@ -29,8 +29,8 @@
Summary: Access and modify virtual machine disk images
Name: libguestfs
Epoch: 1
Version: 1.13.6
Release: 2%{?dist}
Version: 1.13.7
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Libraries
URL: http://libguestfs.org/
@ -547,6 +547,7 @@ cat yum.conf
--prefix=%{_prefix} --libdir=%{_libdir} \
--mandir=%{_mandir} \
--sysconfdir=%{_sysconfdir} \
--with-extra="-%{release}" \
--with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \
--enable-install-daemon \
%if %{with_virtio}
@ -561,13 +562,9 @@ cat yum.conf
echo "==== config.log ===="
cat config.log
# This ensures that /usr/sbin/chroot is on the path. Not needed
# except for RHEL 5, it shouldn't do any harm on other platforms.
export PATH=/usr/sbin:$PATH
# 'INSTALLDIRS' ensures that perl libs are installed in the vendor dir
# not the site dir.
make INSTALLDIRS=vendor %{?_smp_mflags}
make V=1 INSTALLDIRS=vendor %{?_smp_mflags}
# Useful for debugging appliance problems.
for f in appliance/supermin.d/*.img; do
@ -875,6 +872,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Aug 23 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.7-1
- New upstream version 1.13.7.
- configure --with-extra version string contains Fedora release.
- Build with make V=1 to display full compile commands.
- Remove /usr/sbin PATH setting, not used for a very long time.
* Fri Aug 19 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.6-2
- New upstream version 1.13.6.
- Rebase non-upstream patch to fix qemu -machine option.

View File

@ -1 +1 @@
9376fd4e1cae7effb43f7f13c191a714 libguestfs-1.13.6.tar.gz
287cb6576aefc45e3adb6d496493648b libguestfs-1.13.7.tar.gz