]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1.spec
- notes
[packages/apache1.git] / apache1.spec
index 2a79ce89f4be060752322cf1a72c3bd9bcf5b62d..a454fe1ea28af8d3656b26dfb18eb4075384a7c6 100644 (file)
@@ -31,7 +31,7 @@ Summary(uk):  
 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
@@ -95,8 +95,14 @@ PreReq:              perl-base
 PreReq:                rc-scripts
 Requires(pre): /bin/id
 %if %{without minimal}
+# essental modules (maybe remove these in future if all Requires in
+# place for other packages).
 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
@@ -2214,6 +2220,7 @@ sed -i -e '
 %{_includedir}
 
 %files -n htpasswd-%{name}
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/htpasswd
 %{_sbindir}/htpasswd
 %{_mandir}/man1/htpasswd.1*
This page took 0.090068 seconds and 4 git commands to generate.