AUDIT: r14837 - gnucash/trunk - RPM Build Requires libtool-ltdl-devel. Fixes #355656.

Derek Atkins warlord at cvs.gnucash.org
Tue Sep 12 18:36:40 EDT 2006


Author: warlord
Date: 2006-09-12 18:36:39 -0400 (Tue, 12 Sep 2006)
New Revision: 14837
Trac: http://svn.gnucash.org/trac/changeset/14837

Modified:
   gnucash/trunk/
   gnucash/trunk/packaging/gnucash.spec.in
Log:
RPM Build Requires libtool-ltdl-devel.  Fixes #355656.
BP



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13177
   + d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13278

Modified: gnucash/trunk/packaging/gnucash.spec.in
===================================================================
--- gnucash/trunk/packaging/gnucash.spec.in	2006-09-12 17:26:53 UTC (rev 14836)
+++ gnucash/trunk/packaging/gnucash.spec.in	2006-09-12 22:36:39 UTC (rev 14837)
@@ -7,7 +7,9 @@
 %define _with_ofx 0
 %define _with_hbci 0
 
-%define fc_rel %(rpm -q --queryformat='%{VERSION}' fedora-release)
+# The --whatprovides redhat-release lets us work on RHEL as well as FC
+# Granted, it will look weird, but at least it wont fail outright.
+%define fc_rel %(rpm -q --queryformat='%{VERSION}' --whatprovides redhat-release)
 %define version @-VERSION-@
 %define __libtoolize /bin/true
 
@@ -48,6 +50,7 @@
 BuildRequires: 	bzip2-devel, expat-devel, guile-devel
 BuildRequires: 	libglade2-devel, libgsf-devel
 BuildRequires: 	libjpeg-devel, openssl-devel
+BuildRequires:  libtool-ltdl-devel
 
 %description
 GnuCash is a personal finance manager. A check-book like



More information about the gnucash-changes mailing list