[httpd] add _httpd_moddir to macros

jorton jorton at fedoraproject.org
Fri Mar 23 14:52:13 UTC 2012


commit f3bf1daed0a8984fb78fa6cdfcbccfa4f35f5fa2
Author: Joe Orton <jorton at redhat.com>
Date:   Fri Mar 23 14:48:06 2012 +0000

    add _httpd_moddir to macros

 httpd.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/httpd.spec b/httpd.spec
index 82c32ad..91e470a 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -8,7 +8,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.4.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
 Source1: index.html
@@ -285,6 +285,7 @@ cat > $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.httpd <<EOF
 %%_httpd_modconfdir %{_sysconfigdir}/httpd/conf.modules.d
 %%_httpd_confdir %{_sysconfigdir}/httpd/conf.d
 %%_httpd_contentdir %{contentdir}
+%%_httpd_moddir %{_libdir}/httpd/modules
 EOF
 
 # Handle contentdir
@@ -553,6 +554,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/rpm/macros.httpd
 
 %changelog
+* Fri Mar 23 2012 Joe Orton <jorton at redhat.com> - 2.4.1-5
+- add _httpd_moddir to macros
+
 * Tue Mar 13 2012 Joe Orton <jorton at redhat.com> - 2.4.1-4
 - fix symlink for poweredby.png
 - fix manual.conf


More information about the scm-commits mailing list