39cc0bf
# Conditionalize Ocaml support.  This looks ass-backwards, but it's not.
39cc0bf
%ifarch %{ocaml_native_compiler}
f82d66f
%bcond_without ocaml
39cc0bf
%else
39cc0bf
%bcond_with ocaml
f82d66f
%endif
f82d66f
801e504
# Verify tarball signature with GPGv2.
801e504
%global verify_tarball_signature 1
801e504
1fba63d
Name:           hivex
06fcd50
Version:        1.3.20
Matt Coleman b14f3a8
Release:        6%{?dist}
1fba63d
Summary:        Read and write Windows Registry binary hive files
1fba63d
1fba63d
License:        LGPLv2
1fba63d
URL:            http://libguestfs.org/
843c9dc
61eed46
Source0:        http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz
801e504
%if 0%{verify_tarball_signature}
801e504
Source1:        http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz.sig
801e504
%endif
801e504
801e504
# Keyring used to verify tarball signature.
801e504
%if 0%{verify_tarball_signature}
801e504
Source2:       libguestfs.keyring
801e504
%endif
843c9dc
f07f03f
BuildRequires:  perl-interpreter
3199bf6
BuildRequires:  perl-devel
3199bf6
BuildRequires:  perl-generators
a0bd039
BuildRequires:  %{_bindir}/pod2html
a0bd039
BuildRequires:  %{_bindir}/pod2man
Petr Šabata 8077a7c
BuildRequires:  perl(bytes)
Petr Šabata 8077a7c
BuildRequires:  perl(Carp)
Petr Šabata 8077a7c
BuildRequires:  perl(Encode)
Petr Šabata 8077a7c
BuildRequires:  perl(ExtUtils::MakeMaker)
Petr Šabata 8077a7c
BuildRequires:  perl(Exporter)
Petr Šabata 8077a7c
BuildRequires:  perl(IO::Scalar)
Petr Šabata 8077a7c
BuildRequires:  perl(IO::Stringy)
Petr Šabata 8077a7c
BuildRequires:  perl(strict)
Petr Šabata 8077a7c
BuildRequires:  perl(Test::More)
Petr Šabata 8077a7c
BuildRequires:  perl(utf8)
Petr Šabata 8077a7c
BuildRequires:  perl(vars)
Petr Šabata 8077a7c
BuildRequires:  perl(warnings)
Petr Šabata 8077a7c
BuildRequires:  perl(XSLoader)
Petr Šabata 8077a7c
BuildRequires:  perl(Test::Pod) >= 1.00
Petr Šabata 8077a7c
BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
f82d66f
%if %{with ocaml}
26b2b17
BuildRequires:  ocaml
26b2b17
BuildRequires:  ocaml-findlib-devel
f82d66f
%endif
0f3960b
BuildRequires:  python3-devel
54ce3b6
BuildRequires:  ruby-devel
54ce3b6
BuildRequires:  rubygem-rake
00e2bc0
# see also RHBZ#1325022
00e2bc0
BuildRequires:  rubygem(json)
28facf9
BuildRequires:  rubygem(minitest)
b28e183
BuildRequires:  rubygem(rdoc)
1fba63d
BuildRequires:  readline-devel
1fba63d
BuildRequires:  libxml2-devel
801e504
%if 0%{verify_tarball_signature}
801e504
BuildRequires: gnupg2
801e504
%endif
2e9601e
BuildRequires: make
1fba63d
Matt Coleman b14f3a8
Requires:       %{name}-libs = %{version}-%{release}
Matt Coleman b14f3a8
Matt Coleman b14f3a8
Conflicts:      %{name} < 1.3.20-6
Matt Coleman b14f3a8
Obsoletes:      %{name} < 1.3.20-6
Matt Coleman b14f3a8
c8d5458
# https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Packages_granted_exceptions
c8d5458
Provides:      bundled(gnulib)
c8d5458
1fba63d
1fba63d
%description
c9bd1ac
Hive files are the undocumented binary files that Windows uses to
1fba63d
store the Windows Registry on disk.  Hivex is a library that can read
1fba63d
and write to these files.
1fba63d
1fba63d
'hivexsh' is a shell you can use to interactively navigate a hive
1fba63d
binary file.
1fba63d
21fd111
'hivexregedit' (in perl-hivex) lets you export and merge to the
21fd111
textual regedit format.
33837fc
1fba63d
'hivexml' can be used to convert a hive file to a more useful XML
1fba63d
format.
1fba63d
1fba63d
In order to get access to the hive files themselves, you can copy them
1fba63d
from a Windows machine.  They are usually found in
1fba63d
%%systemroot%%\system32\config.  For virtual machines we recommend
1fba63d
using libguestfs or guestfish to copy out these files.  libguestfs
1fba63d
also provides a useful high-level tool called 'virt-win-reg' (based on
1fba63d
hivex technology) which can be used to query specific registry keys in
1fba63d
an existing Windows VM.
1fba63d
61eed46
For OCaml bindings, see 'ocaml-hivex-devel'.
61eed46
26b2b17
For Perl bindings, see 'perl-hivex'.
26b2b17
0f3960b
For Python 3 bindings, see 'python3-hivex'.
26b2b17
54ce3b6
For Ruby bindings, see 'ruby-hivex'.
54ce3b6
1fba63d
Matt Coleman b14f3a8
%package libs
Matt Coleman b14f3a8
Summary:        Library for %{name}
Matt Coleman b14f3a8
Conflicts:      %{name} < 1.3.20-6
Matt Coleman b14f3a8
Obsoletes:      %{name} < 1.3.20-6
Matt Coleman b14f3a8
Matt Coleman b14f3a8
Matt Coleman b14f3a8
%description libs
Matt Coleman b14f3a8
%{name}-libs contains the library for %{name}.
Matt Coleman b14f3a8
Matt Coleman b14f3a8
1fba63d
%package devel
1fba63d
Summary:        Development tools and libraries for %{name}
Matt Coleman b14f3a8
Requires:       %{name}-libs = %{version}-%{release}
1fba63d
Requires:       pkgconfig
1fba63d
1fba63d
1fba63d
%description devel
1fba63d
%{name}-devel contains development tools and libraries
1fba63d
for %{name}.
1fba63d
1fba63d
425eb25
%if !0%{?rhel}
2a49721
%package static
2a49721
Summary:        Statically linked library for %{name}
Matt Coleman b14f3a8
Requires:       %{name}-libs = %{version}-%{release}
2a49721
2a49721
2a49721
%description static
2a49721
%{name}-static contains the statically linked library
2a49721
for %{name}.
425eb25
%endif
2a49721
2a49721
f82d66f
%if %{with ocaml}
26b2b17
%package -n ocaml-%{name}
26b2b17
Summary:       OCaml bindings for %{name}
Matt Coleman b14f3a8
Requires:      %{name}-libs = %{version}-%{release}
26b2b17
26b2b17
26b2b17
%description -n ocaml-%{name}
26b2b17
ocaml-%{name} contains OCaml bindings for %{name}.
26b2b17
26b2b17
This is for toplevel and scripting access only.  To compile OCaml
26b2b17
programs which use %{name} you will also need ocaml-%{name}-devel.
26b2b17
26b2b17
26b2b17
%package -n ocaml-%{name}-devel
26b2b17
Summary:       OCaml bindings for %{name}
26b2b17
Requires:      ocaml-%{name} = %{version}-%{release}
5e5f2ce
Requires:      %{name}-devel = %{version}-%{release}
26b2b17
26b2b17
26b2b17
%description -n ocaml-%{name}-devel
26b2b17
ocaml-%{name}-devel contains development libraries
26b2b17
required to use the OCaml bindings for %{name}.
f82d66f
%endif
26b2b17
26b2b17
26b2b17
%package -n perl-%{name}
26b2b17
Summary:       Perl bindings for %{name}
Matt Coleman b14f3a8
Requires:      %{name}-libs = %{version}-%{release}
26b2b17
Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
26b2b17
26b2b17
26b2b17
%description -n perl-%{name}
26b2b17
perl-%{name} contains Perl bindings for %{name}.
26b2b17
26b2b17
0f3960b
%package -n python3-%{name}
0f3960b
Summary:       Python 3 bindings for %{name}
Matt Coleman b14f3a8
Requires:      %{name}-libs = %{version}-%{release}
0f3960b
0f3960b
%description -n python3-%{name}
0f3960b
python3-%{name} contains Python 3 bindings for %{name}.
61eed46
61eed46
54ce3b6
%package -n ruby-%{name}
54ce3b6
Summary:       Ruby bindings for %{name}
Matt Coleman b14f3a8
Requires:      %{name}-libs = %{version}-%{release}
0cfdd72
Requires:      ruby(release)
54ce3b6
Requires:      ruby
54ce3b6
Provides:      ruby(hivex) = %{version}
54ce3b6
54ce3b6
%description -n ruby-%{name}
54ce3b6
ruby-%{name} contains Ruby bindings for %{name}.
54ce3b6
54ce3b6
1fba63d
%prep
801e504
%if 0%{verify_tarball_signature}
92e0cff
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
801e504
%endif
1fba63d
%setup -q
d1ce7c1
%autopatch -p1
4fa487a
f090ce1
0f3960b
%build
0f3960b
%configure \
a09a6a1
    PYTHON=%{__python3} \
358b13e
%if !%{with ocaml}
0f3960b
    --disable-ocaml \
358b13e
%endif
425eb25
%if 0%{?rhel}
425eb25
    --disable-static \
425eb25
%endif
0f3960b
    %{nil}
0f3960b
make V=1 INSTALLDIRS=vendor %{?_smp_mflags}
0f3960b
f090ce1
1fba63d
%install
7a90f6a
make install DESTDIR=$RPM_BUILD_ROOT INSTALLDIRS=vendor
1fba63d
1fba63d
# Remove unwanted libtool *.la file:
1fba63d
rm $RPM_BUILD_ROOT%{_libdir}/libhivex.la
1fba63d
26b2b17
# Remove unwanted Perl files:
26b2b17
find $RPM_BUILD_ROOT -name perllocal.pod -delete
26b2b17
find $RPM_BUILD_ROOT -name .packlist -delete
26b2b17
find $RPM_BUILD_ROOT -name '*.bs' -delete
26b2b17
61eed46
# Remove unwanted Python files:
0f3960b
rm $RPM_BUILD_ROOT%{python3_sitearch}/libhivexmod.la
61eed46
1fba63d
%find_lang %{name}
1fba63d
1fba63d
0f3960b
%check
b1aec4f
# Disable some gnulib tests which fail on Arm and POWER and S/390
b1aec4f
# (2020-07, 2020-12):
b1aec4f
for f in test-float test-perror2 test-pthread_sigmask1 test-strerror_r; do
797c5c1
    pushd gnulib/tests
797c5c1
    make $f
797c5c1
    rm -f $f
797c5c1
    touch $f
797c5c1
    chmod +x $f
797c5c1
    popd
797c5c1
done
797c5c1
73cd901
if ! make check -k; then
73cd901
    for f in $( find -name test-suite.log | xargs grep -l ^FAIL: ); do
73cd901
        echo
73cd901
        echo "***" $f "***"
73cd901
        cat $f
73cd901
        echo
73cd901
    done
73cd901
    exit 1
73cd901
fi
0f3960b
1fba63d
%files -f %{name}.lang
Matt Coleman 9162125
%doc README
Matt Coleman 9162125
%license LICENSE
1fba63d
%{_bindir}/hivexget
1fba63d
%{_bindir}/hivexml
1fba63d
%{_bindir}/hivexsh
1fba63d
%{_mandir}/man1/hivexget.1*
1fba63d
%{_mandir}/man1/hivexml.1*
1fba63d
%{_mandir}/man1/hivexsh.1*
1fba63d
1fba63d
Matt Coleman b14f3a8
%files libs
Matt Coleman b14f3a8
%doc README
Matt Coleman b14f3a8
%license LICENSE
Matt Coleman b14f3a8
%{_libdir}/libhivex.so.*
Matt Coleman b14f3a8
Matt Coleman b14f3a8
1fba63d
%files devel
Matt Coleman 9162125
%license LICENSE
1fba63d
%{_libdir}/libhivex.so
1fba63d
%{_mandir}/man3/hivex.3*
1fba63d
%{_includedir}/hivex.h
1fba63d
%{_libdir}/pkgconfig/hivex.pc
1fba63d
1fba63d
425eb25
%if !0%{?rhel}
2a49721
%files static
Matt Coleman 9162125
%license LICENSE
2a49721
%{_libdir}/libhivex.a
425eb25
%endif
2a49721
2a49721
f82d66f
%if %{with ocaml}
26b2b17
%files -n ocaml-%{name}
26b2b17
%doc README
26b2b17
%{_libdir}/ocaml/hivex
26b2b17
%exclude %{_libdir}/ocaml/hivex/*.a
26b2b17
%exclude %{_libdir}/ocaml/hivex/*.cmxa
26b2b17
%exclude %{_libdir}/ocaml/hivex/*.cmx
26b2b17
%exclude %{_libdir}/ocaml/hivex/*.mli
26b2b17
%{_libdir}/ocaml/stublibs/*.so
26b2b17
%{_libdir}/ocaml/stublibs/*.so.owner
26b2b17
26b2b17
26b2b17
%files -n ocaml-%{name}-devel
26b2b17
%{_libdir}/ocaml/hivex/*.a
26b2b17
%{_libdir}/ocaml/hivex/*.cmxa
26b2b17
%{_libdir}/ocaml/hivex/*.cmx
26b2b17
%{_libdir}/ocaml/hivex/*.mli
f82d66f
%endif
26b2b17
26b2b17
26b2b17
%files -n perl-%{name}
26b2b17
%{perl_vendorarch}/*
26b2b17
%{_mandir}/man3/Win::Hivex.3pm*
33837fc
%{_mandir}/man3/Win::Hivex::Regedit.3pm*
21fd111
%{_bindir}/hivexregedit
21fd111
%{_mandir}/man1/hivexregedit.1*
26b2b17
26b2b17
0f3960b
%files -n python3-%{name}
0f3960b
%{python3_sitearch}/hivex/
0f3960b
%{python3_sitearch}/*.so
61eed46
61eed46
54ce3b6
%files -n ruby-%{name}
54ce3b6
%doc ruby/doc/site/*
28facf9
%{ruby_vendorlibdir}/hivex.rb
28facf9
%{ruby_vendorarchdir}/_hivex.so
54ce3b6
54ce3b6
1fba63d
%changelog
Matt Coleman b14f3a8
* Fri Jun 11 2021 Matt Coleman <matt@datto.com> - 1.3.20-6
Matt Coleman b14f3a8
- Move the library into a separate package: hivex-libs
Matt Coleman b14f3a8
Matt Coleman 9162125
* Fri Jun 11 2021 Matt Coleman <matt@datto.com> - 1.3.20-5
Matt Coleman 9162125
- Mark LICENSE as a license file
Matt Coleman 9162125
a4930ef
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.3.20-4
a4930ef
- Rebuilt for Python 3.10
a4930ef
6765722
* Wed Jun  2 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.20-3
6855535
- Add gating tests (for RHEL 9)
6855535
31179c5
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.20-2
31179c5
- Perl 5.34 rebuild
31179c5
06fcd50
* Mon May  3 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.20-1
06fcd50
- New upstream version 1.3.20.
06fcd50
- Fixes CVE-2021-3504 missing bounds check in hivex_open.
06fcd50
706ccad
* Tue Mar 30 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-10
706ccad
- Bump and rebuild for ELN.
706ccad
897fdbb
* Mon Mar  1 13:12:08 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-9
897fdbb
- OCaml 4.12.0 build
897fdbb
d4f8a9b
* Wed Jan 27 2021 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-8
d4f8a9b
- Bump and rebuild for s390.
d4f8a9b
1efbd27
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.19-7
1efbd27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1efbd27
f9bbcf5
* Thu Jan 07 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.19-6
f9bbcf5
- F-34: rebuild against ruby 3.0
f9bbcf5
425eb25
* Thu Dec 03 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-5
425eb25
- Disable static subpackage on RHEL.
425eb25
6b8b0fb
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-4
6b8b0fb
- OCaml 4.11.1 rebuild
6b8b0fb
dd117ba
* Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-3
dd117ba
- OCaml 4.11.0 rebuild
dd117ba
797c5c1
* Thu Jul 30 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-2
797c5c1
- Disable some failing gnulib tests.
797c5c1
a67203d
* Wed Jul 29 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.19-1
a67203d
- New upstream version 1.3.19.
a67203d
74db676
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.18-28
74db676
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
74db676
c878532
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.18-27
c878532
- Perl 5.32 rebuild
c878532
06b37f9
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.3.18-26
06b37f9
- Rebuilt for Python 3.9
06b37f9
2b061db
* Mon May 04 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-25
2b061db
- OCaml 4.11.0+dev2-2020-04-22 rebuild
2b061db
0e8e5c4
* Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-24
0e8e5c4
- OCaml 4.11.0 pre-release attempt 2
0e8e5c4
885b3f3
* Fri Apr 17 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-23
885b3f3
- OCaml 4.11.0 pre-release
885b3f3
586bcaa
* Thu Apr 02 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-22
586bcaa
- Update all OCaml dependencies for RPM 4.16.
586bcaa
01f936c
* Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-21
01f936c
- OCaml 4.10.0 final.
01f936c
a8087fb
* Wed Jan 29 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-20
a8087fb
- Add a couple of upstream patches.
a8087fb
566aa11
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.18-19
566aa11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
566aa11
87e7d9b
* Mon Jan 20 2020 Vít Ondruch <vondruch@redhat.com> - 1.3.18-18
87e7d9b
- Another rebuild against Ruby 2.7.
87e7d9b
56649fe
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-17
56649fe
- OCaml 4.10.0+beta1 rebuild.
56649fe
c95af33
* Sat Jan 18 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.18-16
c95af33
- F-32: rebuild against ruby27
c95af33
e5410af
* Thu Jan 09 2020 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-15
e5410af
- OCaml 4.09.0 for riscv64
e5410af
0ea59d1
* Fri Dec 06 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-14
0ea59d1
- OCaml 4.09.0 (final) rebuild.
0ea59d1
92e0cff
* Wed Nov 27 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-13
92e0cff
- Use gpgverify macro instead of explicit gpgv2 command.
92e0cff
77fd358
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.18-12
77fd358
- Rebuilt for Python 3.8.0rc1 (#1748018)
77fd358
219bf46
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.18-11
219bf46
- Rebuilt for Python 3.8
219bf46
27565f2
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-10
27565f2
- OCaml 4.08.1 (final) rebuild.
27565f2
4f05c16
* Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-9
4f05c16
- OCaml 4.08.1 (rc2) rebuild.
4f05c16
cd3b87a
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.18-8
cd3b87a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
cd3b87a
a574eb1
* Thu Jun 27 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-7
a574eb1
- OCaml 4.08.0 (final) rebuild.
a574eb1
015c4e4
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.18-6
015c4e4
- Perl 5.30 rebuild
015c4e4
e794f45
* Mon Apr 29 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-5
e794f45
- OCaml 4.08.0 (beta 3) rebuild.
e794f45
34c5e57
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.18-4
34c5e57
- Rebuild for readline 8.0
34c5e57
a6368a1
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.18-3
a6368a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a6368a1
acb1ea0
* Thu Jan 24 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.18-2
acb1ea0
- F-30: rebuild again against ruby26
acb1ea0
4bb196b
* Thu Jan 24 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.18-1
4bb196b
- New upstream version 1.3.18.
e763a20
- Revert: Undefine _ld_as_needed which breaks gnulib tests.
e763a20
0c6d991
* Thu Jan 24 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.17-3
0c6d991
- F-30: rebuild against ruby26
0c6d991
bfb15ca
* Wed Jan 23 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.17-2
bfb15ca
- Undefine _ld_as_needed which breaks gnulib tests.
bfb15ca
f9f7d3f
* Tue Jan 22 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.17-1
f9f7d3f
- New upstream version 1.3.17.
f9f7d3f
- Fixes regression of RHBZ#1145056.
c35ed1a
007a5cc
* Thu Jan 17 2019 Richard W.M. Jones <rjones@redhat.com> - 1.3.16-1
007a5cc
- New upstream version 1.3.16.
007a5cc
a09a6a1
* Thu Jan 10 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.15-12
a09a6a1
- Remove Python 2 subpackage
a09a6a1
6b2c348
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.15-11
6b2c348
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6b2c348
f7ec883
* Wed Jul 11 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-10
f7ec883
- OCaml 4.07.0 (final) rebuild.
f7ec883
7bcc2d2
* Fri Jul 06 2018 Petr Pisar <ppisar@redhat.com> - 1.3.15-9
7bcc2d2
- Perl 5.28 rebuild
7bcc2d2
ab49ab7
* Thu Jul 05 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-8
ab49ab7
- Remove ldconfig
ab49ab7
  https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/SU3LJVDZ7LUSJGZR5MS72BMRAFP3PQQL/
8fe33e7
- BR on python-unversioned-command
8fe33e7
  https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package
ab49ab7
c783236
* Tue Jul 03 2018 Petr Pisar <ppisar@redhat.com> - 1.3.15-7
c783236
- Perl 5.28 rebuild
c783236
060b5cf
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.15-6
060b5cf
- Perl 5.28 rebuild
060b5cf
99d7229
* Tue Jun 19 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-5
99d7229
- OCaml 4.07.0-rc1 rebuild.
99d7229
90a5415
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.15-4
90a5415
- Rebuilt for Python 3.7
90a5415
69825aa
* Mon Mar 19 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-3
69825aa
- Add upstream patch to fix injection of LDFLAGS (RHBZ#1548536).
69825aa
01b04ea
* Thu Mar  1 2018 Florian Weimer <fweimer@redhat.com> - 1.3.15-2
01b04ea
- Rebuild with new redhat-rpm-config/perl build flags
01b04ea
5265c98
* Mon Feb 26 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-1
5265c98
- New upstream version 1.3.15.
5265c98
aec532f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.14-15
aec532f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
aec532f
de9953a
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.3.14-14
de9953a
- Rebuilt for switch to libxcrypt
de9953a
ac11bd1
* Fri Jan 05 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.14-13
ac11bd1
- F-28: rebuild for ruby25
ac11bd1
2783156
* Wed Nov 08 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-12
d1ce7c1
- Fix string mutability.
7843283
d3d58ea
* Wed Nov 08 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-10
d3d58ea
- OCaml 4.06.0 rebuild.
d3d58ea
5e5f2ce
* Mon Sep 18 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-9
5e5f2ce
- ocaml-hivex-devel should Require hivex-devel.
5e5f2ce
fcdf994
* Mon Aug 07 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-8
fcdf994
- OCaml 4.05.0 rebuild.
fcdf994
11472e8
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.14-7
11472e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
11472e8
bf69e74
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.14-6
bf69e74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bf69e74
5a1cae7
* Mon Jun 26 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-5
5a1cae7
- OCaml 4.04.2 rebuild.
5a1cae7
bb50f64
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.14-4
bb50f64
- Perl 5.26 rebuild
bb50f64
0f3960b
* Mon May 22 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-3
0f3960b
- Create python2 and python3 subpackages (RHBZ#1453189).
0f3960b
7e0f882
* Fri May 12 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-2
7e0f882
- OCaml 4.04.1 rebuild.
7e0f882
801e504
* Fri Feb 17 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-1
801e504
- New upstream version 1.3.14.
801e504
- Add GPG signature and mechanics for checking it.
801e504
daaa160
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.13-12
daaa160
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
daaa160
c7e08a4
* Fri Jan 13 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.13-11
c7e08a4
- F-26: rebuild again for ruby24
c7e08a4
Igor Gnatenko db37473
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.3.13-10
Igor Gnatenko db37473
- Rebuild for readline 7.x
Igor Gnatenko db37473
46b0cf5
* Thu Jan 12 2017 Vít Ondruch <vondruch@redhat.com> - 1.3.13-9
46b0cf5
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.4
46b0cf5
098dced
* Sat Nov 05 2016 Richard W.M. Jones <rjones@redhat.com> - 1.3.13-8
098dced
- Rebuild for OCaml 4.04.0.
098dced
f4ac611
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.13-7
f4ac611
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
f4ac611
3da9f2e
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.13-6
3da9f2e
- Perl 5.24 rebuild
3da9f2e
b28e183
* Tue May 10 2016 Richard W.M. Jones <rjones@redhat.com> - 1.3.13-5
d717660
- Explicitly BR rubygem(rdoc) RHBZ#1334753 and rubygem(json) RHBZ#1325022.
b28e183
8cd5895
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.13-4
8cd5895
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8cd5895
f6dd0b9
* Tue Jan 12 2016 Vít Ondruch <vondruch@redhat.com> - 1.3.13-3
f6dd0b9
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3
f6dd0b9
a0bd039
* Thu Oct 29 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.13-2
123dd8b
- New upstream version 1.3.13.
123dd8b
- Drop ancient 'Conflicts' rule.
a0bd039
- Drop Perl patch for setting INSTALLDIRS.
a0bd039
- Depend on pod2html, pod2man binaries explicitly.
123dd8b
39cc0bf
* Mon Oct  5 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.12-1
39cc0bf
- New upstream version 1.3.12.
39cc0bf
- Drop patches which are now upstream.
39cc0bf
- Use OCaml macros to test if OCaml native compiler is available.
39cc0bf
- Use autoreconf --force option.
39cc0bf
Petr Šabata 8077a7c
* Thu Aug 27 2015 Petr Šabata <contyk@redhat.com> - 1.3.11-13
Petr Šabata 8077a7c
- Correcting the perl build time dependency list
Petr Šabata 8077a7c
  Switching to virtual perl()-style symbols
Petr Šabata 8077a7c
  Dropping unused dependencies and adding some new to fix the FTBFS
Petr Šabata 8077a7c
4aa935f
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-12
4aa935f
- OCaml 4.02.3 rebuild.
4aa935f
04f690a
* Wed Jun 24 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-11
04f690a
- ocaml-4.02.2 final rebuild.
04f690a
949c0ed
* Wed Jun 17 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-10
949c0ed
- ocaml-4.02.2 rebuild.
949c0ed
9b06208
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.11-9
9b06208
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
9b06208
96b10ca
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.11-8
96b10ca
- Perl 5.22 rebuild
96b10ca
21fd111
* Mon Mar  2 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-7
21fd111
- Move hivexregedit to perl-hivex subpackage, since otherwise hivex
21fd111
  and hence libguestfs depends on perl (RHBZ#1194158).
21fd111
dfc95c6
* Tue Feb 17 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-6
dfc95c6
- ocaml-4.02.1 rebuild.
dfc95c6
97d04a6
* Sun Jan 18 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.11-5
97d04a6
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_2.2
97d04a6
4604a1d
* Thu Nov 20 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-4
7c43fb6
- Increase HIVEX_MAX_SUBKEYS.
4604a1d
- Don't leak errno E2BIG to callers.
7c43fb6
61ccd82
* Fri Nov 14 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-2
61ccd82
- Pull in a couple of upstream fixes:
61ccd82
  * Fix memory leak in _hivex_get_children.
61ccd82
  * Increase HIVEX_MAX_VALUE_LEN.
61ccd82
c9c4426
* Thu Oct 30 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-1
c9c4426
- New upstream version 1.3.11.
c9c4426
- Python objects are now placed in a hivex/ subdirectory.
c9c4426
8be72d5
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.10-12
8be72d5
- Perl 5.20 rebuild
8be72d5
6e087d5
* Sat Aug 30 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-11
6e087d5
- ocaml-4.02.0 final rebuild.
6e087d5
af03d9a
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.10-10
af03d9a
- Perl 5.20 rebuild
af03d9a
4bcf048
* Sat Aug 23 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-9
4bcf048
- ocaml-4.02.0+rc1 rebuild.
4bcf048
e98fd01
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.10-8
e98fd01
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e98fd01
3b96974
* Sat Aug 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-7
3b96974
- ocaml-4.02.0-0.8.git10e45753.fc22 rebuild.
3b96974
166ae07
* Tue Jul 22 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-6
166ae07
- OCaml 4.02.0 beta rebuild.
166ae07
84b8808
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.10-5
84b8808
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
84b8808
0cfdd72
* Fri May 02 2014 Vít Ondruch <vondruch@redhat.com> - 1.3.10-4
0cfdd72
- Remove the ruby(release) version. It is not needed.
0cfdd72
69d6e8b
* Fri May 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-3
69d6e8b
- Rebuild to fix Ruby dependencies problem.
69d6e8b
ef2cf0d
* Thu Apr 24 2014 Vít Ondruch <vondruch@redhat.com> - 1.3.10-2
ef2cf0d
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
ef2cf0d
8eca9c1
* Wed Apr 23 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-1
8eca9c1
- New upstream version 1.3.10.
8eca9c1
- Fix ruby test failures (RHBZ#1090407).
8eca9c1
f772a2b
* Fri Jan 17 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.9-2
7a90f6a
- New upstream version 1.3.9.
7a90f6a
- Remove patches which are now upstream.
7a90f6a
cb1cc3b
* Thu Sep 19 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.8-4
cb1cc3b
- OCaml 4.01.0 rebuild.
cb1cc3b
3c1ad06
* Tue Sep 10 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.8-3
3c1ad06
- Include various upstream patches to fix endianness problems on ppc64.
3c1ad06
86fa7d2
* Sun Sep  8 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.8-2
86fa7d2
- Bump and rebuild, since ARM package still appears to depend on Perl 5.16.
86fa7d2
843c9dc
* Thu Jul 25 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.8-1
843c9dc
- New upstream version 1.3.8.
843c9dc
- Fixes handling of keys which use ri-records, for both reading and
843c9dc
  writing (RHBZ#717583, RHBZ#987463).
843c9dc
- Remove upstream patch.
843c9dc
- Rebase dirs patch against new upstream sources.
843c9dc
- Rebase ruby patch against new upstream sources.
843c9dc
- Modernize the RPM spec file.
843c9dc
- Fix .gitignore.
843c9dc
57d5459
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.3.7-8
57d5459
- Perl 5.18 rebuild
57d5459
2d8f0b7
* Wed Mar 13 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.7-7
2d8f0b7
- Rebuild for Ruby 2.0.0.
2d8f0b7
- Change ruby(abi) to ruby(release).
2d8f0b7
206124d
* Fri Feb 15 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.7-6
62695db
- Fix for latest Ruby in Rawhide.  Fixes build failure identified
62695db
  by mass rebuild yesterday.
843c9dc
- Do not ignore error from running autoreconf.
62695db
ccf015b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.7-3
ccf015b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ccf015b
fdd20a3
* Mon Oct 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.7-2
fdd20a3
- Rebuild for OCaml 4.00.1.
fdd20a3
6df8ce8
* Thu Oct 11 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.7-1
6df8ce8
- New upstream version 1.3.7.
6df8ce8
954121d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-3
954121d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
954121d
68d6231
* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 1.3.6-2
68d6231
- Perl 5.16 rebuild
68d6231
7525ed2
* Tue Jun 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.6-1
7525ed2
- New upstream version 1.3.6.
7525ed2
- Enable Ocaml bindings on ppc64.
7525ed2
8268c1c
* Sat Jun 09 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.5-9
8268c1c
- Rebuild for OCaml 4.00.0.
8268c1c
1bf0afe
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.3.5-8
1bf0afe
- Perl 5.16 rebuild
1bf0afe
c9bd1ac
* Fri May 18 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.5-7
c9bd1ac
- "blobs" -> "files" in the description.
c9bd1ac
c8d5458
* Tue May 15 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.5-6
c8d5458
- Bundled gnulib (RHBZ#821763).
c8d5458
12468a4
* Fri Mar 23 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.5-5
12468a4
- Don't need to rerun the generator (thanks Dan Horák).
12468a4
ed277b9
* Tue Mar 13 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.5-4
4b869a3
- New upstream version 1.3.5.
6d21d32
- Remove upstream patch.
ed277b9
- Depend on automake etc. for the patch.
4b869a3
3289566
* Thu Feb  9 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-8
3289566
- ruby(abi) 1.9.1.
3289566
28facf9
* Wed Feb  8 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-7
8667b7c
- Bump and rebuild for Ruby update.
81a4bc7
- Add upstream patch to fix bindings for Ruby 1.9.
28facf9
- Add non-upstream patch to pass --vendor flag to extconf.rb
8667b7c
4fbb08b
* Fri Jan 06 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-3
4fbb08b
- Rebuild for OCaml 3.12.1.
4fbb08b
358b13e
* Thu Dec  8 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-2
358b13e
- Disable OCaml on ppc64.
358b13e
- Ensure OCaml files are deleted when not packaged.
358b13e
bcf9c37
* Tue Nov 29 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-1
bcf9c37
- New upstream version 1.3.3.
bcf9c37
- Rebased gnulib to work around RHBZ#756981.
bcf9c37
- Remove patches which are now upstream.
bcf9c37
03c8b9b
* Mon Oct 24 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.2-3
59eaace
- New upstream version 1.3.2.
68a20da
- Add upstream patch to fix building of hivexsh, hivexget.
59eaace
b60114c
* Fri Aug 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.1-2
3616f40
- New upstream version 1.3.1.
3616f40
- Remove patch, now upstream.
b60114c
- Don't need hack for making an unversioned Python module.
3616f40
48f649a
* Mon Aug 15 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.0-3
54ce3b6
- New upstream version 1.3.0.
54ce3b6
- This version adds Ruby bindings, so there is a new subpackage 'ruby-hivex'.
428b95f
- Add upstream patch to fix Ruby tests.
48f649a
- Remove epoch macro in ruby-hivex dependency.
54ce3b6
0201ac1
* Fri Aug 12 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.8-1
0201ac1
- New upstream version 1.2.8.
0201ac1
- Remove 4 upstream patches.
0201ac1
0558bf0
* Fri Jul 22 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.7-9
b2ed1b6
- Add upstream patch to fix Perl CCFLAGS for Perl 5.14 on i686.
f090ce1
- Enable 'make check'.
b2ed1b6
403af1c
* Thu Jul 21 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.7-6
403af1c
- i686 package is broken, experimentally rebuild it.
403af1c
f8176e6
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.2.7-5
f8176e6
- Perl mass rebuild
f8176e6
2e74c1c
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.2.7-4
2e74c1c
- Perl 5.14 mass rebuild
2e74c1c
2532068
* Tue May 17 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.7-3
b76e59b
- New upstream version 1.2.7.
b76e59b
- Removed patch which is now upstream.
2532068
- Add upstream patches to fix ocaml install rule.
b76e59b
ccc8f89
* Thu May 12 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.6-2
f796c36
- New upstream version 1.2.6.
f796c36
- Removed patch which is now upstream.
ccc8f89
- Add upstream patch to fix ocaml tests.
f796c36
5e4fb17
* Thu Apr 28 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-2
5e4fb17
- Fix Python bindings on 32 bit arch with upstream patch.
5e4fb17
5e1b023
* Wed Apr 13 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-1
5e1b023
- New upstream version 1.2.5.
5e1b023
- This version fixes a number of important memory issues found by
5e1b023
  valgrind and upgrading to this version is recommended for all users.
5e1b023
- Remove patch now upstream.
5e1b023
30cad61
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-7
30cad61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
30cad61
3822fde
* Fri Jan 14 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-6
3822fde
- Fix multilib conflicts in *.pyc and *.pyo files.
3822fde
- Only install unversioned *.so file for Python bindings.
3822fde
448cbe3
* Wed Jan  5 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-4
448cbe3
- Rebuild against OCaml 3.12.0.
448cbe3
f940d5b
* Thu Dec 16 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-3
4fa487a
- Backport upstream patch to fix segfault in Hivex.value_value binding.
4fa487a
61eed46
* Thu Dec  2 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-1
61eed46
- New upstream version 1.2.4.
61eed46
- This adds Python bindings (python-hivex subpackage).
61eed46
- Fix Source0.
61eed46
e5ee831
* Fri Nov 19 2010 Dan Horák <dan[at]danny.cz> - 1.2.3-3
e5ee831
- fix built with recent perl
e5ee831
f82d66f
* Tue Sep  7 2010 Dan Horák <dan[at]danny.cz> - 1.2.3-2
f82d66f
- conditionalize ocaml support
f82d66f
9f1e264
* Fri Aug 27 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.3-1
9f1e264
- New upstream version 1.2.3.
9f1e264
2a49721
* Wed Aug 25 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.2-3
2a49721
- Create a hivex-static subpackage.
2a49721
6f4b18a
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.2.2-2
6f4b18a
- Mass rebuild with perl-5.12.0
6f4b18a
805d36f
* Wed Apr 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.2-1
805d36f
- New upstream version 1.2.2.
805d36f
33837fc
* Tue Mar 30 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.1-1
33837fc
- New upstream version 1.2.1.
33837fc
- Includes new tool for exporting and merging in regedit format.
33837fc
ea690fe
* Mon Mar  1 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.0-2
26b2b17
- New upstream version 1.2.0.
26b2b17
- This includes OCaml and Perl bindings, so add these as subpackages.
26b2b17
1fba63d
* Mon Feb 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-3
1fba63d
- Missing Epoch in conflicts version fixed.
1fba63d
1fba63d
* Mon Feb 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-2
1fba63d
- Add Conflicts libguestfs <= 1.0.84.
1fba63d
1fba63d
* Mon Feb 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-1
1fba63d
- Initial Fedora RPM.