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 | 8543f48f658b001f063112ea4472f57d9068ed89 (patch) | |
tree | 4f45794256e22f82d69a6df57d045499296249e8 /cpp | |
parent | 0f84b52d3d83d522cdd1242cce5bffca8ee74f2a (diff) | |
download | qpid-python-8543f48f658b001f063112ea4472f57d9068ed89.tar.gz |
fix home dir permissions
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@648013 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/qpidc.spec.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cpp/qpidc.spec.in b/cpp/qpidc.spec.in index 966e293931..6320bf16b0 100644 --- a/cpp/qpidc.spec.in +++ b/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 |