From 0671f2b25731d4e3edfb1fd19f5aee1fc2e403f1 Mon Sep 17 00:00:00 2001 From: Nuno Santos Date: Mon, 14 Apr 2008 21:42:21 +0000 Subject: fix home dir permissions git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@648013 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/qpidc.spec.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'qpid/cpp') 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 - 0.2-28 + - Fix home dir permissions + - Bumped for Fedora 9 + * Mon Mar 31 2008 Nuno Santos - 0.2-25 - Create user qpidd, start qpidd service as qpidd -- cgit v1.2.1