From: Sapan Bhatia Date: Wed, 18 Jun 2008 18:22:35 +0000 (+0000) Subject: Suppress some temp file that RPM creates frmo showing up as a vsys script. X-Git-Tag: vsys-0.7-11~1 X-Git-Url: http://git.onelab.eu/?p=vsys.git;a=commitdiff_plain;h=9cacd262006e210f8bc75e5ac18db349b73bd891 Suppress some temp file that RPM creates frmo showing up as a vsys script. Tagging module vsys - vsys-0.7-11 --- diff --git a/vsys.spec b/vsys.spec index 61c1002..a279efe 100644 --- a/vsys.spec +++ b/vsys.spec @@ -10,7 +10,7 @@ %define name vsys %define version 0.7 -%define taglevel 10 +%define taglevel 11 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -74,6 +74,11 @@ chkconfig vsys on %postun %changelog +* Wed Jun 18 2008 Sapan Bhatia - vsys-0.7-11 +- Suppress some temp file that RPM creates frmo showing up as a vsys script. +- +- + * Wed Jun 18 2008 Sapan Bhatia - vsys-0.7-10 - Changed a policy in vsys. When an acl is empty, the script doesn't show up in ANY slice. The previous behavior was for - it to show up in all slices.