rpms/libguestfs/devel .cvsignore, 1.47, 1.48 libguestfs.spec, 1.95, 1.96 sources, 1.47, 1.48

Richard W.M. Jones rjones at fedoraproject.org
Tue Sep 15 09:05:02 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28574

Modified Files:
	.cvsignore libguestfs.spec sources 
Log Message:
New upstream version 1.0.69.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/.cvsignore,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- .cvsignore	19 Aug 2009 17:35:08 -0000	1.47
+++ .cvsignore	15 Sep 2009 09:05:01 -0000	1.48
@@ -1 +1 @@
-libguestfs-1.0.68.tar.gz
+libguestfs-1.0.69.tar.gz


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -p -r1.95 -r1.96
--- libguestfs.spec	20 Aug 2009 15:41:37 -0000	1.95
+++ libguestfs.spec	15 Sep 2009 09:05:02 -0000	1.96
@@ -4,8 +4,8 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Epoch:       1
-Version:     1.0.68
-Release:     2%{?dist}
+Version:     1.0.69
+Release:     1%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://libguestfs.org/
@@ -343,11 +343,11 @@ export LIBGUESTFS_DEBUG=1
 # 516022   all          F-12   virtio-net gives "Network is unreachable" errors
 #                                 (FIXED)
 # 516096   ?            F-11   race condition in swapoff/blockdev --rereadpt
-# 516543   ?            F-12   qemu-kvm segfaults when run inside a VM
+# 516543   ?            F-12   qemu-kvm segfaults when run inside a VM (FIXED)
 
-#%ifarch x86_64
-#make check
-#%endif
+%ifarch x86_64
+make check
+%endif
 
 
 %install
@@ -537,6 +537,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Sep 15 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.69-1
+- New upstream release 1.0.69.
+- Reenable the tests (because RHBZ#516543 is supposed to be fixed).
+- New main loop code should fix RHBZ#501888, RHBZ#504418.
+- Add waitpid along guestfs_close path (fixes RHBZ#518747).
+
 * Wed Aug 19 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.68-2
 - New upstream release 1.0.68.
 - BR genisoimage.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/sources,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- sources	19 Aug 2009 17:35:08 -0000	1.47
+++ sources	15 Sep 2009 09:05:02 -0000	1.48
@@ -1 +1 @@
-2999a99a99417ad349b4a6d6b4480fe5  libguestfs-1.0.68.tar.gz
+e90d40fd9c36231c4ed39c4aa6a77704  libguestfs-1.0.69.tar.gz




More information about the scm-commits mailing list