X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLCAPI.spec;h=39066fa6146978d46d1ae039d4a9b61d9dde5a79;hb=5afb8089a48433612fb10bed3c609006882b9859;hp=3d7dae60cd519d6b3a1b62929a22afa7e7e12892;hpb=70494cb5378b894cc959004a88d613ed9e756c55;p=plcapi.git diff --git a/PLCAPI.spec b/PLCAPI.spec index 3d7dae6..39066fa 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -6,7 +6,7 @@ %define name PLCAPI %define version 4.3 -%define taglevel 26 +%define taglevel 32 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -28,7 +28,8 @@ Obsoletes: plcapilib # We use set everywhere Requires: python >= 2.4 -Requires: postgresql >= 8.2, postgresql-server >= 8.2, postgresql-python >= 8.2 +Requires: postgresql >= 8.2, postgresql-server >= 8.2 +Requires: postgresql-python Requires: python-psycopg2 Requires: python-pycurl Requires: httpd @@ -36,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 @@ -84,6 +89,17 @@ 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. + +* Fri Oct 09 2009 Baris Metin - PLCAPI-4.3-27 +- Require postgresql 8.2 (for array operators && and @>) + * Thu Oct 08 2009 Thierry Parmentelat - PLCAPI-4.3-26 - Filter now supports the | and & features to match in sequence values - bugfix in the postgresql wrapper for sequence filter values