summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2015-12-09 16:51:03 +0000
committerJoe Orton <jorton@redhat.com>2015-12-09 16:51:03 +0000
commit47b967cd91130a4ccf5e04cb7a3cf25c997f082d (patch)
treef39af759f4e42892a31f68acd9fa9bcbc219d963 /httpd.spec
parent6abf69b5493918e7e098c40086142d3209bf0e91 (diff)
downloadhttpd-47b967cd91130a4ccf5e04cb7a3cf25c997f082d.tar.gz
httpd-47b967cd91130a4ccf5e04cb7a3cf25c997f082d.tar.xz
httpd-47b967cd91130a4ccf5e04cb7a3cf25c997f082d.zip
re-enable mod_asis due to popular demand (#1284315)
Resolves: rhbz#1284315
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/httpd.spec b/httpd.spec
index c967380..6318a9e 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -8,7 +8,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.17
-Release: 3%{?dist}
+Release: 4%{?dist}
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@@ -280,8 +280,7 @@ export LYNX_PATH=/usr/bin/links
--enable-ldap --enable-authnz-ldap \
--enable-cgid --enable-cgi \
--enable-authn-anon --enable-authn-alias \
- --disable-imagemap --disable-file-cache \
- --disable-asis
+ --disable-imagemap --disable-file-cache
$*
make %{?_smp_mflags}
@@ -676,6 +675,9 @@ rm -rf $RPM_BUILD_ROOT
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
+* Wed Dec 9 2015 Joe Orton <jorton@redhat.com> - 2.4.17-4
+- re-enable mod_asis due to popular demand (#1284315)
+
* Mon Oct 26 2015 Jan Kaluza <jkaluza@redhat.com> - 2.4.17-3
- fix crash when using -X argument (#1272234)