summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-09-14 18:28:12 +0200
committerRemi Collet <fedora@famillecollet.com>2012-09-14 18:28:12 +0200
commit59369597b5a0f67f4f6a0e3101f1e36b04acc6cd (patch)
tree8d0a9a917a5b266573f080213e5d04e1a0854dc4
parent0c8401889c1dcfefa82fdb54429f7f8e4f496fb4 (diff)
httpd: sycn with rawhide
-rw-r--r--httpd.conf4
-rw-r--r--httpd.spec8
2 files changed, 9 insertions, 3 deletions
diff --git a/httpd.conf b/httpd.conf
index 1f973bb..fc7bf34 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -347,5 +347,5 @@ EnableSendfile on
# Supplemental configuration
#
-# Load conf files in the "/etc/httpd/conf.d" directory.
-Include conf.d/*.conf
+# Load config files in the "/etc/httpd/conf.d" directory, if any.
+IncludeOptional conf.d/*.conf
diff --git a/httpd.spec b/httpd.spec
index 7bebe23..7f98c1d 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -8,7 +8,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.3
-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
@@ -578,6 +578,12 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/rpm/macros.httpd
%changelog
+* Fri Sep 14 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.4.3-4
+- sync with rawhide, rebuild for remi repo
+
+* Thu Sep 13 2012 Joe Orton <jorton@redhat.com> - 2.4.3-4
+- use IncludeOptional for conf.d/*.conf inclusion
+
* Wed Sep 12 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.4.3-3
- sync with rawhide, rebuild for remi repo