fbac9f
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
fbac9f
%global debug_package %{nil}
fbac9f
fbac9f
Name:           virt-top
fbac9f
Version:        1.0.8
59834e
Release:        37%{?dist}
fbac9f
Summary:        Utility like top(1) for displaying virtualization stats
fbac9f
License:        GPLv2+
fbac9f
fbac9f
URL:            http://people.redhat.com/~rjones/virt-top/
fbac9f
Source0:        http://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz
fbac9f
fbac9f
# Post-process output of CSV file (RHBZ#665817, RHBZ#912020).
fbac9f
Source1:        processcsv.py
fbac9f
Source2:        processcsv.py.pod
fbac9f
59834e
# Patches are stored here:
59834e
# http://git.annexia.org/?p=virt-top.git;a=shortlog;h=refs/heads/rhel-8.8
59834e
Patch0001:      0001-virt-top-1.0.4-processcsv-documentation.patch
59834e
Patch0002:      0002-Disable-warning-about-immutable-strings-for-OCaml-4..patch
59834e
Patch0003:      0003-Move-upstream-translations-from-Tranifex-to-Zanata.patch
59834e
Patch0004:      0004-Update-translations-from-Zanata.patch
59834e
Patch0005:      0005-build-Add-g-flag-to-ocamlopt.patch
59834e
Patch0006:      0006-Rename-source-directory-and-files.patch
59834e
Patch0007:      0007-Enable-same-warnings-as-libguestfs.patch
59834e
Patch0008:      0008-Remove-x-executable-permission-on-several-source-fil.patch
59834e
Patch0009:      0009-Refresh-HACKING-file.patch
59834e
Patch0010:      0010-Fix-po-POTFILES-for-new-location-of-source-files.patch
59834e
Patch0011:      0011-Update-PO-files.patch
59834e
Patch0012:      0012-Remove-support-for-OCaml-Calendar-v1.patch
59834e
Patch0013:      0013-src-Fix-some-comments-which-referred-to-the-old-file.patch
59834e
Patch0014:      0014-Split-up-huge-Top-module-into-smaller-modules.patch
59834e
Patch0015:      0015-Move-block_in_bytes-entirely-to-the-presentation-lay.patch
59834e
Patch0016:      0016-Remove-unused-variable-is_calendar2.patch
59834e
Patch0017:      0017-Use-virConnectGetAllDomainStats-API-to-collect-domai.patch
59834e
Patch0018:      0018-chmod-x-COPYING-files.patch
59834e
Patch0019:      0019-Fixes-for-safe-string-in-OCaml-4.06.patch
59834e
Patch0020:      0020-Link-with-fPIC-runtime.patch
59834e
Patch0021:      0021-build-Pass-through-CFLAGS-and-LDFLAGS-to-ocaml-compi.patch
59834e
Patch0022:      0022-Update-configure-for-aarch64-bz-926701.patch
59834e
Patch0023:      0023-virt-top-fix-to-explicitly-disconnect-from-libvirtd.patch
fbac9f
fbac9f
# The patches touch configure.ac:
fbac9f
BuildRequires:  autoconf
fbac9f
fbac9f
BuildRequires:  ocaml >= 3.10.2
fbac9f
BuildRequires:  ocaml-ocamldoc
fbac9f
BuildRequires:  ocaml-findlib-devel
fbac9f
# Need the ncurses / ncursesw (--enable-widec) fix.
fbac9f
BuildRequires:  ocaml-curses-devel >= 1.0.3-7
fbac9f
BuildRequires:  ocaml-extlib-devel
fbac9f
BuildRequires:  ocaml-xml-light-devel
fbac9f
BuildRequires:  ocaml-csv-devel
fbac9f
BuildRequires:  ocaml-calendar-devel
fbac9f
# Need support for virDomainGetCPUStats (fixed in 0.6.1.2)
fbac9f
# and virConnectGetAllDomainStats (post-0.6.1.4).
fbac9f
BuildRequires:  ocaml-libvirt-devel >= 0.6.1.4-15
fbac9f
fbac9f
# Tortuous list of BRs for gettext.
fbac9f
BuildRequires:  ocaml-gettext-devel >= 0.3.3
fbac9f
BuildRequires:  ocaml-fileutils-devel
fbac9f
# For msgfmt:
fbac9f
BuildRequires:  gettext
fbac9f
fbac9f
# Non-OCaml BRs.
fbac9f
BuildRequires:  libvirt-devel
fbac9f
BuildRequires:  perl-interpreter
fbac9f
BuildRequires:  perl(Pod::Perldoc)
fbac9f
BuildRequires:  gawk
fbac9f
fbac9f
fbac9f
%description
fbac9f
virt-top is a 'top(1)'-like utility for showing stats of virtualized
fbac9f
domains.  Many keys and command line options are the same as for
fbac9f
ordinary 'top'.
fbac9f
fbac9f
It uses libvirt so it is capable of showing stats across a variety of
fbac9f
different virtualization systems.
fbac9f
fbac9f
fbac9f
%prep
fbac9f
%setup -q
fbac9f
fbac9f
%if 0%{?rhel} >= 6
59834e
%patch0001 -p1
fbac9f
%endif
fbac9f
fbac9f
%patch0002 -p1
fbac9f
%patch0003 -p1
fbac9f
%patch0004 -p1
fbac9f
%patch0005 -p1
fbac9f
%patch0006 -p1
fbac9f
%patch0007 -p1
fbac9f
%patch0008 -p1
fbac9f
%patch0009 -p1
fbac9f
%patch0010 -p1
fbac9f
%patch0011 -p1
fbac9f
%patch0012 -p1
fbac9f
%patch0013 -p1
fbac9f
%patch0014 -p1
fbac9f
%patch0015 -p1
fbac9f
%patch0016 -p1
fbac9f
%patch0017 -p1
fbac9f
%patch0018 -p1
fbac9f
%patch0019 -p1
fbac9f
%patch0020 -p1
59834e
%patch0021 -p1
59834e
%patch0022 -p1
59834e
%patch0023 -p1
fbac9f
fbac9f
autoconf
fbac9f
fbac9f
fbac9f
%build
fbac9f
%configure
fbac9f
make all
fbac9f
%if %opt
fbac9f
make opt
fbac9f
strip src/virt-top.opt
fbac9f
%endif
fbac9f
fbac9f
# Build translations.
fbac9f
make -C po
fbac9f
fbac9f
# Force rebuild of man page.
fbac9f
rm -f src/virt-top.1
fbac9f
make -C src virt-top.1
fbac9f
fbac9f
%if 0%{?rhel} >= 6
fbac9f
# Build processcsv.py.1.
fbac9f
pod2man -c "Virtualization Support" --release "%{name}-%{version}" \
fbac9f
  %{SOURCE2} > processcsv.py.1
fbac9f
%endif
fbac9f
fbac9f
fbac9f
%install
fbac9f
make DESTDIR=$RPM_BUILD_ROOT install
fbac9f
fbac9f
# Install translations.
fbac9f
mkdir -p $RPM_BUILD_ROOT%{_datadir}/locale
fbac9f
make -C po install PODIR="$RPM_BUILD_ROOT%{_datadir}/locale"
fbac9f
%find_lang %{name}
fbac9f
fbac9f
# Install virt-top manpage by hand for now.
fbac9f
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
fbac9f
install -m 0644 src/virt-top.1 $RPM_BUILD_ROOT%{_mandir}/man1
fbac9f
fbac9f
%if 0%{?rhel} >= 6
fbac9f
# Install processcsv.py.
fbac9f
install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
fbac9f
fbac9f
# Install processcsv.py(1).
fbac9f
install -m 0644 processcsv.py.1 $RPM_BUILD_ROOT%{_mandir}/man1/
fbac9f
%endif
fbac9f
fbac9f
fbac9f
%files -f %{name}.lang
fbac9f
%doc COPYING README TODO ChangeLog
fbac9f
%{_bindir}/virt-top
fbac9f
%{_mandir}/man1/virt-top.1*
fbac9f
%if 0%{?rhel} >= 6
fbac9f
%{_bindir}/processcsv.py
fbac9f
%{_mandir}/man1/processcsv.py.1*
fbac9f
%endif
fbac9f
fbac9f
fbac9f
%changelog
59834e
* Tue Nov 29 2022 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-37
59834e
- Fix "Input/output error" in journal
59834e
  resolves: rhbz#2149139
59834e
- Store the patches in an upstream branch in git.
59834e
59834e
* Thu Jul 04 2019 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-36
59834e
- Try installing KVM
59834e
  related: rhbz#1682780
59834e
59834e
* Thu Jul 04 2019 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-35
59834e
- Try starting libvirtd
59834e
  related: rhbz#1682780
59834e
59834e
* Wed Jul 03 2019 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-34
59834e
- Build and rebuild to rerun gating tests.
59834e
  related: rhbz#1682780
59834e
59834e
* Thu Mar 21 2019 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-33
59834e
- Add gating tests resolves: rhbz#1682780
59834e
fbac9f
* Tue Oct 16 2018 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-32
fbac9f
- Add upstream patch to pass CFLAGS/LDFLAGS to final binary
fbac9f
  resolves: rhbz#1630636
fbac9f
fbac9f
* Wed Aug 01 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.0.8-31
fbac9f
- Rebuild for platform-python
fbac9f
fbac9f
* Wed Mar 28 2018 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-30
fbac9f
- Modify processcsv.py for Python 3.
fbac9f
fbac9f
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-29
fbac9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
fbac9f
fbac9f
* Sat Nov 18 2017 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-28
fbac9f
- OCaml 4.06.0 rebuild.
fbac9f
fbac9f
* Wed Aug 09 2017 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-27
fbac9f
- OCaml 4.05.0 rebuild.
fbac9f
fbac9f
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-26
fbac9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
fbac9f
fbac9f
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-25
fbac9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
fbac9f
fbac9f
* Tue Jun 27 2017 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-24
fbac9f
- OCaml 4.04.2 rebuild.
fbac9f
fbac9f
* Sat May 13 2017 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-23
fbac9f
- OCaml 4.04.1 rebuild.
fbac9f
fbac9f
* Tue Mar 28 2017 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-22
fbac9f
- Include all upstream patches since 1.0.8 was released.
fbac9f
- BR ocaml-libvirt with virConnectGetAllDomainStats API.
fbac9f
- Remove execstack hack, no longer needed on any arch.
fbac9f
fbac9f
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-21
fbac9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
fbac9f
fbac9f
* Wed Nov 09 2016 Dan Horák <dan@danny.cz> - 1.0.8-20
fbac9f
- remove ExcludeArch
fbac9f
fbac9f
* Sat Nov 05 2016 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-19
fbac9f
- Rebuild for OCaml 4.04.0.
fbac9f
- Kill further instances of -warn-error.
fbac9f
fbac9f
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-18
fbac9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
fbac9f
fbac9f
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-17
fbac9f
- OCaml 4.02.3 rebuild.
fbac9f
fbac9f
* Wed Jun 24 2015 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-16
fbac9f
- ocaml-4.02.2 final rebuild.
fbac9f
fbac9f
* Thu Jun 18 2015 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-15
fbac9f
- ocaml-4.02.2 rebuild.
fbac9f
fbac9f
* Tue Feb 17 2015 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-14
fbac9f
- ocaml-4.02.1 rebuild.
fbac9f
fbac9f
* Sun Aug 31 2014 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-13
fbac9f
- ocaml-4.02.0 final rebuild.
fbac9f
fbac9f
* Sat Aug 23 2014 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-12
fbac9f
- ocaml-4.02.0+rc1 rebuild.
fbac9f
fbac9f
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.8-11
fbac9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fbac9f
fbac9f
* Sat Aug 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-10
fbac9f
- ocaml-4.02.0-0.8.git10e45753.fc22 rebuild.
fbac9f
fbac9f
* Sat Aug 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-9
fbac9f
- Do not warn about immutable strings.
fbac9f
fbac9f
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.8-8
fbac9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
fbac9f
fbac9f
* Mon Aug 05 2013 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-7
fbac9f
- Bump and rebuild.
fbac9f
fbac9f
* Mon Jul 29 2013 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-6
fbac9f
- Include processcsv.py script and man page, but on RHEL only
fbac9f
  (RHBZ#665817, RHBZ#912020)
fbac9f
- Clear executable stack flag on PPC, PPC64 (RHBZ#605124).
fbac9f
fbac9f
* Fri Jun 28 2013 Cole Robinson <crobinso@redhat.com> - 1.0.8-5
fbac9f
- Update configure for aarch64 (bz #926701)
fbac9f
fbac9f
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.8-4
fbac9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fbac9f
fbac9f
* Fri Dec 14 2012 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-3
fbac9f
- Rebuild for OCaml 4.00.1.
fbac9f
fbac9f
* Fri Oct 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-2
fbac9f
- New upstream version 1.0.8.
fbac9f
- Requires tiny change to ocaml-libvirt, hence dep bump.
fbac9f
- Clean up the spec file.
fbac9f
- Remove explicit BR ocaml-camomile (not used AFAIK).
fbac9f
fbac9f
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-3
fbac9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fbac9f
fbac9f
* Fri Mar 23 2012 Richard W.M. Jones <rjones@redhat.com> - 1.0.7-2
fbac9f
- Require fixed ocaml-libvirt.
fbac9f
fbac9f
* Tue Mar  6 2012 Richard W.M. Jones <rjones@redhat.com> - 1.0.7-1
fbac9f
- New upstream version 1.0.7.
fbac9f
- Includes true physical CPU reporting (when libvirt supports this).
fbac9f
fbac9f
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-2
fbac9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fbac9f
fbac9f
* Fri Aug 12 2011 Richard W.M. Jones <rjones@redhat.com> - 1.0.6-1
fbac9f
- New upstream version 1.0.6.
fbac9f
fbac9f
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
fbac9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fbac9f
fbac9f
* Thu Jan  6 2011 Richard W.M. Jones <rjones@redhat.com> - 1.0.5-1
fbac9f
- New upstream version 1.0.5.
fbac9f
- Rebuild against OCaml 3.12.0.
fbac9f
- Project website moved to people.redhat.com.
fbac9f
- Remove upstream patches.
fbac9f
fbac9f
* Wed Dec 30 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.4-3
fbac9f
- Force rebuild against latest ocaml-gettext 0.3.3 (RHBZ#508197#c10).
fbac9f
fbac9f
* Mon Oct  5 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.4-2
fbac9f
- New upstream release 1.0.4.
fbac9f
- Includes new translations (RHBZ#493799).
fbac9f
- Overall hardware memory is now displayed in CSV file (RHBZ#521785).
fbac9f
- Several fixes to Japanese support (RHBZ#508197).
fbac9f
- Japanese PO file also has bogus plural forms.
fbac9f
- Additional BR on gettext (for msgfmt).
fbac9f
fbac9f
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-5
fbac9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
fbac9f
fbac9f
* Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x@lists.fedoraproject.org>
fbac9f
- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
fbac9f
  (added sparc64 per request from the sparc maintainer)
fbac9f
fbac9f
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-4
fbac9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fbac9f
fbac9f
* Wed Nov 26 2008 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-3
fbac9f
- Rebuild for OCaml 3.11.0+rc1.
fbac9f
fbac9f
* Tue Oct 21 2008 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-2
fbac9f
- Fix incorrect sources file.
fbac9f
- Remove bogus Plural-Forms line from zh_CN PO file.
fbac9f
fbac9f
* Tue Oct 21 2008 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-1
fbac9f
- New upstream version 1.0.3.
fbac9f
fbac9f
* Mon May 19 2008 Richard W.M. Jones <rjones@redhat.com> - 1.0.1-2
fbac9f
- Use RPM percent-configure.
fbac9f
- Add list of BRs for gettext.
fbac9f
- Use find_lang to find PO files.
fbac9f
- Comment out the OCaml dependency generator.  Not a library so not
fbac9f
  needed.
fbac9f
fbac9f
* Thu May  1 2008 Richard W.M. Jones <rjones@redhat.com> - 1.0.1-1
fbac9f
- New upstream release 1.0.1.
fbac9f
- Don't BR ocaml-gettext-devel, it's not used at the moment.
fbac9f
- Don't gzip the manpage, it happens automatically.
fbac9f
- Add BR libvirt-devel.
fbac9f
- Remove spurious executable bit on COPYING.
fbac9f
fbac9f
* Thu Apr 17 2008 Richard W.M. Jones <rjones@redhat.com> - 1.0.0-2
fbac9f
- New upstream release 1.0.0.
fbac9f
- Force rebuild of manpage.
fbac9f
fbac9f
* Tue Mar 18 2008 Richard W.M. Jones <rjones@redhat.com> - 0.4.1.1-1
fbac9f
- New upstream release 0.4.1.1.
fbac9f
- Move configure to build section.
fbac9f
- Pass RPM_OPT_FLAGS.
fbac9f
fbac9f
* Tue Mar  4 2008 Richard W.M. Jones <rjones@redhat.com> - 0.4.1.0-2
fbac9f
- Fix source URL.
fbac9f
- Install virt-df manpage.
fbac9f
fbac9f
* Tue Mar  4 2008 Richard W.M. Jones <rjones@redhat.com> - 0.4.1.0-1
fbac9f
- New upstream release 0.4.1.0.
fbac9f
- Upstream now requires ocaml-dbus >= 0.06, ocaml-lablgtk >= 2.10.0,
fbac9f
  ocaml-dbus-devel.
fbac9f
- Enable virt-df.
fbac9f
fbac9f
* Sat Mar  1 2008 Richard W.M. Jones <rjones@redhat.com> - 0.4.0.3-3
fbac9f
- Rebuild for ppc64.
fbac9f
fbac9f
* Wed Feb 13 2008 Richard W.M. Jones <rjones@redhat.com> - 0.4.0.3-2
fbac9f
- Add BR gtk2-devel
fbac9f
fbac9f
* Tue Feb 12 2008 Richard W.M. Jones <rjones@redhat.com> - 0.4.0.3-1
fbac9f
- New upstream version 0.4.0.3.
fbac9f
- Rebuild for OCaml 3.10.1.
fbac9f
fbac9f
* Tue Nov 20 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.3.4-1
fbac9f
- New upstream release 0.3.3.4.
fbac9f
- Upstream website is now http://libvirt.org/ocaml/
fbac9f
fbac9f
* Fri Oct 19 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.3.0-2
fbac9f
- Mistake: BR is ocaml-calendar-devel.
fbac9f
fbac9f
* Fri Oct 19 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.3.0-1
fbac9f
- New upstream release 0.3.3.0.
fbac9f
- Added support for virt-df, but disabled it by default.
fbac9f
- +BR ocaml-calendar.
fbac9f
fbac9f
* Mon Sep 24 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.8-1
fbac9f
- New upstream release 0.3.2.8.
fbac9f
fbac9f
* Thu Sep 20 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.7-1
fbac9f
- New upstream release 0.3.2.7.
fbac9f
- Ship the upstream ChangeLog file.
fbac9f
fbac9f
* Thu Sep  6 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.6-2
fbac9f
- Force dependency on ocaml >= 3.10.0-7 which has fixed requires/provides
fbac9f
  scripts.
fbac9f
fbac9f
* Thu Sep  6 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.6-1
fbac9f
- New upstream version 0.3.2.6.
fbac9f
fbac9f
* Wed Aug 29 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.5-1
fbac9f
- New upstream version 0.3.2.5.
fbac9f
- Keep TODO out of the main package, but add (renamed) TODO.libvirt and
fbac9f
  TODO.virt-top to the devel and virt-top packages respectively.
fbac9f
- Add BR gawk.
fbac9f
fbac9f
* Thu Aug 23 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.4-1
fbac9f
- New upstream version 0.3.2.4.
fbac9f
fbac9f
* Thu Aug 23 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.3-2
fbac9f
- build_* macros so we can choose what subpackages to build.
fbac9f
fbac9f
* Thu Aug 23 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.3-1
fbac9f
- Upstream version 0.3.2.3.
fbac9f
- Add missing BR libvirt-devel.
fbac9f
fbac9f
* Wed Aug 22 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.2-1
fbac9f
- Upstream version 0.3.2.2.
fbac9f
fbac9f
* Wed Aug 22 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.1-2
fbac9f
- Fix unclosed if-statement in spec file.
fbac9f
fbac9f
* Wed Aug 22 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.1-1
fbac9f
- Upstream version 0.3.2.1.
fbac9f
- Put HTML documentation in -devel package.
fbac9f
fbac9f
* Mon Aug  6 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.1.2-1
fbac9f
- Initial RPM release.