diff options
author | Graham Leggett <minfrin@apache.org> | 2009-08-04 23:44:43 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2009-08-04 23:44:43 +0200 |
commit | e9b43aa384941300aad147aca00848db0c82aa79 (patch) | |
tree | 0cd21d8960dafece880f211d5befa4aab2e54c9d | |
parent | Use the bzip2 version of the httpd tarball when building from RPM. (diff) | |
download | apache2-e9b43aa384941300aad147aca00848db0c82aa79.tar.xz apache2-e9b43aa384941300aad147aca00848db0c82aa79.zip |
Make sure mod_slotmem_shm is included in the final RPM
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800993 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build/rpm/httpd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 4ceb3e977c..d6c1404911 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -331,7 +331,7 @@ rm -rf $RPM_BUILD_ROOT %dir %{_libdir}/httpd/modules # everything but mod_ssl.so: %{_libdir}/httpd/modules/mod_[a-r]*.so -%{_libdir}/httpd/modules/mod_s[opetu]*.so +%{_libdir}/httpd/modules/mod_s[lopetu]*.so %{_libdir}/httpd/modules/mod_[t-z]*.so %dir %{contentdir} |