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

Adam Miller maxamillion at fedoraproject.org
Sat Apr 27 08:46:54 UTC 2013


commit f4ed2e76ddfb35163c5dd5e2efc95a85ab646828
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 b4c563b..907368b 100644
--- a/apachetop.spec
+++ b/apachetop.spec
@@ -1,6 +1,6 @@
 Name:           apachetop
 Version:        0.12.6
-Release:        11%{?dist}
+Release:        12%{?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-12
+- Fix BZ 925005 - rerun autoconf to add support for aarch64
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.6-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list