From 3493b77ba47ab9d7e88752b9c333153d69a0627b Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 24 Apr 2015 14:59:27 +0000 Subject: [PATCH] fixed double listings of the same directory in the rpm spec file --- codepot/codepot.spec.in | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/codepot/codepot.spec.in b/codepot/codepot.spec.in index d6bc9c4b..b8df60cb 100644 --- a/codepot/codepot.spec.in +++ b/codepot/codepot.spec.in @@ -81,18 +81,12 @@ rm -rf $RPM_BUILD_ROOT /etc/codepot/perl/Codepot/AccessHandler.pm /etc/codepot/perl/Codepot/AuthenHandler.pm -%attr(-,apache,apache) /var/lib/codepot/svnrepo -%attr(-,apache,apache) /var/lib/codepot/files -%attr(-,apache,apache) /var/lib/codepot/attachments -%attr(-,apache,apache) /var/lib/codepot/usericons -%attr(-,apache,apache) /var/log/codepot -%attr(-,apache,apache) /var/cache/codepot -%dir /var/lib/codepot/svnrepo -%dir /var/lib/codepot/files -%dir /var/lib/codepot/attachments -%dir /var/lib/codepot/usericons -%dir /var/log/codepot -%dir /var/cache/codepot +%dir %attr(-,apache,apache) /var/lib/codepot/svnrepo +%dir %attr(-,apache,apache) /var/lib/codepot/files +%dir %attr(-,apache,apache) /var/lib/codepot/attachments +%dir %attr(-,apache,apache) /var/lib/codepot/usericons +%dir %attr(-,apache,apache) /var/log/codepot +%dir %attr(-,apache,apache) /var/cache/codepot %files peclsvn %{_libdir}/php/modules/svn.so