rpms/libguestfs/EL-5 .cvsignore, 1.34, 1.35 libguestfs.spec, 1.72, 1.73 sources, 1.34, 1.35

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


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26033

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/EL-5/.cvsignore,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- .cvsignore	20 Oct 2009 14:50:12 -0000	1.34
+++ .cvsignore	29 Oct 2009 17:26:40 -0000	1.35
@@ -1 +1 @@
-libguestfs-1.0.74.tar.gz
+libguestfs-1.0.75.tar.gz


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/EL-5/libguestfs.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -r1.72 -r1.73
--- libguestfs.spec	20 Oct 2009 14:50:12 -0000	1.72
+++ libguestfs.spec	29 Oct 2009 17:26:40 -0000	1.73
@@ -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
@@ -23,6 +23,7 @@ BuildRequires: febootstrap >= 2.3
 #BuildRequires: augeas-devel >= 0.5.0
 BuildRequires: readline-devel
 BuildRequires: mkisofs
+BuildRequires: libxml2-devel
 %ifarch %{ix86} x86_64
 BuildRequires: qemu-system-x86 >= 0.10.5
 %endif
@@ -90,9 +91,6 @@ Requires:      qemu-system-x86 >= 0.10.5
 Requires:      qemu-system-ppc >= 0.10.5
 %endif
 
-# For virt-inspector --windows-registry option.
-Requires:      chntpw >= 0.99.6-8
-
 # For libguestfs-test-tool.
 Requires:      mkisofs
 
@@ -213,6 +211,9 @@ scripts.
 
 # 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}
@@ -376,6 +377,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
@@ -442,8 +445,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*
 
@@ -454,8 +460,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
@@ -485,6 +495,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}
@@ -552,6 +564,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/EL-5/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- sources	20 Oct 2009 14:50:12 -0000	1.34
+++ sources	29 Oct 2009 17:26:40 -0000	1.35
@@ -1 +1 @@
-669f27a4590298feb0ea6749499b02e1  libguestfs-1.0.74.tar.gz
+ccde2fd4f9422ba3f468acc6477f204d  libguestfs-1.0.75.tar.gz




More information about the fedora-extras-commits mailing list