diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-20 08:01:04 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-20 08:01:04 +0100 |
commit | dccecf51d0a6470fe13bef9173a28e6f574d2392 (patch) | |
tree | 9f3ba0abd922e8bb3cb891c2fe49e413e484e250 | |
parent | 77ed06d8acc08f034f0fc624e3d6a53f5689f877 (diff) |
update to 1.6.25 (2024-03-19)
enable experimental proxy
-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) |