Commit fefe93d0 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Install vmods in the varnish RPM package

Make sure the standard vmod ends up in the RPM
parent 8bdd3d11
......@@ -246,7 +246,7 @@ start_test(void)
srandomdev();
bprintf(tmpdir, "/tmp/vtc.%d.%08x", getpid(), (unsigned)random());
AZ(mkdir(tmpdir, 0700));
AZ(mkdir(tmpdir, 0711));
tp = VTAILQ_FIRST(&tst_head);
CHECK_OBJ_NOTNULL(tp, TST_MAGIC);
......
......@@ -195,6 +195,7 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%{_sbindir}/*
%{_bindir}/*
%{_libdir}/varnish
%{_var}/lib/varnish
%{_var}/log/varnish
%{_mandir}/man1/*.1*
......
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