[rekall] Generic 64 bit platform detection

Peter Robinson pbrobinson at fedoraproject.org
Thu Jul 3 13:20:07 UTC 2014


commit 7b95907fa544f99a4cd262ea8dda02d819b4efed
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Jul 3 14:20:12 2014 +0100

    Generic 64 bit platform detection

 rekall.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rekall.spec b/rekall.spec
index 0d0f777..508c94f 100644
--- a/rekall.spec
+++ b/rekall.spec
@@ -3,7 +3,7 @@
 Name:		rekall
 Summary:	A KDE database front-end application
 Version:	2.4.6
-Release:	27%{?dist}
+Release:	28%{?dist}
 Group:		Development/Tools
 License:	GPLv2
 URL:		http://www.rekallrevealed.org/
@@ -114,7 +114,8 @@ SQLite components and scripts for Rekall.
 %patch0 -p1
 %patch1 -p1
 %patch4 -p1
-%ifarch sparc64 alpha x86_64 ia64 ppc64 s390x
+# Fix libdir for 64 bit arches
+%if %{__isa_bits} == 64
 %patch5 -p1
 %endif
 # Only FC-7 or greater needs this:
@@ -350,6 +351,9 @@ fi
 %{_libdir}/librekallqt_driver_sqlite3.so*
 
 %changelog
+* Thu Jul  3 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2.4.6-28
+- Generic 64 bit platform detection
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.6-27
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list