X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vsys.spec;h=c0d036270c0117b04eec860586ccd9db8cc16f84;hb=8a6e441d718f8cb7f5d1993847dbf2999481e9c0;hp=a279efee573e448676281cbcb225fa8bb23c8457;hpb=9cacd262006e210f8bc75e5ac18db349b73bd891;p=vsys.git diff --git a/vsys.spec b/vsys.spec index a279efe..c0d0362 100644 --- a/vsys.spec +++ b/vsys.spec @@ -10,7 +10,7 @@ %define name vsys %define version 0.7 -%define taglevel 11 +%define taglevel 12 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -64,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/vsys /etc/init.d/vsys /vsys/* -/etc/vsys.conf +%config(noreplace) /etc/vsys.conf %{_sysconfdir}/logrotate.d/vsys %post @@ -74,6 +74,10 @@ chkconfig vsys on %postun %changelog +* Wed Jun 18 2008 Stephen Soltesz - vsys-0.7-12 +- don't overwrite the config file that already exists. +- + * Wed Jun 18 2008 Sapan Bhatia - vsys-0.7-11 - Suppress some temp file that RPM creates frmo showing up as a vsys script. -