X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=e30d8cb76312ef57b48e896d97c27b604aff9753;hb=refs%2Fheads%2Fbranch-0.9-14;hp=00cf3ec33f6135cb989debe03bca6e9f6738bab9;hpb=f3d825457ff4881b8c9658967f8ed159a01dfcaa;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 00cf3ec3..e30d8cb7 100644 --- a/sfa.spec +++ b/sfa.spec @@ -6,7 +6,7 @@ %define name sfa %define version 0.9 -%define taglevel 11 +%define taglevel 14 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -126,15 +126,17 @@ rm -rf $RPM_BUILD_ROOT %config (noreplace) /etc/sfa/aggregates.xml %config (noreplace) /etc/sfa/registries.xml /etc/init.d/sfa +/etc/sfa/pl.rng %{_bindir}/sfa-config-tty %{_bindir}/sfa-import-plc.py* %{_bindir}/sfa-clean-peer-records.py* %{_bindir}/sfa-nuke-plc.py* %{_bindir}/gen-sfa-cm-config.py* +%{_bindir}/sfa-ca.py* %files client %config (noreplace) /etc/sfa/sfi_config -%{_bindir}/sfi.py* +%{_bindir}/sfi* %{_bindir}/getNodes.py* %{_bindir}/getRecord.py* %{_bindir}/setRecord.py* @@ -155,6 +157,15 @@ chkconfig --add sfa %post cm chkconfig --add sfa-cm %changelog +* Wed Jun 16 2010 Baris Metin - sfa-0.9-14 +- aff sfi* commands to client package + +* Mon Jun 07 2010 Baris Metin - sfa-0.9-13 +- fix spec + +* Mon Jun 07 2010 Baris Metin - sfa-0.9-12 +- fix parameter type + * Thu May 11 2010 Tony Mack - sfa-0.9-11 - SfaServer now uses a pool of threads to handle requests concurrently - sfa.util.rspec no longer used to process/manage rspecs (deprecated). This is now handled by sfa.plc.network and is not backwards compatible