9b0b87
# Conditionalize Ocaml support.  This looks ass-backwards, but it's not.
9b0b87
%ifarch %{ocaml_native_compiler}
9b0b87
%bcond_without ocaml
9b0b87
%else
9b0b87
%bcond_with ocaml
9b0b87
%endif
9b0b87
9b0b87
# Verify tarball signature with GPGv2.
9b0b87
%global verify_tarball_signature 1
9b0b87
9b0b87
Name:           hivex
ae2b02
Version:        1.3.18
ae2b02
Release:        20%{?dist}
9b0b87
Summary:        Read and write Windows Registry binary hive files
9b0b87
9b0b87
License:        LGPLv2
9b0b87
URL:            http://libguestfs.org/
9b0b87
9b0b87
Source0:        http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz
9b0b87
%if 0%{verify_tarball_signature}
9b0b87
Source1:        http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz.sig
9b0b87
%endif
9b0b87
9b0b87
# Keyring used to verify tarball signature.
9b0b87
%if 0%{verify_tarball_signature}
9b0b87
Source2:       libguestfs.keyring
9b0b87
%endif
9b0b87
ae2b02
# Patches - all upstream since 1.3.18.
ae2b02
Patch0001:      0001-Win-Hivex-Regedit-Accept-CRLF-line-endings.patch
ae2b02
Patch0002:      0002-Win-Hivex-Regedit-Ignore-comments.patch
9b0b87
9b0b87
BuildRequires:  perl-interpreter
9b0b87
BuildRequires:  perl-devel
9b0b87
BuildRequires:  perl-generators
9b0b87
BuildRequires:  %{_bindir}/pod2html
9b0b87
BuildRequires:  %{_bindir}/pod2man
9b0b87
BuildRequires:  perl(bytes)
9b0b87
BuildRequires:  perl(Carp)
9b0b87
BuildRequires:  perl(Encode)
9b0b87
BuildRequires:  perl(ExtUtils::MakeMaker)
9b0b87
BuildRequires:  perl(Exporter)
9b0b87
BuildRequires:  perl(IO::Scalar)
9b0b87
BuildRequires:  perl(IO::Stringy)
9b0b87
BuildRequires:  perl(strict)
9b0b87
BuildRequires:  perl(Test::More)
9b0b87
BuildRequires:  perl(utf8)
9b0b87
BuildRequires:  perl(vars)
9b0b87
BuildRequires:  perl(warnings)
9b0b87
BuildRequires:  perl(XSLoader)
9b0b87
BuildRequires:  perl(Test::Pod) >= 1.00
9b0b87
BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
9b0b87
%if %{with ocaml}
9b0b87
BuildRequires:  ocaml
9b0b87
BuildRequires:  ocaml-findlib-devel
9b0b87
%endif
9b0b87
BuildRequires:  python3-devel
9b0b87
BuildRequires:  ruby-devel
9b0b87
BuildRequires:  rubygem-rake
9b0b87
# see also RHBZ#1325022
9b0b87
BuildRequires:  rubygem(json)
9b0b87
BuildRequires:  rubygem(minitest)
9b0b87
BuildRequires:  rubygem(rdoc)
9b0b87
BuildRequires:  readline-devel
9b0b87
BuildRequires:  libxml2-devel
9b0b87
%if 0%{verify_tarball_signature}
9b0b87
BuildRequires: gnupg2
9b0b87
%endif
9b0b87
9b0b87
# https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Packages_granted_exceptions
9b0b87
Provides:      bundled(gnulib)
9b0b87
9b0b87
9b0b87
%description
9b0b87
Hive files are the undocumented binary files that Windows uses to
9b0b87
store the Windows Registry on disk.  Hivex is a library that can read
9b0b87
and write to these files.
9b0b87
9b0b87
'hivexsh' is a shell you can use to interactively navigate a hive
9b0b87
binary file.
9b0b87
9b0b87
'hivexregedit' (in perl-hivex) lets you export and merge to the
9b0b87
textual regedit format.
9b0b87
9b0b87
'hivexml' can be used to convert a hive file to a more useful XML
9b0b87
format.
9b0b87
9b0b87
In order to get access to the hive files themselves, you can copy them
9b0b87
from a Windows machine.  They are usually found in
9b0b87
%%systemroot%%\system32\config.  For virtual machines we recommend
9b0b87
using libguestfs or guestfish to copy out these files.  libguestfs
9b0b87
also provides a useful high-level tool called 'virt-win-reg' (based on
9b0b87
hivex technology) which can be used to query specific registry keys in
9b0b87
an existing Windows VM.
9b0b87
9b0b87
For OCaml bindings, see 'ocaml-hivex-devel'.
9b0b87
9b0b87
For Perl bindings, see 'perl-hivex'.
9b0b87
9b0b87
For Python 3 bindings, see 'python3-hivex'.
9b0b87
9b0b87
For Ruby bindings, see 'ruby-hivex'.
9b0b87
9b0b87
9b0b87
%package devel
9b0b87
Summary:        Development tools and libraries for %{name}
9b0b87
Requires:       %{name} = %{version}-%{release}
9b0b87
Requires:       pkgconfig
9b0b87
9b0b87
9b0b87
%description devel
9b0b87
%{name}-devel contains development tools and libraries
9b0b87
for %{name}.
9b0b87
9b0b87
9b0b87
%if %{with ocaml}
9b0b87
%package -n ocaml-%{name}
9b0b87
Summary:       OCaml bindings for %{name}
9b0b87
Requires:      %{name} = %{version}-%{release}
9b0b87
9b0b87
9b0b87
%description -n ocaml-%{name}
9b0b87
ocaml-%{name} contains OCaml bindings for %{name}.
9b0b87
9b0b87
This is for toplevel and scripting access only.  To compile OCaml
9b0b87
programs which use %{name} you will also need ocaml-%{name}-devel.
9b0b87
9b0b87
9b0b87
%package -n ocaml-%{name}-devel
9b0b87
Summary:       OCaml bindings for %{name}
9b0b87
Requires:      ocaml-%{name} = %{version}-%{release}
9b0b87
Requires:      %{name}-devel = %{version}-%{release}
9b0b87
9b0b87
9b0b87
%description -n ocaml-%{name}-devel
9b0b87
ocaml-%{name}-devel contains development libraries
9b0b87
required to use the OCaml bindings for %{name}.
9b0b87
%endif
9b0b87
9b0b87
9b0b87
%package -n perl-%{name}
9b0b87
Summary:       Perl bindings for %{name}
9b0b87
Requires:      %{name} = %{version}-%{release}
9b0b87
Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
9b0b87
9b0b87
9b0b87
%description -n perl-%{name}
9b0b87
perl-%{name} contains Perl bindings for %{name}.
9b0b87
9b0b87
9b0b87
%package -n python3-%{name}
9b0b87
Summary:       Python 3 bindings for %{name}
9b0b87
Requires:      %{name} = %{version}-%{release}
9b0b87
9b0b87
%description -n python3-%{name}
9b0b87
python3-%{name} contains Python 3 bindings for %{name}.
9b0b87
9b0b87
9b0b87
%package -n ruby-%{name}
9b0b87
Summary:       Ruby bindings for %{name}
9b0b87
Requires:      %{name} = %{version}-%{release}
9b0b87
Requires:      ruby(release)
9b0b87
Requires:      ruby
9b0b87
Provides:      ruby(hivex) = %{version}
9b0b87
9b0b87
%description -n ruby-%{name}
9b0b87
ruby-%{name} contains Ruby bindings for %{name}.
9b0b87
9b0b87
9b0b87
%prep
9b0b87
%if 0%{verify_tarball_signature}
9b0b87
tmphome="$(mktemp -d)"
9b0b87
gpgv2 --homedir "$tmphome" --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
9b0b87
%endif
9b0b87
%setup -q
9b0b87
%autopatch -p1
9b0b87
9b0b87
9b0b87
%build
9b0b87
%configure \
ae2b02
    PYTHON=%{__python3} \
9b0b87
    --disable-static \
9b0b87
%if !%{with ocaml}
9b0b87
    --disable-ocaml \
9b0b87
%endif
9b0b87
    %{nil}
9b0b87
make V=1 INSTALLDIRS=vendor %{?_smp_mflags}
9b0b87
9b0b87
9b0b87
%install
9b0b87
make install DESTDIR=$RPM_BUILD_ROOT INSTALLDIRS=vendor
9b0b87
9b0b87
# Remove unwanted libtool *.la file:
9b0b87
rm $RPM_BUILD_ROOT%{_libdir}/libhivex.la
9b0b87
9b0b87
# Remove unwanted Perl files:
9b0b87
find $RPM_BUILD_ROOT -name perllocal.pod -delete
9b0b87
find $RPM_BUILD_ROOT -name .packlist -delete
9b0b87
find $RPM_BUILD_ROOT -name '*.bs' -delete
9b0b87
9b0b87
# Remove unwanted Python files:
9b0b87
rm $RPM_BUILD_ROOT%{python3_sitearch}/libhivexmod.la
9b0b87
9b0b87
%find_lang %{name}
9b0b87
9b0b87
9b0b87
%check
ae2b02
if ! make check -k; then
ae2b02
    for f in $( find -name test-suite.log | xargs grep -l ^FAIL: ); do
ae2b02
        echo
ae2b02
        echo "***" $f "***"
ae2b02
        cat $f
ae2b02
        echo
ae2b02
    done
ae2b02
    exit 1
ae2b02
fi
9b0b87
9b0b87
%files -f %{name}.lang
9b0b87
%doc README LICENSE
9b0b87
%{_bindir}/hivexget
9b0b87
%{_bindir}/hivexml
9b0b87
%{_bindir}/hivexsh
9b0b87
%{_libdir}/libhivex.so.*
9b0b87
%{_mandir}/man1/hivexget.1*
9b0b87
%{_mandir}/man1/hivexml.1*
9b0b87
%{_mandir}/man1/hivexsh.1*
9b0b87
9b0b87
9b0b87
%files devel
9b0b87
%doc LICENSE
9b0b87
%{_libdir}/libhivex.so
9b0b87
%{_mandir}/man3/hivex.3*
9b0b87
%{_includedir}/hivex.h
9b0b87
%{_libdir}/pkgconfig/hivex.pc
9b0b87
9b0b87
9b0b87
%if %{with ocaml}
9b0b87
%files -n ocaml-%{name}
9b0b87
%doc README
9b0b87
%{_libdir}/ocaml/hivex
9b0b87
%exclude %{_libdir}/ocaml/hivex/*.a
9b0b87
%exclude %{_libdir}/ocaml/hivex/*.cmxa
9b0b87
%exclude %{_libdir}/ocaml/hivex/*.cmx
9b0b87
%exclude %{_libdir}/ocaml/hivex/*.mli
9b0b87
%{_libdir}/ocaml/stublibs/*.so
9b0b87
%{_libdir}/ocaml/stublibs/*.so.owner
9b0b87
9b0b87
9b0b87
%files -n ocaml-%{name}-devel
9b0b87
%{_libdir}/ocaml/hivex/*.a
9b0b87
%{_libdir}/ocaml/hivex/*.cmxa
9b0b87
%{_libdir}/ocaml/hivex/*.cmx
9b0b87
%{_libdir}/ocaml/hivex/*.mli
9b0b87
%endif
9b0b87
9b0b87
9b0b87
%files -n perl-%{name}
9b0b87
%{perl_vendorarch}/*
9b0b87
%{_mandir}/man3/Win::Hivex.3pm*
9b0b87
%{_mandir}/man3/Win::Hivex::Regedit.3pm*
9b0b87
%{_bindir}/hivexregedit
9b0b87
%{_mandir}/man1/hivexregedit.1*
9b0b87
9b0b87
9b0b87
%files -n python3-%{name}
9b0b87
%{python3_sitearch}/hivex/
9b0b87
%{python3_sitearch}/*.so
9b0b87
9b0b87
9b0b87
%files -n ruby-%{name}
9b0b87
%doc ruby/doc/site/*
9b0b87
%{ruby_vendorlibdir}/hivex.rb
9b0b87
%{ruby_vendorarchdir}/_hivex.so
9b0b87
9b0b87
9b0b87
%changelog
ae2b02
* Mon Apr 27 2020 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.3.18
ae2b02
- Resolves: bz#1810193
ae2b02
  (Upgrade components in virt:rhel module:stream for RHEL-8.3 release)
ae2b02
ae2b02
* Mon Apr 27 2020 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.3.18
ae2b02
- Resolves: bz#1810193
ae2b02
  (Upgrade components in virt:rhel module:stream for RHEL-8.3 release)
ae2b02
ebfa69
* Fri Jun 28 2019 Danilo de Paula <ddepaula@redhat.com> - 1.3.15-7
ebfa69
- Rebuild all virt packages to fix RHEL's upgrade path
ebfa69
- Resolves: rhbz#1695587
ebfa69
  (Ensure modular RPM upgrade path)
ebfa69
9b0b87
* Fri Dec 14 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-6
9b0b87
- Drop hivex-static subpackage
9b0b87
  resolves: rhbz#1560207
9b0b87
9b0b87
* Fri Jul 20 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-5
9b0b87
- Rebuild for OCaml 4.07.0.
9b0b87
9b0b87
* Fri Mar 23 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-4
9b0b87
- Remove python2 support
9b0b87
  resolves: rhbz#1559086
9b0b87
9b0b87
* Mon Mar 19 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-3
9b0b87
- Add upstream patch to fix injection of LDFLAGS (RHBZ#1548536).
9b0b87
9b0b87
* Thu Mar  1 2018 Florian Weimer <fweimer@redhat.com> - 1.3.15-2
9b0b87
- Rebuild with new redhat-rpm-config/perl build flags
9b0b87
9b0b87
* Mon Feb 26 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-1
9b0b87
- New upstream version 1.3.15.
9b0b87
9b0b87
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.14-15
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
9b0b87
9b0b87
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.3.14-14
9b0b87
- Rebuilt for switch to libxcrypt
9b0b87
9b0b87
* Fri Jan 05 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.14-13
9b0b87
- F-28: rebuild for ruby25
9b0b87
9b0b87
* Wed Nov 08 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-12
9b0b87
- Fix string mutability.
9b0b87
9b0b87
* Wed Nov 08 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-10
9b0b87
- OCaml 4.06.0 rebuild.
9b0b87
9b0b87
* Mon Sep 18 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-9
9b0b87
- ocaml-hivex-devel should Require hivex-devel.
9b0b87
9b0b87
* Mon Aug 07 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-8
9b0b87
- OCaml 4.05.0 rebuild.
9b0b87
9b0b87
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.14-7
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
9b0b87
9b0b87
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.14-6
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
9b0b87
9b0b87
* Mon Jun 26 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-5
9b0b87
- OCaml 4.04.2 rebuild.
9b0b87
9b0b87
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.14-4
9b0b87
- Perl 5.26 rebuild
9b0b87
9b0b87
* Mon May 22 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-3
9b0b87
- Create python2 and python3 subpackages (RHBZ#1453189).
9b0b87
9b0b87
* Fri May 12 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-2
9b0b87
- OCaml 4.04.1 rebuild.
9b0b87
9b0b87
* Fri Feb 17 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-1
9b0b87
- New upstream version 1.3.14.
9b0b87
- Add GPG signature and mechanics for checking it.
9b0b87
9b0b87
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.13-12
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9b0b87
9b0b87
* Fri Jan 13 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.13-11
9b0b87
- F-26: rebuild again for ruby24
9b0b87
9b0b87
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.3.13-10
9b0b87
- Rebuild for readline 7.x
9b0b87
9b0b87
* Thu Jan 12 2017 Vít Ondruch <vondruch@redhat.com> - 1.3.13-9
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.4
9b0b87
9b0b87
* Sat Nov 05 2016 Richard W.M. Jones <rjones@redhat.com> - 1.3.13-8
9b0b87
- Rebuild for OCaml 4.04.0.
9b0b87
9b0b87
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.13-7
9b0b87
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
9b0b87
9b0b87
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.13-6
9b0b87
- Perl 5.24 rebuild
9b0b87
9b0b87
* Tue May 10 2016 Richard W.M. Jones <rjones@redhat.com> - 1.3.13-5
9b0b87
- Explicitly BR rubygem(rdoc) RHBZ#1334753 and rubygem(json) RHBZ#1325022.
9b0b87
9b0b87
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.13-4
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9b0b87
9b0b87
* Tue Jan 12 2016 Vít Ondruch <vondruch@redhat.com> - 1.3.13-3
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3
9b0b87
9b0b87
* Thu Oct 29 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.13-2
9b0b87
- New upstream version 1.3.13.
9b0b87
- Drop ancient 'Conflicts' rule.
9b0b87
- Drop Perl patch for setting INSTALLDIRS.
9b0b87
- Depend on pod2html, pod2man binaries explicitly.
9b0b87
9b0b87
* Mon Oct  5 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.12-1
9b0b87
- New upstream version 1.3.12.
9b0b87
- Drop patches which are now upstream.
9b0b87
- Use OCaml macros to test if OCaml native compiler is available.
9b0b87
- Use autoreconf --force option.
9b0b87
9b0b87
* Thu Aug 27 2015 Petr Šabata <contyk@redhat.com> - 1.3.11-13
9b0b87
- Correcting the perl build time dependency list
9b0b87
  Switching to virtual perl()-style symbols
9b0b87
  Dropping unused dependencies and adding some new to fix the FTBFS
9b0b87
9b0b87
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-12
9b0b87
- OCaml 4.02.3 rebuild.
9b0b87
9b0b87
* Wed Jun 24 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-11
9b0b87
- ocaml-4.02.2 final rebuild.
9b0b87
9b0b87
* Wed Jun 17 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-10
9b0b87
- ocaml-4.02.2 rebuild.
9b0b87
9b0b87
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.11-9
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
9b0b87
9b0b87
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.11-8
9b0b87
- Perl 5.22 rebuild
9b0b87
9b0b87
* Mon Mar  2 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-7
9b0b87
- Move hivexregedit to perl-hivex subpackage, since otherwise hivex
9b0b87
  and hence libguestfs depends on perl (RHBZ#1194158).
9b0b87
9b0b87
* Tue Feb 17 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-6
9b0b87
- ocaml-4.02.1 rebuild.
9b0b87
9b0b87
* Sun Jan 18 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.11-5
9b0b87
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_2.2
9b0b87
9b0b87
* Thu Nov 20 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-4
9b0b87
- Increase HIVEX_MAX_SUBKEYS.
9b0b87
- Don't leak errno E2BIG to callers.
9b0b87
9b0b87
* Fri Nov 14 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-2
9b0b87
- Pull in a couple of upstream fixes:
9b0b87
  * Fix memory leak in _hivex_get_children.
9b0b87
  * Increase HIVEX_MAX_VALUE_LEN.
9b0b87
9b0b87
* Thu Oct 30 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-1
9b0b87
- New upstream version 1.3.11.
9b0b87
- Python objects are now placed in a hivex/ subdirectory.
9b0b87
9b0b87
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.10-12
9b0b87
- Perl 5.20 rebuild
9b0b87
9b0b87
* Sat Aug 30 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-11
9b0b87
- ocaml-4.02.0 final rebuild.
9b0b87
9b0b87
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.10-10
9b0b87
- Perl 5.20 rebuild
9b0b87
9b0b87
* Sat Aug 23 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-9
9b0b87
- ocaml-4.02.0+rc1 rebuild.
9b0b87
9b0b87
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.10-8
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9b0b87
9b0b87
* Sat Aug 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-7
9b0b87
- ocaml-4.02.0-0.8.git10e45753.fc22 rebuild.
9b0b87
9b0b87
* Tue Jul 22 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-6
9b0b87
- OCaml 4.02.0 beta rebuild.
9b0b87
9b0b87
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.10-5
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9b0b87
9b0b87
* Fri May 02 2014 Vít Ondruch <vondruch@redhat.com> - 1.3.10-4
9b0b87
- Remove the ruby(release) version. It is not needed.
9b0b87
9b0b87
* Fri May 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-3
9b0b87
- Rebuild to fix Ruby dependencies problem.
9b0b87
9b0b87
* Thu Apr 24 2014 Vít Ondruch <vondruch@redhat.com> - 1.3.10-2
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
9b0b87
9b0b87
* Wed Apr 23 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-1
9b0b87
- New upstream version 1.3.10.
9b0b87
- Fix ruby test failures (RHBZ#1090407).
9b0b87
9b0b87
* Fri Jan 17 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.9-2
9b0b87
- New upstream version 1.3.9.
9b0b87
- Remove patches which are now upstream.
9b0b87
9b0b87
* Thu Sep 19 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.8-4
9b0b87
- OCaml 4.01.0 rebuild.
9b0b87
9b0b87
* Tue Sep 10 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.8-3
9b0b87
- Include various upstream patches to fix endianness problems on ppc64.
9b0b87
9b0b87
* Sun Sep  8 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.8-2
9b0b87
- Bump and rebuild, since ARM package still appears to depend on Perl 5.16.
9b0b87
9b0b87
* Thu Jul 25 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.8-1
9b0b87
- New upstream version 1.3.8.
9b0b87
- Fixes handling of keys which use ri-records, for both reading and
9b0b87
  writing (RHBZ#717583, RHBZ#987463).
9b0b87
- Remove upstream patch.
9b0b87
- Rebase dirs patch against new upstream sources.
9b0b87
- Rebase ruby patch against new upstream sources.
9b0b87
- Modernize the RPM spec file.
9b0b87
- Fix .gitignore.
9b0b87
9b0b87
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.3.7-8
9b0b87
- Perl 5.18 rebuild
9b0b87
9b0b87
* Wed Mar 13 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.7-7
9b0b87
- Rebuild for Ruby 2.0.0.
9b0b87
- Change ruby(abi) to ruby(release).
9b0b87
9b0b87
* Fri Feb 15 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.7-6
9b0b87
- Fix for latest Ruby in Rawhide.  Fixes build failure identified
9b0b87
  by mass rebuild yesterday.
9b0b87
- Do not ignore error from running autoreconf.
9b0b87
9b0b87
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.7-3
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
9b0b87
9b0b87
* Mon Oct 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.7-2
9b0b87
- Rebuild for OCaml 4.00.1.
9b0b87
9b0b87
* Thu Oct 11 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.7-1
9b0b87
- New upstream version 1.3.7.
9b0b87
9b0b87
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-3
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9b0b87
9b0b87
* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 1.3.6-2
9b0b87
- Perl 5.16 rebuild
9b0b87
9b0b87
* Tue Jun 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.6-1
9b0b87
- New upstream version 1.3.6.
9b0b87
- Enable Ocaml bindings on ppc64.
9b0b87
9b0b87
* Sat Jun 09 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.5-9
9b0b87
- Rebuild for OCaml 4.00.0.
9b0b87
9b0b87
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.3.5-8
9b0b87
- Perl 5.16 rebuild
9b0b87
9b0b87
* Fri May 18 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.5-7
9b0b87
- "blobs" -> "files" in the description.
9b0b87
9b0b87
* Tue May 15 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.5-6
9b0b87
- Bundled gnulib (RHBZ#821763).
9b0b87
9b0b87
* Fri Mar 23 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.5-5
9b0b87
- Don't need to rerun the generator (thanks Dan Horák).
9b0b87
9b0b87
* Tue Mar 13 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.5-4
9b0b87
- New upstream version 1.3.5.
9b0b87
- Remove upstream patch.
9b0b87
- Depend on automake etc. for the patch.
9b0b87
9b0b87
* Thu Feb  9 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-8
9b0b87
- ruby(abi) 1.9.1.
9b0b87
9b0b87
* Wed Feb  8 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-7
9b0b87
- Bump and rebuild for Ruby update.
9b0b87
- Add upstream patch to fix bindings for Ruby 1.9.
9b0b87
- Add non-upstream patch to pass --vendor flag to extconf.rb
9b0b87
9b0b87
* Fri Jan 06 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-3
9b0b87
- Rebuild for OCaml 3.12.1.
9b0b87
9b0b87
* Thu Dec  8 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-2
9b0b87
- Disable OCaml on ppc64.
9b0b87
- Ensure OCaml files are deleted when not packaged.
9b0b87
9b0b87
* Tue Nov 29 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-1
9b0b87
- New upstream version 1.3.3.
9b0b87
- Rebased gnulib to work around RHBZ#756981.
9b0b87
- Remove patches which are now upstream.
9b0b87
9b0b87
* Mon Oct 24 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.2-3
9b0b87
- New upstream version 1.3.2.
9b0b87
- Add upstream patch to fix building of hivexsh, hivexget.
9b0b87
9b0b87
* Fri Aug 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.1-2
9b0b87
- New upstream version 1.3.1.
9b0b87
- Remove patch, now upstream.
9b0b87
- Don't need hack for making an unversioned Python module.
9b0b87
9b0b87
* Mon Aug 15 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.0-3
9b0b87
- New upstream version 1.3.0.
9b0b87
- This version adds Ruby bindings, so there is a new subpackage 'ruby-hivex'.
9b0b87
- Add upstream patch to fix Ruby tests.
9b0b87
- Remove epoch macro in ruby-hivex dependency.
9b0b87
9b0b87
* Fri Aug 12 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.8-1
9b0b87
- New upstream version 1.2.8.
9b0b87
- Remove 4 upstream patches.
9b0b87
9b0b87
* Fri Jul 22 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.7-9
9b0b87
- Add upstream patch to fix Perl CCFLAGS for Perl 5.14 on i686.
9b0b87
- Enable 'make check'.
9b0b87
9b0b87
* Thu Jul 21 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.7-6
9b0b87
- i686 package is broken, experimentally rebuild it.
9b0b87
9b0b87
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.2.7-5
9b0b87
- Perl mass rebuild
9b0b87
9b0b87
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.2.7-4
9b0b87
- Perl 5.14 mass rebuild
9b0b87
9b0b87
* Tue May 17 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.7-3
9b0b87
- New upstream version 1.2.7.
9b0b87
- Removed patch which is now upstream.
9b0b87
- Add upstream patches to fix ocaml install rule.
9b0b87
9b0b87
* Thu May 12 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.6-2
9b0b87
- New upstream version 1.2.6.
9b0b87
- Removed patch which is now upstream.
9b0b87
- Add upstream patch to fix ocaml tests.
9b0b87
9b0b87
* Thu Apr 28 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-2
9b0b87
- Fix Python bindings on 32 bit arch with upstream patch.
9b0b87
9b0b87
* Wed Apr 13 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-1
9b0b87
- New upstream version 1.2.5.
9b0b87
- This version fixes a number of important memory issues found by
9b0b87
  valgrind and upgrading to this version is recommended for all users.
9b0b87
- Remove patch now upstream.
9b0b87
9b0b87
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-7
9b0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9b0b87
9b0b87
* Fri Jan 14 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-6
9b0b87
- Fix multilib conflicts in *.pyc and *.pyo files.
9b0b87
- Only install unversioned *.so file for Python bindings.
9b0b87
9b0b87
* Wed Jan  5 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-4
9b0b87
- Rebuild against OCaml 3.12.0.
9b0b87
9b0b87
* Thu Dec 16 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-3
9b0b87
- Backport upstream patch to fix segfault in Hivex.value_value binding.
9b0b87
9b0b87
* Thu Dec  2 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-1
9b0b87
- New upstream version 1.2.4.
9b0b87
- This adds Python bindings (python-hivex subpackage).
9b0b87
- Fix Source0.
9b0b87
9b0b87
* Fri Nov 19 2010 Dan Horák <dan[at]danny.cz> - 1.2.3-3
9b0b87
- fix built with recent perl
9b0b87
9b0b87
* Tue Sep  7 2010 Dan Horák <dan[at]danny.cz> - 1.2.3-2
9b0b87
- conditionalize ocaml support
9b0b87
9b0b87
* Fri Aug 27 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.3-1
9b0b87
- New upstream version 1.2.3.
9b0b87
9b0b87
* Wed Aug 25 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.2-3
9b0b87
- Create a hivex-static subpackage.
9b0b87
9b0b87
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.2.2-2
9b0b87
- Mass rebuild with perl-5.12.0
9b0b87
9b0b87
* Wed Apr 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.2-1
9b0b87
- New upstream version 1.2.2.
9b0b87
9b0b87
* Tue Mar 30 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.1-1
9b0b87
- New upstream version 1.2.1.
9b0b87
- Includes new tool for exporting and merging in regedit format.
9b0b87
9b0b87
* Mon Mar  1 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.0-2
9b0b87
- New upstream version 1.2.0.
9b0b87
- This includes OCaml and Perl bindings, so add these as subpackages.
9b0b87
9b0b87
* Mon Feb 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-3
9b0b87
- Missing Epoch in conflicts version fixed.
9b0b87
9b0b87
* Mon Feb 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-2
9b0b87
- Add Conflicts libguestfs <= 1.0.84.
9b0b87
9b0b87
* Mon Feb 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-1
9b0b87
- Initial Fedora RPM.