X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=b99b8ed5da4144f7ff920c87172a7d9153f12117;hb=dd5f700e6e2f9969d7c37d3cef3c3624adffe3f5;hp=89a687f35d898887693fa2959f7d86859c4bbb10;hpb=3109c266ca3a5df2364e52502479adcc2f995d68;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 89a687f3..b99b8ed5 100644 --- a/sfa.spec +++ b/sfa.spec @@ -6,7 +6,7 @@ %define name sfa %define version 1.0 -%define taglevel 2 +%define taglevel 5 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -52,7 +52,7 @@ Requires: python-dateutil #%endif %package cm -Summary: the SFA wrapper around MyPLC's NodeManager +Summary: the SFA wrapper around MyPLC NodeManager Group: Applications/System Requires: sfa Requires: pyOpenSSL >= 0.6 @@ -76,6 +76,11 @@ Summary: sfatables policy tool for SFA Group: Applications/System Requires: sfa +%Package tests +Summary: unit tests suite for SFA +Group: Applications/System +Requires: sfa + %description This package provides the python libraries that the SFA implementation requires @@ -96,6 +101,9 @@ sfatables is a tool for defining access and admission control policies in an SFA network, in much the same way as iptables is for ip networks. This is the command line interface to manage sfatables +%description tests +Provides some binary unit tests in /usr/share/sfa/tests + %prep %setup -q @@ -147,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT %files sfatables %{_bindir}/sfatables +%files tests +%{_datadir}/sfa/tests + ### sfa-plc installs the 'sfa' service %post plc chkconfig --add sfa