[hekafs/f16] run autogen to get correct libtool for target

Kaleb S. KEITHLEY kkeithle at fedoraproject.org
Tue Jan 3 19:29:16 UTC 2012


commit 33488b221a931e8024e66ad413eb565736aa927f
Author: Kaleb KEITHLEY <kkeithle at redhat.com>
Date:   Tue Jan 3 14:28:55 2012 -0500

    run autogen to get correct libtool for target

 hekafs.spec |    6 +++++-
 sources     |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/hekafs.spec b/hekafs.spec
index cbf90a4..348ca6e 100644
--- a/hekafs.spec
+++ b/hekafs.spec
@@ -2,7 +2,7 @@
 Summary:          Heka File System
 Name:             hekafs
 Version:          0.7
-Release:          21%{?dist}
+Release:          22%{?dist}
 License:          GPLv3
 Group:            System Environment/Base
 Vendor:           Red Hat
@@ -52,6 +52,7 @@ with additional authentication/encryption/multi-tenancy features.
 %setup -q -n %{name}-%{version}
 
 %build
+./autogen.sh
 
 %configure
 
@@ -131,6 +132,9 @@ if [ $1 = 0 ]; then
 fi
 
 %changelog
+* Tue Jan 3 2012 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 0.7-22
+- run autogen to get correct libtool for target
+
 * Tue Jan 3 2012 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 0.7-21
 - revised spec for init.d for fedora<=16, rhel<=6; native systemd for
   f17 and rhel7
diff --git a/sources b/sources
index 258d415..66bb111 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6ed92d28c6b78fa62921a2ac8affae4  hekafs-0.7.tgz
+e047ac5ac33618bd3204d431b70aad35  hekafs-0.7.tgz


More information about the scm-commits mailing list