Author: nhosoi
Update of /cvs/dirsec/ldapserver In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15468
Modified Files: Tag: Directory71RtmBranch ldapserver.spec.tmpl Log Message: Resolves: #435501 Summary: RHDS7.1 SP4: java/jars has the mode 0777 Description: Service Pack rpm is generated based on the original 7.1 files with overriding them with the updated files. The java/jar directory is untouched since it does not need to be updated. Therefore, in addition to the Makefile change for HP-UX and Solaris, spec file should set the mode.
Index: ldapserver.spec.tmpl =================================================================== RCS file: /cvs/dirsec/ldapserver/Attic/ldapserver.spec.tmpl,v retrieving revision 1.10.2.11 retrieving revision 1.10.2.12 diff -u -r1.10.2.11 -r1.10.2.12 --- ldapserver.spec.tmpl 29 Feb 2008 19:28:44 -0000 1.10.2.11 +++ ldapserver.spec.tmpl 29 Feb 2008 22:27:06 -0000 1.10.2.12 @@ -89,6 +89,7 @@ # the entire ldapserver directory - if we change this to put # files in different places, we won't be able to do this anymore %defattr(-,root,root,-) +%attr(0755,root,root) %dir %{prefix}/java/jars %{prefix} # don't update admin server configuration files. # note: if there's somes change b/w 2 versions, on-disk file is put w/ .rpmsave
389-commits@lists.fedoraproject.org