[httpd] fix #783629 - start httpd after named

Jan Kaluža jkaluza at fedoraproject.org
Mon Jan 23 11:51:30 UTC 2012


commit a94221331ddb209ac28f66c321c5c68d277dbe6c
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Mon Jan 23 12:46:55 2012 +0100

    fix #783629 - start httpd after named

 httpd.service |    2 +-
 httpd.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/httpd.service b/httpd.service
index 4345ac5..2119062 100644
--- a/httpd.service
+++ b/httpd.service
@@ -1,6 +1,6 @@
 [Unit]
 Description=The Apache HTTP Server (@NAME@ MPM)
-After=syslog.target network.target remote-fs.target
+After=syslog.target network.target remote-fs.target nss-lookup.target
 
 [Service]
 Type=forking
diff --git a/httpd.spec b/httpd.spec
index 1171b45..969768b 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -9,7 +9,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.2.21
-Release: 6%{?dist}
+Release: 7%{?dist}
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
 Source1: index.html
@@ -539,6 +539,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/rpm/macros.httpd
 
 %changelog
+* Mon Jan 23 2012 Jan Kaluza <jkaluza at redhat.com> - 2.2.21-7
+- fix #783629 - start httpd after named
+
 * Mon Jan 16 2012 Joe Orton <jorton at redhat.com> - 2.2.21-6
 - complete conversion to systemd, drop init script (#770311)
 - fix comments in /etc/sysconfig/httpd (#771024)


More information about the scm-commits mailing list