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 - 2.2.21-7 +- fix #783629 - start httpd after named + * Mon Jan 16 2012 Joe Orton - 2.2.21-6 - complete conversion to systemd, drop init script (#770311) - fix comments in /etc/sysconfig/httpd (#771024)