Rerun autoreconf.

This commit is contained in:
Richard W.M. Jones 2010-02-16 15:57:28 +00:00
parent e894ca29dc
commit 8791133062

View File

@ -8,7 +8,7 @@
Summary: Virtualization host metrics daemon
Name: vhostmd
Version: 0.4
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv2+
Group: System Environment/Daemons
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@ -25,6 +25,9 @@ Source3: vhostmd.conf
# RHBZ#565096.
Patch0: vhostmd-0.4-link-with-dl.patch
# Required for patch0 only.
BuildRequires: autoconf, automake, libtool
BuildRequires: chrpath
BuildRequires: pkgconfig
BuildRequires: libxml2-devel
@ -72,6 +75,7 @@ Header and libraries necessary for metrics gathering development
%setup -q
%patch0 -p1
autoreconf
%build
@ -188,7 +192,7 @@ exit 0
%changelog
* Tue Feb 16 2010 Richard W.M. Jones <rjones@redhat.com> - 0.4-4
* Tue Feb 16 2010 Richard W.M. Jones <rjones@redhat.com> - 0.4-5
- Add a patch to link tests explicitly with -ldl (RHBZ#565096).
* Thu Dec 10 2009 Richard W.M. Jones <rjones@redhat.com> - 0.4-2