X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vsyssh.spec;h=de568ca5690095ac2ea54c2047e192bd435d13f0;hb=be1f1a20333023043a8426796748a982aff220a1;hp=f7ad410607c5e97498f64da192c741e4fa13631c;hpb=6c089e9eaff0baba2e1a057e3f66501c791d0a41;p=vsys.git diff --git a/vsyssh.spec b/vsyssh.spec index f7ad410..de568ca 100644 --- a/vsyssh.spec +++ b/vsyssh.spec @@ -5,7 +5,7 @@ %define name vsyssh %define version 0.99 -%define taglevel 1 +%define taglevel 2 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -22,13 +22,14 @@ License: GPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Source0: vsys-%{version}.tar.gz +Source0: vsyssh-%{version}.tar.gz %description vsyssh is a utility designed to be installed in the slivers, a helper to ease the invokation of vsys scripts. %prep -%setup -q -n vsys-%{version} +#%setup -q -n vsys-%{version} +%setup %build rm -rf $RPM_BUILD_ROOT @@ -46,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/vsyssh %changelog +* Mon Sep 26 2011 Thierry Parmentelat - 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 - 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