Commit d75d6d2b authored by Tollef Fog Heen's avatar Tollef Fog Heen Committed by Tollef Fog Heen

Don't require initscripts on SUSE

Fixes #825
parent 3b485945
......@@ -20,7 +20,9 @@ Requires(pre): shadow-utils
Requires(post): /sbin/chkconfig, /usr/bin/uuidgen
Requires(preun): /sbin/chkconfig
Requires(preun): /sbin/service
%if %{undefined suse_version}
Requires(preun): initscripts
%endif
# Varnish actually needs gcc installed to work. It uses the C compiler
# at runtime to compile the VCL configuration files. This is by design.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment