X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NodeManager-topo.spec;h=4391fb7533bb0a1cac1e561b0882663357056f6a;hb=f36c89114e23caec5cc8a6342425968278a8a6fb;hp=45e5981840b7df1ae61149109e92c686131b20ce;hpb=3511c268d4afb42eb6dc2dc36a0778e104aafc60;p=nodemanager-topo.git diff --git a/NodeManager-topo.spec b/NodeManager-topo.spec index 45e5981..4391fb7 100644 --- a/NodeManager-topo.spec +++ b/NodeManager-topo.spec @@ -1,7 +1,7 @@ %define url $URL$ Name: NodeManager-topo -Version: 0.2 +Version: 0.5 Release: 1 Summary: Plugin supporting creating a default virtual topology. @@ -11,6 +11,8 @@ URL: %(echo %{url} | cut -d ' ' -f 2) Source0: topo.py Source1: setup-egre-link Source2: teardown-egre-link +Source3: setup-nat +Source4: teardown-nat BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -35,6 +37,10 @@ install -p -D -m755 %{SOURCE1} \ $RPM_BUILD_ROOT%{_datadir}/vini/setup-egre-link install -p -D -m755 %{SOURCE2} \ $RPM_BUILD_ROOT%{_datadir}/vini/teardown-egre-link +install -p -D -m755 %{SOURCE3} \ + $RPM_BUILD_ROOT%{_datadir}/vini/setup-nat +install -p -D -m755 %{SOURCE4} \ + $RPM_BUILD_ROOT%{_datadir}/vini/teardown-nat %clean @@ -47,6 +53,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_datadir}/NodeManager/plugins/topo.py* %{_datadir}/vini/*-egre-link +%{_datadir}/vini/*-nat %changelog