diff options
| author | Nuno Santos <nsantos@apache.org> | 2008-04-14 21:42:21 +0000 |
|---|---|---|
| committer | Nuno Santos <nsantos@apache.org> | 2008-04-14 21:42:21 +0000 |
| commit | 0671f2b25731d4e3edfb1fd19f5aee1fc2e403f1 (patch) | |
| tree | c75051112e000f4dc1eb32b059dbaf4c52e2cfdb | |
| parent | b8c35ee8da8ad85f679894197d1764c4c127c22c (diff) | |
| download | qpid-python-0671f2b25731d4e3edfb1fd19f5aee1fc2e403f1.tar.gz | |
fix home dir permissions
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@648013 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/cpp/qpidc.spec.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in index 966e293931..6320bf16b0 100644 --- a/qpid/cpp/qpidc.spec.in +++ b/qpid/cpp/qpidc.spec.in @@ -5,7 +5,7 @@ Name: @PACKAGE@ Version: @VERSION@ -Release: 25%{?dist} +Release: 28%{?dist} Summary: Libraries for Qpid C++ client applications Group: System Environment/Libraries License: Apache Software License @@ -131,7 +131,7 @@ make check %_libdir/libqpidcluster.so.0.1.0 %_sbindir/%{qpidd} %{_initrddir}/%{qpidd} -%_localstatedir/lib/qpidd +%attr(755, qpidd, qpidd) %_localstatedir/lib/qpidd %doc %_mandir/man1/%{qpidd}.* %files -n %{qpidd}-devel @@ -165,6 +165,10 @@ fi /sbin/ldconfig %changelog +* Mon Apr 14 2008 Nuno Santos <nsantos@redhat.com> - 0.2-28 + - Fix home dir permissions + - Bumped for Fedora 9 + * Mon Mar 31 2008 Nuno Santos <nsantos@redhat.com> - 0.2-25 - Create user qpidd, start qpidd service as qpidd |
