Author: glen Date: Fri Jul 15 09:27:58 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - move magic file to mod_mime_magic module where it belongs
---- Files affected: SPECS: apache1.spec (1.103 -> 1.104) ---- Diffs: ================================================================ Index: SPECS/apache1.spec diff -u SPECS/apache1.spec:1.103 SPECS/apache1.spec:1.104 --- SPECS/apache1.spec:1.103 Sun Jul 10 15:44:28 2005 +++ SPECS/apache1.spec Fri Jul 15 11:27:53 2005 @@ -31,7 +31,7 @@ Summary(zh_CN): Internet ÉĎÓŚÓĂ×îšăˇşľÄ Web ˇţÎńłĚĐňĄŁ Name: apache1 Version: 1.3.33 -Release: 6.17 +Release: 6.20 License: Apache Group Group: Networking/Daemons Source0: http://www.apache.org/dist/httpd/apache_%{version}.tar.gz @@ -1829,8 +1829,6 @@ %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_common.conf -%attr(640,root,root) %{_sysconfdir}/magic - %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/apache %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/* %attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/monit/*.monitrc @@ -2331,6 +2329,7 @@ %files mod_mime_magic %defattr(644,root,root,755) +%attr(640,root,root) %{_sysconfdir}/magic %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mime_magic.conf %attr(755,root,root) %{_libexecdir}/mod_mime_magic.so @@ -2396,6 +2395,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.104 2005/07/15 09:27:53 glen +- move magic file to mod_mime_magic module where it belongs + Revision 1.103 2005/07/10 13:44:28 glen - en & corrections - unify poldek args ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/apache1.spec?r1=1.103&r2=1.104&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
