summaryrefslogtreecommitdiffstats
path: root/memcached.spec
diff options
context:
space:
mode:
Diffstat (limited to 'memcached.spec')
-rw-r--r--memcached.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/memcached.spec b/memcached.spec
index 221f354..2db0780 100644
--- a/memcached.spec
+++ b/memcached.spec
@@ -33,10 +33,9 @@
%global selinuxmodulever 1.0.2
%global selinuxmoduledir %{selinuxmodulename}-selinux-%{selinuxmodulever}
-
Name: memcached
Version: 1.6.32
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 0
Summary: High Performance, Distributed Memory Object Cache
@@ -54,6 +53,8 @@ Source4: memcached.service
Patch1: memcached-unit.patch
# honors system CFLAGS for bundled libraries (lua, mcmc)
Patch2: memcached-build.patch
+# Upstream
+Patch3: upstream.patch
BuildRequires: gcc
BuildRequires: pkgconfig(libevent) >= 2
@@ -129,6 +130,7 @@ access to the memcached binary include files.
%if %{with proxy}
%patch -P2 -p0 -b .fixbuild
sed -e 's:@CFLAGS@:%{build_cflags}:' -i vendor/Makefile
+%patch -P3 -p1 -b .up
%endif
@@ -281,6 +283,10 @@ exit 0
%changelog
+* Fri Nov 15 2024 Remi Collet <remi@remirepo.net> - 1.6.32-2
+- test build for upstream patch fixing build failure on EL-10
+ https://github.com/memcached/memcached/issues/1186
+
* Mon Oct 21 2024 Remi Collet <remi@remirepo.net> - 1.6.32-1
- update to 1.6.32 (2024-10-20)