[gnucash/el6] Ensure we fail the build if we don't have current proper buildreqs.

Bill Nottingham notting at fedoraproject.org
Thu Jan 23 15:20:56 UTC 2014


commit a9e36e25ff40d70e53bab4af46302d6218949b48
Author: Bill Nottingham <notting at redhat.com>
Date:   Thu Jan 23 10:20:51 2014 -0500

    Ensure we fail the build if we don't have current proper buildreqs.
    
    Due to buildroot override expiry, for example.

 gnucash.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnucash.spec b/gnucash.spec
index 2c3f9cb..2775f43 100644
--- a/gnucash.spec
+++ b/gnucash.spec
@@ -4,7 +4,7 @@ Name: gnucash
 Summary: Finance management application
 Version: 2.4.15
 URL: http://gnucash.org/
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/Productivity
 Source: http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-%{version}.tar.bz2
@@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: webkitgtk-devel, libxml2 >= 2.5.10, zlib-devel
 BuildRequires: libgsf-devel >= 1.12.2, goffice-devel, swig
 BuildRequires: libglade2-devel >= 2.4, libgnomeui >= 2.4
-BuildRequires: libofx-devel, aqbanking-devel, guile-devel
+BuildRequires: libofx-devel, aqbanking-devel >= 5.0, guile-devel
 BuildRequires: desktop-file-utils, texinfo
 BuildRequires: gettext, slib >= 3a1-5, libtool, intltool
 BuildRequires: python-devel, libdbi-devel
@@ -137,7 +137,7 @@ fi
 %doc doc/README.german doc/README.francais doc/README.OFX doc/README.HBCI
 
 %changelog
-* Wed Jan 22 2014 Bill Nottingham <notting at redhat.com> - 2.4.15-2
+* Wed Jan 22 2014 Bill Nottingham <notting at redhat.com> - 2.4.15-3
 - fix now-obsolete qbanking requirement (#1056425)
 
 * Fri Jan 17 2014 Bill Nottingham <notting at redhat.com> - 2.4.15-1


More information about the scm-commits mailing list