packages: nexus/nexus.spec - security.xml and security-configuration.xml mu...

pawelz pawelz at pld-linux.org
Wed May 19 12:34:31 CEST 2010


Author: pawelz                       Date: Wed May 19 10:34:31 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- security.xml and security-configuration.xml must be writeable for nexus (i.e. tomcat user)

---- Files affected:
packages/nexus:
   nexus.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: packages/nexus/nexus.spec
diff -u packages/nexus/nexus.spec:1.18 packages/nexus/nexus.spec:1.19
--- packages/nexus/nexus.spec:1.18	Wed May 19 12:16:27 2010
+++ packages/nexus/nexus.spec	Wed May 19 12:34:25 2010
@@ -86,8 +86,8 @@
 %{_sharedstatedir}/tomcat/conf/Catalina/localhost/nexus.xml
 
 # These file must be writeable, that is why it goes to /var
-%config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/nexus/conf/security-configuration.xml
-%config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/nexus/conf/security.xml
+%attr(640,tomcat,tomcat) %config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/nexus/conf/security-configuration.xml
+%attr(640,tomcat,tomcat) %config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/nexus/conf/security.xml
 %{_sysconfdir}/nexus/security-configuration.xml
 %{_sysconfdir}/nexus/security.xml
 
@@ -105,6 +105,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2010/05/19 10:34:25  pawelz
+- security.xml and security-configuration.xml must be writeable for nexus (i.e. tomcat user)
+
 Revision 1.18  2010/05/19 10:16:27  pawelz
 - install some default security configuration
 - rel 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nexus/nexus.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list