packages: glassfish/glassfish.spec - mistake: mod 660 for files, 770 for di...
pawelz
pawelz at pld-linux.org
Mon Dec 28 16:06:51 CET 2009
Author: pawelz Date: Mon Dec 28 15:06:51 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- mistake: mod 660 for files, 770 for directories.
---- Files affected:
packages/glassfish:
glassfish.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/glassfish/glassfish.spec
diff -u packages/glassfish/glassfish.spec:1.1 packages/glassfish/glassfish.spec:1.2
--- packages/glassfish/glassfish.spec:1.1 Mon Dec 28 14:34:16 2009
+++ packages/glassfish/glassfish.spec Mon Dec 28 16:06:46 2009
@@ -79,8 +79,8 @@
%defattr(644,root,root,755)
%doc glassfish/docs glassfish/legal
%{_datadir}/%{name}
-%dir %config(noreplace) %attr(660,root,glassfish) %verify(not md5 mtime size) %{_sysconfdir}/%{name}
-%config(noreplace) %attr(770,root,glassfish) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*
+%dir %config(noreplace) %attr(770,root,glassfish) %verify(not md5 mtime size) %{_sysconfdir}/%{name}
+%config(noreplace) %attr(660,root,glassfish) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*
%attr(754,root,root) /etc/rc.d/init.d/%{name}
%attr(755,root,root) %{_sbindir}/%{name}
%defattr(660,root,glassfish,770)
@@ -92,6 +92,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2009/12/28 15:06:46 pawelz
+- mistake: mod 660 for files, 770 for directories.
+
Revision 1.1 2009/12/28 13:34:16 pawelz
- first attempt to package glassfish. Any help/tests/comments/reviews will be
appreciated
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glassfish/glassfish.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list