Tagging module vsys - vsys-0.7-4
[vsys.git] / vsys.spec
index 81a9f93..6fd1384 100644 (file)
--- a/vsys.spec
+++ b/vsys.spec
@@ -10,7 +10,7 @@
 
 %define name vsys
 %define version 0.7
-%define taglevel 3
+%define taglevel 4
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -53,6 +53,7 @@ mkdir -p $RPM_BUILD_ROOT/vsys
 cp factory/* $RPM_BUILD_ROOT/vsys
 cp vsys $RPM_BUILD_ROOT/usr/bin
 cp vsys-initscript $RPM_BUILD_ROOT/etc/init.d/vsys
+cp vsys.conf $RPM_BUILD_ROOT/etc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -61,6 +62,7 @@ rm -rf $RPM_BUILD_ROOT
 /usr/bin/vsys
 /etc/init.d/vsys
 /vsys/*
+/etc/vsys.conf
 
 %post
 chkconfig --add vsys
@@ -69,6 +71,10 @@ chkconfig vsys on
 %postun
 
 %changelog
+* Wed Apr 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - vsys-0.7-4
+- Pulling the latest changes for the 4.2rc2 release
+- 
+
 * Fri Feb 15 2008 Faiyaz Ahmed <faiyaza@cs.princeton.edu> - vsys-0.7-2 vsys-0.7-3
 - * daemonization, writing to a logfile, and saving the pid
 -