X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLCAPI.spec;h=39066fa6146978d46d1ae039d4a9b61d9dde5a79;hb=5afb8089a48433612fb10bed3c609006882b9859;hp=04dca31ff8a5c943a16d9008e15e08c9c0c1d1ae;hpb=ed669175e268b091a288c7cd99feb102bcf19bad;p=plcapi.git diff --git a/PLCAPI.spec b/PLCAPI.spec index 04dca31f..39066fa6 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}} @@ -29,11 +29,7 @@ Obsoletes: plcapilib # We use set everywhere Requires: python >= 2.4 Requires: postgresql >= 8.2, postgresql-server >= 8.2 -%if "%{?distro}" == "CentOS" Requires: postgresql-python -%else -Requires: postgresql-python >= 8.2 -%endif Requires: python-psycopg2 Requires: python-pycurl Requires: httpd @@ -41,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 @@ -89,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.