[fedora-virt-maint] rpms/virt-mem/devel virt-mem.spec,1.9,1.10

Richard W.M. Jones rjones at fedoraproject.org
Fri Jun 12 12:23:47 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/virt-mem/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24601

Modified Files:
	virt-mem.spec 
Log Message:
* Fri Jun 12 2009 Richard W.M. Jones <rjones at redhat.com> - 0.3.1-7
- Fix for libvirt 0.6: Libvirt.D.memory_peek now requires write permission
  to the hypervisor connection.



Index: virt-mem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-mem/devel/virt-mem.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- virt-mem.spec	16 Apr 2009 09:26:14 -0000	1.9
+++ virt-mem.spec	12 Jun 2009 12:23:16 -0000	1.10
@@ -3,7 +3,7 @@
 
 Name:           virt-mem
 Version:        0.3.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Management tools for virtual machines
 
 Group:          Development/Libraries
@@ -15,6 +15,7 @@ ExcludeArch:    sparc64 s390 s390x
 
 Patch0:         virt-mem-0.3.1-bitstring2.patch
 Patch1:         virt-mem-0.3.1-dynlink.patch
+Patch2:         virt-mem-0.3.1-fix-permissions.patch
 
 BuildRequires:  ocaml >= 3.10.0
 BuildRequires:  ocaml-ocamldoc
@@ -75,6 +76,7 @@ and KVM, and more can be added just by a
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 
 %build
@@ -113,6 +115,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jun 12 2009 Richard W.M. Jones <rjones at redhat.com> - 0.3.1-7
+- Fix for libvirt 0.6: Libvirt.D.memory_peek now requires write permission
+  to the hypervisor connection.
+
 * Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x at lists.fedoraproject.org>
 - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
   (added sparc64 per request from the sparc maintainer)




More information about the Fedora-virt-maint mailing list