[apachetop/f18] Fix BZ 925005 - rerun autoconf to add support for aarch64

Adam Miller maxamillion at fedoraproject.org
Sat Apr 27 08:59:13 UTC 2013


commit 332810b942e833dc9f19819f091fe72f8d5bceed
Author: Adam Miller <admiller at redhat.com>
Date:   Sat Apr 27 03:37:13 2013 -0500

    Fix BZ 925005 - rerun autoconf to add support for aarch64

 apachetop.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/apachetop.spec b/apachetop.spec
index 551028f..ec1a770 100644
--- a/apachetop.spec
+++ b/apachetop.spec
@@ -1,6 +1,6 @@
 Name:           apachetop
 Version:        0.12.6
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        A top-like display of Apache logs
 
 Group:          Applications/Internet
@@ -25,6 +25,7 @@ autoheader
 
 
 %build
+autoreconf -vif #BZ925005 - support aarch64 
 %configure --with-logfile=%{_localstatedir}/log/httpd/access_log
 make %{?_smp_mflags}
 
@@ -46,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Apr 27 2013 Adam Miller <maxamillion at fedoraproject.org> - 0.12.6-11
+- Fix BZ 925005 - rerun autoconf to add support for aarch64
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.6-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list