fixes #750550 - Squid might depend on named

This commit is contained in:
Jiri Skala 2011-11-03 14:39:04 +01:00
parent 301781c0bd
commit 5f8ed16114
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Sqid caching proxy Description=Sqid caching proxy
After=syslog.target network.target After=syslog.target network.target named.service
[Service] [Service]
Type=forking Type=forking

View File

@ -4,7 +4,7 @@
Name: squid Name: squid
Version: 3.2.0.13 Version: 3.2.0.13
Release: 3%{?dist} Release: 4%{?dist}
Summary: The Squid proxy caching server Summary: The Squid proxy caching server
Epoch: 7 Epoch: 7
# See CREDITS for breakdown of non GPLv2+ code # See CREDITS for breakdown of non GPLv2+ code
@ -304,6 +304,9 @@ fi
/sbin/chkconfig --add squid >/dev/null 2>&1 || : /sbin/chkconfig --add squid >/dev/null 2>&1 || :
%changelog %changelog
* Thu Nov 03 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.13-4
- fixes #750550 - Squid might depend on named
* Wed Oct 26 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.13-3 * Wed Oct 26 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.13-3
- added upstream fix for #747125 - added upstream fix for #747125