Author: glen Date: Sat Mar 5 23:05:01 2005 GMT Module: SPECS Tag: DEVEL ---- Log message: - more essental modules - defattr for htpasswd package
---- Files affected: SPECS: apache1.spec (1.83.2.15 -> 1.83.2.16) ---- Diffs: ================================================================ Index: SPECS/apache1.spec diff -u SPECS/apache1.spec:1.83.2.15 SPECS/apache1.spec:1.83.2.16 --- SPECS/apache1.spec:1.83.2.15 Sat Mar 5 23:35:41 2005 +++ SPECS/apache1.spec Sun Mar 6 00:04:55 2005 @@ -32,7 +32,7 @@ Summary(zh_CN): Internet ÉĎÓŚÓĂ×îšăˇşľÄ Web ˇţÎńłĚĐňĄŁ Name: apache1 Version: 1.3.33 -Release: 3.7 +Release: 3.11 License: Apache Group Group: Networking/Daemons Source0: http://www.apache.org/dist/httpd/apache_%{version}.tar.gz @@ -99,6 +99,9 @@ Requires: %{name}-mod_access = %{version}-%{release} Requires: %{name}-mod_alias = %{version}-%{release} Requires: %{name}-mod_log_config = %{version}-%{release} +Requires: %{name}-mod_mime = %{version}-%{release} +# for errordocs +Requires: %{name}-mod_include = %{version}-%{release} %endif Requires(pre): /usr/bin/getent Requires(pre): /usr/bin/getgid @@ -2216,6 +2219,7 @@ %{_includedir} %files -n htpasswd-%{name} +%defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/htpasswd %{_sbindir}/htpasswd %{_mandir}/man1/htpasswd.1* @@ -2414,6 +2418,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.83.2.16 2005/03/05 23:04:55 glen +- more essental modules +- defattr for htpasswd package + Revision 1.83.2.15 2005/03/05 22:35:41 glen - mod_log_config is pretty common to have ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/apache1.spec?r1=1.83.2.15&r2=1.83.2.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
