diff options
| author | Gordon Sim <gsim@apache.org> | 2008-05-09 18:09:43 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-05-09 18:09:43 +0000 |
| commit | 485022ac7cd72b40cb4c99f2e27389d016a31371 (patch) | |
| tree | 5fc20fa2f28fe3d20b3db6237317580839b3fd6e /qpid/cpp/qpidc.spec.in | |
| parent | 3e41544f9e3a66d4ab8b554ad6e2c864b48b79c6 (diff) | |
| download | qpid-python-485022ac7cd72b40cb4c99f2e27389d016a31371.tar.gz | |
QPID-648: Patch from Matt Farrellee
- support for realms
- updates to packaging to create a default db and the necessary conf files for plain and anon
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654902 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/qpidc.spec.in')
| -rw-r--r-- | qpid/cpp/qpidc.spec.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in index 3510a64a9f..02b5ab437a 100644 --- a/qpid/cpp/qpidc.spec.in +++ b/qpid/cpp/qpidc.spec.in @@ -7,7 +7,7 @@ Name: @PACKAGE@ Version: @VERSION@ -Release: 31%{?dist} +Release: 32%{?dist} Summary: Libraries for Qpid C++ client applications Group: System Environment/Libraries License: Apache Software License @@ -58,6 +58,8 @@ Requires: %name = %version-%release Requires: openais Requires: xqilla Requires: xerces-c +Requires: cyrus-sasl +BuildRequires: cyrus-sasl-devel %description -n %{qpidd} A message broker daemon that receives stores and routes messages using @@ -137,8 +139,10 @@ make check %_libdir/libqpidcluster.so.0 %_libdir/libqpidcluster.so.0.1.0 %_sbindir/%{qpidd} +%config(noreplace) %_sysconfdir/sasl2/qpidd.conf %{_initrddir}/%{qpidd} %attr(755, qpidd, qpidd) %_localstatedir/lib/qpidd +%attr(600, qpidd, qpidd) %config(noreplace) %_localstatedir/lib/qpidd/qpidd.sasldb %doc %_mandir/man1/%{qpidd}.* %files -n %{qpidd}-devel @@ -172,6 +176,10 @@ fi /sbin/ldconfig %changelog +* Thu May 8 2008 Matthew Farrellee <mfarrellee@redhat> - 0.2-32 +- Added sasl2 config file for qpidd +- Added cyrus-sasl dependencies + * Wed May 7 2008 Matthew Farrellee <mfarrellee@redhat> - 0.2-31 - Added python dependency, needed by managementgen |
