[sysstat] - add necessary dependency (autoconf), necessary because of patch7

Ivana Varekova varekova at fedoraproject.org
Tue Sep 21 08:46:33 UTC 2010


commit e61988e066cebe76581a5d10f756c45956b18ebd
Author: Ivana Hutarova Varekova <varekova at redhat.com>
Date:   Tue Sep 21 10:49:19 2010 +0200

    - add necessary dependency (autoconf), necessary because of patch7

 sysstat.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/sysstat.spec b/sysstat.spec
index dca63a9..5267cb5 100644
--- a/sysstat.spec
+++ b/sysstat.spec
@@ -1,6 +1,6 @@
 Name: sysstat
 Version: 9.0.6.1
-Release: 7%{?dist}
+Release: 8%{?dist}
 Summary: The sar and iostat system monitoring commands
 License: GPLv2+
 Group: Applications/System
@@ -23,6 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: /sbin/chkconfig
 Requires: sh-utils textutils grep fileutils /etc/cron.d
 BuildRequires: perl %{_includedir}/linux/if.h gettext
+BuildRequires: autoconf
 Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id
 
 %description
@@ -44,6 +45,7 @@ iconv -f windows-1252 -t utf8 CREDITS > CREDITS.aux
 mv CREDITS.aux CREDITS
 
 %build
+# neded because of patch7
 autoreconf -fi
 ./configure --prefix=%{_prefix}  --disable-man-group --mandir=%{_mandir} sa_lib_dir=%{_libdir}/sa --libdir=%{_libdir}
 CFLAGS="$RPM_OPT_FLAGS -DSADC_PATH=\\\"%{_libdir}/sa/sadc\\\""
@@ -88,6 +90,9 @@ rm -rf %{buildroot}
 %{_localstatedir}/log/sa
 
 %changelog
+* Tue Sep 21 2010 Ivana Hutarova Varekova <varekova at redhat.com> - 9.0.6.1-8
+- add necessary dependency (autoconf), necessary because of patch7
+
 * Tue Sep 21 2010 Ivana Hutarova Varekova <varekova at redhat.com> - 9.0.6.1-7
 - remove needless DOCDIR setting
 - remove needless INIT_DIR setting


More information about the scm-commits mailing list