diff --git a/aqbanking.spec b/aqbanking.spec index 5ed309b..655e018 100644 --- a/aqbanking.spec +++ b/aqbanking.spec @@ -6,7 +6,7 @@ Name: aqbanking Summary: A library for online banking functions and financial data import/export Version: 2.3.2 -Release: 3%{?dist} +Release: 4%{?dist} Source: http://download.sourceforge.net/aqbanking/%{name}-%{version}.tar.gz Group: System Environment/Libraries License: GPLv2+ @@ -89,6 +89,7 @@ online banking library. Summary: Development headers for kbanking Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} +Requires: qbanking-devel = %{version}-%{release} Requires: kbanking = %{version}-%{release} Requires: pkgconfig @@ -256,6 +257,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/%{name} %changelog +* Wed Dec 19 2007 Bill Nottingham - 2.3.2-4 +- kbanking-devel needs to require qbanking-devel (#426265) + * Tue Oct 30 2007 Bill Nottingham - 2.3.2-3 - fix multilib conflicts (#340671)