Revert OL modifications

This commit is contained in:
eabdullin 2026-06-23 08:38:37 +00:00
parent f18115aaf2
commit d4e9ac351a
4 changed files with 1 additions and 8 deletions

0
SOURCES/redis-sentinel.init Executable file → Normal file
View File

0
SOURCES/redis-shutdown Executable file → Normal file
View File

0
SOURCES/redis.init Executable file → Normal file
View File

View File

@ -20,7 +20,7 @@
Name: redis
Version: 6.2.22
Release: 1.0.1%{?dist}
Release: 1%{?dist}
Summary: A persistent key-value database
# redis, jemalloc, linenoise, lzf, hiredis are BSD
# lua is MIT
@ -153,10 +153,6 @@ fi
%global make_flags DEBUG="" V="echo" LDFLAGS="%{?__global_ldflags}" CFLAGS+="%{optflags} -fPIC" INSTALL="install -p" PREFIX=%{buildroot}%{_prefix} BUILD_WITH_SYSTEMD=yes BUILD_TLS=yes
# Oracle patches:
# Build with 64k pages to support redis on both UEK6 and UEK7 on aarch64
sed -i 's/--with-jemalloc-prefix=je_/& --with-lg-page=16 /' deps/Makefile
%build
make %{?_smp_mflags} %{make_flags} all
@ -285,9 +281,6 @@ exit 0
%changelog
* Mon Jun 15 2026 EL Errata <el-errata_ww@oracle.com> - 6.2.22-1.0.1
- Build with 64k pages to support redis on both UEK6 and UEK7 on aarch64
* Thu May 21 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 6.2.22-1
- rebase to 6.2.22 for CVE-2026-25243