- 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:
parent
f010e7ca4f
commit
ef9d6aefd3
1
.gitignore
vendored
1
.gitignore
vendored
@ -93,3 +93,4 @@ libguestfs-1.5.3.tar.gz
|
|||||||
/libguestfs-1.13.4.tar.gz
|
/libguestfs-1.13.4.tar.gz
|
||||||
/libguestfs-1.13.5.tar.gz
|
/libguestfs-1.13.5.tar.gz
|
||||||
/libguestfs-1.13.6.tar.gz
|
/libguestfs-1.13.6.tar.gz
|
||||||
|
/libguestfs-1.13.7.tar.gz
|
||||||
|
@ -29,8 +29,8 @@
|
|||||||
Summary: Access and modify virtual machine disk images
|
Summary: Access and modify virtual machine disk images
|
||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.13.6
|
Version: 1.13.7
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://libguestfs.org/
|
URL: http://libguestfs.org/
|
||||||
@ -547,6 +547,7 @@ cat yum.conf
|
|||||||
--prefix=%{_prefix} --libdir=%{_libdir} \
|
--prefix=%{_prefix} --libdir=%{_libdir} \
|
||||||
--mandir=%{_mandir} \
|
--mandir=%{_mandir} \
|
||||||
--sysconfdir=%{_sysconfdir} \
|
--sysconfdir=%{_sysconfdir} \
|
||||||
|
--with-extra="-%{release}" \
|
||||||
--with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \
|
--with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \
|
||||||
--enable-install-daemon \
|
--enable-install-daemon \
|
||||||
%if %{with_virtio}
|
%if %{with_virtio}
|
||||||
@ -561,13 +562,9 @@ cat yum.conf
|
|||||||
echo "==== config.log ===="
|
echo "==== config.log ===="
|
||||||
cat 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
|
# 'INSTALLDIRS' ensures that perl libs are installed in the vendor dir
|
||||||
# not the site dir.
|
# not the site dir.
|
||||||
make INSTALLDIRS=vendor %{?_smp_mflags}
|
make V=1 INSTALLDIRS=vendor %{?_smp_mflags}
|
||||||
|
|
||||||
# Useful for debugging appliance problems.
|
# Useful for debugging appliance problems.
|
||||||
for f in appliance/supermin.d/*.img; do
|
for f in appliance/supermin.d/*.img; do
|
||||||
@ -875,6 +872,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 19 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.6-2
|
||||||
- New upstream version 1.13.6.
|
- New upstream version 1.13.6.
|
||||||
- Rebase non-upstream patch to fix qemu -machine option.
|
- Rebase non-upstream patch to fix qemu -machine option.
|
||||||
|
Loading…
Reference in New Issue
Block a user