X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLCAPI.spec;h=af690538c8c713f0aced4c045caf09b191d7002a;hb=b6a74dba5ab6c579ab70372c26a892102b1f3c3f;hp=1aec95f4bf52a62c9c49add20c3a6c6228f155f9;hpb=d982302a2d1512151006168c955b2c8aa0eb61f6;p=plcapi.git diff --git a/PLCAPI.spec b/PLCAPI.spec index 1aec95f..af69053 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -6,7 +6,7 @@ %define name PLCAPI %define version 4.3 -%define taglevel 28 +%define taglevel 32 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -37,6 +37,10 @@ Requires: mod_python Requires: mod_ssl Requires: SOAPpy +### avoid having yum complain about updates, as stuff is moving around +# plc.d/api +Conflicts: MyPLC <= 4.3-37 + # We use psycopg2 BuildRequires: postgresql-devel @@ -73,7 +77,6 @@ through Apache mod_python. %install rm -rf $RPM_BUILD_ROOT %{__make} %{?_smp_mflags} install DESTDIR="$RPM_BUILD_ROOT" datadir="%{_datadir}" bindir="%{_bindir}" -install -D -m 644 wsdl/plcapi.wsdl $RPM_BUILD_ROOT/var/www/html/wsdl/plcapi.wsdl # Install shell symlink mkdir -p $RPM_BUILD_ROOT/%{_bindir} @@ -85,6 +88,21 @@ cat > $RPM_BUILD_ROOT/%{_sysconfdir}/php.d/xmlrpc.ini < - PLCAPI-4.3-32 +- support for fedora 12 +- fix subtle bug in filtering with ] and quotes + +* Fri Dec 18 2009 Baris Metin - PLCAPI-4.3-31 +- * patch for php-5.3 (the one in f12) +- * validate email addresses with regex +- * add PersonTags and SiteTags +- * add additional accessors for node tags (kvariant, serial, ..) + +* Tue Nov 03 2009 Marc Fiuczynski - PLCAPI-4.3-30 +- Redacting password, session, and authstring values from the event log. + +* Mon Oct 19 2009 Thierry Parmentelat - PLCAPI-4.3-29 +- let AddSite set ext_consortium_id - required for the poorman registration pages +- drop version constraint on Requires: postgresql-python +- don't log system calls nor ReportRunLevel + * Thu Oct 15 2009 Daniel Hokka Zakrisson - PLCAPI-4.3-28 - Fix requires for CentOS.