From ef9d6aefd30d2605bac7d723901d7204f98c38aa Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 23 Aug 2011 21:49:43 +0100 Subject: [PATCH] - 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. --- .gitignore | 1 + libguestfs.spec | 17 ++++++++++------- sources | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index fdcdd09..cd9cff8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libguestfs.spec b/libguestfs.spec index b4c7921..a4523f5 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -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 - 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 - 1:1.13.6-2 - New upstream version 1.13.6. - Rebase non-upstream patch to fix qemu -machine option. diff --git a/sources b/sources index 148e383..baa2f14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9376fd4e1cae7effb43f7f13c191a714 libguestfs-1.13.6.tar.gz +287cb6576aefc45e3adb6d496493648b libguestfs-1.13.7.tar.gz