- New upstream version 1.2.1.
- Includes new tool for exporting and merging in regedit format.
This commit is contained in:
parent
ea690fe024
commit
33837fced3
@ -1 +1 @@
|
|||||||
hivex-1.2.0.tar.gz
|
hivex-1.2.1.tar.gz
|
||||||
|
15
hivex.spec
15
hivex.spec
@ -1,6 +1,6 @@
|
|||||||
Name: hivex
|
Name: hivex
|
||||||
Version: 1.2.0
|
Version: 1.2.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Read and write Windows Registry binary hive files
|
Summary: Read and write Windows Registry binary hive files
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -14,6 +14,7 @@ BuildRequires: perl-Test-Simple
|
|||||||
BuildRequires: perl-Test-Pod
|
BuildRequires: perl-Test-Pod
|
||||||
BuildRequires: perl-Test-Pod-Coverage
|
BuildRequires: perl-Test-Pod-Coverage
|
||||||
BuildRequires: perl-ExtUtils-MakeMaker
|
BuildRequires: perl-ExtUtils-MakeMaker
|
||||||
|
BuildRequires: perl-IO-stringy
|
||||||
BuildRequires: perl-libintl
|
BuildRequires: perl-libintl
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-findlib-devel
|
BuildRequires: ocaml-findlib-devel
|
||||||
@ -33,6 +34,9 @@ and write to these files.
|
|||||||
'hivexsh' is a shell you can use to interactively navigate a hive
|
'hivexsh' is a shell you can use to interactively navigate a hive
|
||||||
binary file.
|
binary file.
|
||||||
|
|
||||||
|
'hivexregedit' lets you export and merge to the textual regedit
|
||||||
|
format.
|
||||||
|
|
||||||
'hivexml' can be used to convert a hive file to a more useful XML
|
'hivexml' can be used to convert a hive file to a more useful XML
|
||||||
format.
|
format.
|
||||||
|
|
||||||
@ -134,10 +138,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc README LICENSE
|
%doc README LICENSE
|
||||||
%{_bindir}/hivexget
|
%{_bindir}/hivexget
|
||||||
%{_bindir}/hivexml
|
%{_bindir}/hivexml
|
||||||
|
%{_bindir}/hivexregedit
|
||||||
%{_bindir}/hivexsh
|
%{_bindir}/hivexsh
|
||||||
%{_libdir}/libhivex.so.*
|
%{_libdir}/libhivex.so.*
|
||||||
%{_mandir}/man1/hivexget.1*
|
%{_mandir}/man1/hivexget.1*
|
||||||
%{_mandir}/man1/hivexml.1*
|
%{_mandir}/man1/hivexml.1*
|
||||||
|
%{_mandir}/man1/hivexregedit.1*
|
||||||
%{_mandir}/man1/hivexsh.1*
|
%{_mandir}/man1/hivexsh.1*
|
||||||
|
|
||||||
|
|
||||||
@ -174,9 +180,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{perl_vendorarch}/*
|
%{perl_vendorarch}/*
|
||||||
%{_mandir}/man3/Win::Hivex.3pm*
|
%{_mandir}/man3/Win::Hivex.3pm*
|
||||||
|
%{_mandir}/man3/Win::Hivex::Regedit.3pm*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 30 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.1-1
|
||||||
|
- New upstream version 1.2.1.
|
||||||
|
- Includes new tool for exporting and merging in regedit format.
|
||||||
|
|
||||||
* Mon Mar 1 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.0-2
|
* Mon Mar 1 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.0-2
|
||||||
- New upstream version 1.2.0.
|
- New upstream version 1.2.0.
|
||||||
- This includes OCaml and Perl bindings, so add these as subpackages.
|
- This includes OCaml and Perl bindings, so add these as subpackages.
|
||||||
|
Loading…
Reference in New Issue
Block a user