Setting tag vsys-0.99-2 vsys-0.99-2
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 26 Sep 2011 08:11:10 +0000 (10:11 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 26 Sep 2011 08:11:10 +0000 (10:11 +0200)
split the vsyssh package in a separate specfile
so we can preinstall vsyssh in the sliver space

vsys.spec
vsyssh.spec

index ed6207d..896e031 100644 (file)
--- a/vsys.spec
+++ b/vsys.spec
@@ -5,7 +5,7 @@
 
 %define name vsys
 %define version 0.99
-%define taglevel 1
+%define taglevel 2
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -73,6 +73,10 @@ fi
 %postun
 
 %changelog
+* Mon Sep 26 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - vsys-0.99-2
+- split the vsyssh package in a separate specfile
+- so we can preinstall vsyssh in the sliver space
+
 * Thu Jan 27 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - vsys-0.99-1
 - vsyssh is a simple shell to use vsys through, in the vsys-vsyssh rpm
 - fix build dep to require ocaml-ocamldoc instead of ocaml-docs
index c40028d..de568ca 100644 (file)
@@ -5,7 +5,7 @@
 
 %define name vsyssh
 %define version 0.99
-%define taglevel 1
+%define taglevel 2
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -47,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
 /usr/bin/vsyssh
 
 %changelog
+* Mon Sep 26 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - vsys-0.99-2
+- split the vsyssh package in a separate specfile
+- so we can preinstall vsyssh in the sliver space
+
 * Thu Jan 27 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - vsys-0.99-1
 - vsyssh is a simple shell to use vsys through, in the vsys-vsyssh rpm
 - fix build dep to require ocaml-ocamldoc instead of ocaml-docs