[gnucash/el6/master] Don't ship gnc-fq-update.

Bill Nottingham notting at fedoraproject.org
Sat Feb 12 02:20:18 UTC 2011


commit 8627f14315f3975b68fdcefe1984a52d09445aee
Author: Bill Nottingham <notting at redhat.com>
Date:   Mon Jan 17 16:57:00 2011 -0500

    Don't ship gnc-fq-update.

 gnucash.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/gnucash.spec b/gnucash.spec
index ada4fc7..98cbf54 100644
--- a/gnucash.spec
+++ b/gnucash.spec
@@ -77,7 +77,8 @@ rm -rf $RPM_BUILD_ROOT/%{_infodir} \
 	$RPM_BUILD_ROOT/%{_datadir}/aclocal \
 	$RPM_BUILD_ROOT/%{_libdir}/lib*.a \
 	$RPM_BUILD_ROOT/%{_libdir}/gnucash/lib*.a \
-	$RPM_BUILD_ROOT/%{_bindir}/gnc-test-env
+	$RPM_BUILD_ROOT/%{_bindir}/gnc-test-env \
+	$RPM_BUILD_ROOT/%{_bindir}/gnc-fq-update
 
 find $RPM_BUILD_ROOT/%{_libdir} -name *.la -exec rm -f {} \;
 
@@ -128,6 +129,12 @@ fi
 %doc doc/README.german doc/README.francais doc/README.OFX doc/README.HBCI
 
 %changelog
+* Mon Jan 17 2011 Bill Nottingham <notting at redhat.com> - 2.4.0-3
+- don't ship gnc-fq-update; updates should be handled by normal packaging
+
+* Wed Jan 12 2011 Bill Nottingham <notting at redhat.com> - 2.4.0-2
+- remove 'this is a development version' warning
+
 * Mon Jan  3 2011 Bill Nottingham <notting at redhat.com> - 2.4.0-1
 - update to 2.4.0
 


More information about the scm-commits mailing list