diff options
| -rw-r--r-- | memcached.spec | 10 | 
1 files changed, 9 insertions, 1 deletions
diff --git a/memcached.spec b/memcached.spec index 779734c..de19d4a 100644 --- a/memcached.spec +++ b/memcached.spec @@ -16,7 +16,11 @@  %bcond_without sasl_pwdb  %bcond_with    seccomp  # Experimental +%if 0%{?rhel} == 7  %bcond_with    proxy +%else +%bcond_without proxy +%endif  %if 0%{?fedora} >= 28 || 0%{?rhel} >= 8  %bcond_without tls  %else @@ -43,7 +47,7 @@  Name:           memcached -Version:        1.6.24 +Version:        1.6.25  Release:        1%{?dist}  Epoch:          0  Summary:        High Performance, Distributed Memory Object Cache @@ -314,6 +318,10 @@ exit 0  %changelog +* Wed Mar 20 2024 Remi Collet <remi@remirepo.net> - 1.6.25-1 +- update to 1.6.25 (2024-03-19) +- enable experimental proxy +  * Wed Feb 28 2024 Remi Collet <remi@remirepo.net> - 1.6.24-1  - update to 1.6.24 (2024-02-27)  | 
