SPECS: nginx.spec - %dir html and perms for favicon.ico
sardzent
sardzent at pld-linux.org
Wed Sep 5 22:55:09 CEST 2007
Author: sardzent Date: Wed Sep 5 20:55:09 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- %dir html and perms for favicon.ico
---- Files affected:
SPECS:
nginx.spec (1.18 -> 1.19)
---- Diffs:
================================================================
Index: SPECS/nginx.spec
diff -u SPECS/nginx.spec:1.18 SPECS/nginx.spec:1.19
--- SPECS/nginx.spec:1.18 Wed Sep 5 21:30:56 2007
+++ SPECS/nginx.spec Wed Sep 5 22:55:04 2007
@@ -150,6 +150,10 @@
%doc %lang(ru) CHANGES.ru
%attr(754,root,root) /etc/rc.d/init.d/%{name}
%dir %attr(754,root,root) %{_sysconfdir}
+%dir %{_nginxdir}
+%dir %{_nginxdir}/cgi-bin
+%dir %{_nginxdir}/html
+%dir %{_nginxdir}/errors
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
%attr(640,root,root) %{_sysconfdir}/*[_-]*
%attr(640,root,root) %{_sysconfdir}/proxy.conf
@@ -158,7 +162,8 @@
%attr(755,root,root) %{_sbindir}/%{name}
%attr(770,root,%{name}) /var/cache/%{name}
%attr(750,%{name},logs) /var/log/%{name}
-%attr(755,%{name},%{name}) %{_nginxdir}/html/favicon.ico
+config(noreplace,missingok) %verify(not md5 mtime size) %{_nginxdir}/html/*
+#%attr(755,%{name},%{name}) %{_nginxdir}/html/favicon.ico
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -166,6 +171,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2007/09/05 20:55:04 sardzent
+- %dir html and perms for favicon.ico
+
Revision 1.18 2007/09/05 19:30:56 sardzent
- some bconds
- added favicon.ico
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nginx.spec?r1=1.18&r2=1.19&f=u
More information about the pld-cvs-commit
mailing list