diff --git a/rrdtool.spec b/rrdtool.spec index e75d81c58b489ed6d12ae920258faed700eea3ce..93b7bc42d930b1f1dd6c97b6810f88db11c78e4e 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global with_python3 %{?_without_python3: 0} %{?!_without_python3: 1} %global with_php %{?_without_php: 0} %{?!_without_php: 0} @@ -416,6 +416,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \ %endif %changelog +* Tue Apr 01 2025 Xiaoping Liu - 1.8.0-4 +- Rebuild with new ruby + * Wed Mar 13 2024 Zhao Hang - 1.8.0-3 - Rebuild with python3.11