From: Thierry Parmentelat Date: Thu, 24 Apr 2025 13:09:10 +0000 (+0200) Subject: 7.2.7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=plcapi.git 7.2.7 --- diff --git a/plcapi.spec b/plcapi.spec index 324e9351..535af63c 100644 --- a/plcapi.spec +++ b/plcapi.spec @@ -1,6 +1,6 @@ %define name plcapi %define version 7.2 -%define taglevel 6 +%define taglevel 7 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -127,6 +127,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Apr 24 2025 Thierry Parmentelat - plcapi-7.2-7 +- change site_slices view to exclude expired slices + that are now lingering i.e. not marked as deleted + * Mon Nov 25 2024 Thierry Parmentelat - plcapi-7.2-6 - comes with its own crypt function, as a replacement to the standard crypt that is longer part of python-3.13