diff options
| author | Joe Orton <jorton@redhat.com> | 2012-03-23 14:48:06 +0000 |
|---|---|---|
| committer | Joe Orton <jorton@redhat.com> | 2012-03-23 14:48:06 +0000 |
| commit | f3bf1daed0a8984fb78fa6cdfcbccfa4f35f5fa2 (patch) | |
| tree | 662e8ff73215d1cd7d2894c532e15df0223d4cc4 | |
| parent | 9eaca20f04c1976c3ed4a6faf50f563547286751 (diff) | |
| download | httpd-f3bf1daed0a8984fb78fa6cdfcbccfa4f35f5fa2.tar.gz httpd-f3bf1daed0a8984fb78fa6cdfcbccfa4f35f5fa2.tar.xz httpd-f3bf1daed0a8984fb78fa6cdfcbccfa4f35f5fa2.zip | |
add _httpd_moddir to macros
| -rw-r--r-- | httpd.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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@redhat.com> - 2.4.1-5 +- add _httpd_moddir to macros + * Tue Mar 13 2012 Joe Orton <jorton@redhat.com> - 2.4.1-4 - fix symlink for poweredby.png - fix manual.conf |
