[libguestfs/f16] - New upstream stable branch version 1.12.5. - configure --with-extra version string contains Fedora

Richard W.M. Jones rjones at fedoraproject.org
Sun Aug 28 09:54:14 UTC 2011


commit fac1330129f34be136f5337c4a4856c164e6d5c3
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sun Aug 28 10:53:38 2011 +0100

    - New upstream stable branch version 1.12.5.
    - 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 a45b49f..b96201d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,3 +90,4 @@ libguestfs-1.5.3.tar.gz
 /libguestfs-1.12.1.tar.gz
 /libguestfs-1.12.3.tar.gz
 /libguestfs-1.12.4.tar.gz
+/libguestfs-1.12.5.tar.gz
diff --git a/libguestfs.spec b/libguestfs.spec
index 9738c99..1c63fb7 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.12.4
-Release:       3%{?dist}
+Version:       1.12.5
+Release:       1%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
 URL:           http://libguestfs.org/
@@ -546,6 +546,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}
@@ -555,13 +556,9 @@ cat yum.conf
 
 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
@@ -866,6 +863,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 28 2011 Richard W.M. Jones <rjones at redhat.com> - 1:1.12.5-1
+- New upstream stable branch version 1.12.5.
+- 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.
+
 * Wed Aug 17 2011 Richard W.M. Jones <rjones at redhat.com> - 1:1.12.4-3
 - New upstream stable branch version 1.12.4.
 - Bug 723822 (boot hang during tests) is still observed.
diff --git a/sources b/sources
index 51894e6..d4219f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f84c0ed6c27586104e57378f6f27cb1d  libguestfs-1.12.4.tar.gz
+7b76a86afadca60a0e74fed0c7db42eb  libguestfs-1.12.5.tar.gz


More information about the scm-commits mailing list