[fedora-virt-maint] rpms/libguestfs/devel .cvsignore, 1.53, 1.54 libguestfs.spec, 1.105, 1.106 sources, 1.53, 1.54

Richard W.M. Jones rjones at fedoraproject.org
Thu Oct 29 17:22:47 UTC 2009


Author: rjones

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

Modified Files:
	.cvsignore libguestfs.spec sources 
Log Message:
* Thu Oct 29 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.75-1
- New upstream release 1.0.75.
- New library: libhivex.
- New tools: virt-win-reg, hivexml, hivexget.
- Don't require chntpw.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/.cvsignore,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- .cvsignore	20 Oct 2009 14:50:27 -0000	1.53
+++ .cvsignore	29 Oct 2009 17:22:46 -0000	1.54
@@ -1 +1 @@
-libguestfs-1.0.74.tar.gz
+libguestfs-1.0.75.tar.gz


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -p -r1.105 -r1.106
--- libguestfs.spec	20 Oct 2009 14:50:27 -0000	1.105
+++ libguestfs.spec	29 Oct 2009 17:22:46 -0000	1.106
@@ -4,7 +4,7 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Epoch:       1
-Version:     1.0.74
+Version:     1.0.75
 Release:     1%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
@@ -71,9 +71,6 @@ BuildRequires: perl-Sys-Virt
 # Runtime requires:
 Requires:      qemu-kvm >= 0.10-7
 
-# For virt-inspector --windows-registry option.
-Requires:      chntpw >= 0.99.6-8
-
 # For libguestfs-test-tool.
 Requires:      genisoimage
 
@@ -194,6 +191,9 @@ unstructured fixes to virtual machines.
 
 Virt-tar is an archive, backup and upload tool for virtual machines.
 
+Virt-win-reg lets you look inside the Windows Registry for
+Windows virtual machines.
+
 
 %package -n ocaml-%{name}
 Summary:     OCaml bindings for %{name}
@@ -374,6 +374,8 @@ rmdir keep
 # Delete static libraries, libtool files.
 rm $RPM_BUILD_ROOT%{_libdir}/libguestfs.a
 rm $RPM_BUILD_ROOT%{_libdir}/libguestfs.la
+rm $RPM_BUILD_ROOT%{_libdir}/libhivex.a
+rm $RPM_BUILD_ROOT%{_libdir}/libhivex.la
 
 # Clean up the examples/ directory which will get installed in %doc.
 # Note we can't delete the original examples/Makefile because that
@@ -440,8 +442,11 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING
 %{_bindir}/libguestfs-supermin-helper
 %{_bindir}/libguestfs-test-tool
+%{_bindir}/hivexml
+%{_bindir}/hivexget
 %{_libdir}/guestfs/
 %{_libdir}/libguestfs.so.*
+%{_libdir}/libhivex.so.*
 %{_libexecdir}/libguestfs-test-tool-helper
 %{_mandir}/man1/libguestfs-test-tool.1*
 
@@ -452,8 +457,12 @@ rm -rf $RPM_BUILD_ROOT
 %doc src/generator.ml
 %doc installed-docs/*
 %{_libdir}/libguestfs.so
+%{_libdir}/libhivex.so
+%{_mandir}/man1/hivexml.1*
+%{_mandir}/man1/hivexget.1*
 %{_mandir}/man3/guestfs.3*
 %{_mandir}/man3/libguestfs.3*
+%{_mandir}/man3/hivex.3*
 %{_includedir}/guestfs.h
 %{_includedir}/guestfs-actions.h
 %{_includedir}/guestfs-structs.h
@@ -483,6 +492,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/virt-rescue.1*
 %{_bindir}/virt-tar
 %{_mandir}/man1/virt-tar.1*
+%{_bindir}/virt-win-reg
+%{_mandir}/man1/virt-win-reg.1*
 
 
 %files -n ocaml-%{name}
@@ -550,6 +561,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 29 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.75-1
+- New upstream release 1.0.75.
+- New library: libhivex.
+- New tools: virt-win-reg, hivexml, hivexget.
+- Don't require chntpw.
+
 * Tue Oct 20 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.74-1
 - New upstream release 1.0.74.
 - New API call: guestfs_find0.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/sources,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- sources	20 Oct 2009 14:50:27 -0000	1.53
+++ sources	29 Oct 2009 17:22:46 -0000	1.54
@@ -1 +1 @@
-669f27a4590298feb0ea6749499b02e1  libguestfs-1.0.74.tar.gz
+ccde2fd4f9422ba3f468acc6477f204d  libguestfs-1.0.75.tar.gz




More information about the Fedora-virt-maint mailing list