Author: glen Date: Mon Jul 2 16:50:38 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - fix vcl config
---- Files affected: SPECS: varnish.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: SPECS/varnish.spec diff -u SPECS/varnish.spec:1.17 SPECS/varnish.spec:1.18 --- SPECS/varnish.spec:1.17 Mon Jul 2 18:46:39 2007 +++ SPECS/varnish.spec Mon Jul 2 18:50:33 2007 @@ -5,7 +5,7 @@ Summary(pl.UTF-8): Varnish - wydajny akcelerator HTTP Name: varnish Version: 1.0.4 -Release: 1.3 +Release: 1.4 License: BSD-like Group: Daemons Source0: http://dl.sourceforge.net/varnish/%{name}-%{version}.tar.gz @@ -83,7 +83,7 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/varnish install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/varnish -install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/vcl.conf +install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/default.vcl %clean rm -rf $RPM_BUILD_ROOT @@ -105,7 +105,7 @@ %defattr(644,root,root,755) %doc INSTALL LICENSE README ChangeLog %dir %{_sysconfdir} -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vcl.conf +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/default.vcl %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/varnish %attr(754,root,root) /etc/rc.d/init.d/varnish %attr(755,root,root) %{_sbindir}/varnishd @@ -148,6 +148,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2007/07/02 16:50:33 glen +- fix vcl config + Revision 1.17 2007/07/02 16:46:39 glen - rel 1.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/varnish.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
