diff options
| author | Alan Conway <aconway@apache.org> | 2007-04-17 18:58:16 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-04-17 18:58:16 +0000 |
| commit | e4c780645c6120dba07b8b409f1472448cd1fcd3 (patch) | |
| tree | e94bc7d2a5c3780621a5c893ba5ef819643dfa29 /cpp | |
| parent | 8fff2aa1bc555b3bbf1fd29da9a41d31a115c49c (diff) | |
| download | qpid-python-e4c780645c6120dba07b8b409f1472448cd1fcd3.tar.gz | |
Longer broker_start timeout to avoid failures in plague builds.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@529710 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/qpidc.spec.in | 9 | ||||
| -rwxr-xr-x | cpp/src/tests/start_broker | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/cpp/qpidc.spec.in b/cpp/qpidc.spec.in index 39888cc5dd..17d6c071c9 100644 --- a/cpp/qpidc.spec.in +++ b/cpp/qpidc.spec.in @@ -5,7 +5,7 @@ Name: @PACKAGE@ Version: @VERSION@ -Release: 2%{?dist} +Release: 4%{?dist} Summary: Libraries for Qpid C++ client applications Group: System Environment/Libraries License: Apache Software License @@ -24,6 +24,7 @@ BuildRequires: e2fsprogs-devel BuildRequires: apr-devel Requires: boost +Requires: apr Requires(post):/sbin/chkconfig Requires(preun):/sbin/chkconfig @@ -145,6 +146,12 @@ fi %changelog +* Tue Apr 17 2007 Alan Conway <aconway@redhat.com> - 0.2-4 +- longer broker_start timeout to avoid failures in plague builds. + +* Tue Apr 17 2007 Alan Conway <aconway@redhat.com> - 0.2-3 +- Add missing Requires: apr in qpidc. + * Mon Apr 16 2007 Alan Conway <aconway@redhat.com> - 0.2-2 - Bugfix for memory errors on x86_64. diff --git a/cpp/src/tests/start_broker b/cpp/src/tests/start_broker index 64d26883be..dfbaee6bcc 100755 --- a/cpp/src/tests/start_broker +++ b/cpp/src/tests/start_broker @@ -11,4 +11,4 @@ rm -rf $LOG $PID # FIXME aconway 2007-01-18: qpidd should not return till it is accepting # connections, remove arbitrary sleep. -sleep 5 +sleep 30 |
