X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=b709bcf523b43a03ef283f5dc38cd553427c67fc;hb=0abc272f4c11fd140fc5596984d6006081a36078;hp=1fad71d4f3f3906f05ce8a26efcfb18e1088c639;hpb=7c4cd30f8b471b3646ac697fa95b630cae7988fb;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 1fad71d4..b709bcf5 100644 --- a/sfa.spec +++ b/sfa.spec @@ -18,19 +18,26 @@ Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} URL: %{SCMURL} + Summary: the SFA python libraries Group: Applications/System - BuildRequires: make Requires: python >= 2.5 Requires: m2crypto Requires: xmlsec1-openssl-devel Requires: libxslt-python Requires: python-ZSI +# for uuidgen - used in db password generation +# on f8 this actually comes with e2fsprogs, go figure +Requires: util-linux-ng # xmlbuilder depends on lxml Requires: python-lxml Requires: python-setuptools Requires: python-dateutil +# for the registry +Requires: postgresql >= 8.2, postgresql-server >= 8.2 +Requires: postgresql-python +Requires: python-psycopg2 # python 2.5 has uuid module added, for python 2.4 we still need it. # we can't really check for if we can load uuid as a python module, @@ -45,12 +52,6 @@ Requires: python-dateutil #Requires: python-uuid #%endif -%package cm -Summary: the SFA layer around MyPLC NodeManager -Group: Applications/System -Requires: sfa -Requires: pyOpenSSL >= 0.6 - %package plc Summary: the SFA layer around MyPLC Group: Applications/System @@ -70,6 +71,12 @@ Summary: sfatables policy tool for SFA Group: Applications/System Requires: sfa +%package cm +Summary: the SFA layer around MyPLC NodeManager +Group: Applications/System +Requires: sfa +Requires: pyOpenSSL >= 0.6 + %package flashpolicy Summary: SFA support for flash clients Group: Applications/System @@ -83,10 +90,6 @@ Requires: sfa %description This package provides the python libraries for the PlanetLab implementation of SFA -%description cm -This package implements the SFA interface which serves as a layer -between the existing PlanetLab NodeManager interfaces and the SFA API. - %description plc This package implements the SFA interface which serves as a layer between the existing PlanetLab interfaces and the SFA API. @@ -100,6 +103,10 @@ 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 cm +This package implements the SFA interface which serves as a layer +between the existing PlanetLab NodeManager interfaces and the SFA API. + %description flashpolicy This package provides support for adobe flash client applications. @@ -120,24 +127,22 @@ make VERSIONTAG="%{version}-%{taglevel}" SCMURL="%{SCMURL}" install DESTDIR="$RP rm -rf $RPM_BUILD_ROOT %files -# sfa and sfatables depend each other. +# sfa and sfatables depend on each other. +%{python_sitelib}/sfa +%{python_sitelib}/sfa*egg-info +%{python_sitelib}/xmlbuilder +%{python_sitelib}/xmlbuilder*egg-info +/etc/init.d/sfa %{_bindir}/sfa-start.py* -/etc/sfatables/* -%{python_sitelib}/* %{_bindir}/keyconvert.py* +%{_bindir}/sfa-config-tty +%config /etc/sfa/default_config.xml +%config (noreplace) /etc/sfa/aggregates.xml +%config (noreplace) /etc/sfa/registries.xml /var/www/html/wsdl/*.wsdl -%files cm -/etc/init.d/sfa-cm -%{_bindir}/sfa_component_setup.py* -# cron jobs here - %files plc %defattr(-,root,root) -%config /etc/sfa/default_config.xml -%config (noreplace) /etc/sfa/aggregates.xml -%config (noreplace) /etc/sfa/registries.xml -/etc/init.d/sfa /etc/sfa/pl.rng /etc/sfa/credential.xsd /etc/sfa/top.xsd @@ -145,10 +150,9 @@ rm -rf $RPM_BUILD_ROOT /etc/sfa/xml.xsd /etc/sfa/protogeni-rspec-common.xsd /etc/sfa/topology -%{_bindir}/sfa-config-tty %{_bindir}/sfa-import-plc.py* -%{_bindir}/sfa-clean-peer-records.py* %{_bindir}/sfa-nuke-plc.py* +%{_bindir}/sfa-clean-peer-records.py* %{_bindir}/gen-sfa-cm-config.py* %{_bindir}/sfa-ca.py* @@ -161,7 +165,14 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/sfadump.py* %files sfatables +/etc/sfatables/* %{_bindir}/sfatables +%{python_sitelib}/sfatables + +%files cm +/etc/init.d/sfa-cm +%{_bindir}/sfa_component_setup.py* +# cron jobs here %files flashpolicy %{_bindir}/sfa_flashpolicy.py*