import UBI redis-6.2.17-1.el9_5

This commit is contained in:
eabdullin 2025-01-27 02:29:42 +00:00
parent fca65d13ec
commit 55c0a0e723
3 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/redis-6.2.7.tar.gz
SOURCES/redis-6.2.17.tar.gz
SOURCES/redis-doc-3fdb6df.tar.gz

View File

@ -1,2 +1,2 @@
b01ef3f117c9815dea41bf2609e489a03c3a5ab1 SOURCES/redis-6.2.7.tar.gz
8406690e53c15d103862bb9dd25efca586835cbd SOURCES/redis-6.2.17.tar.gz
1af2e3e6d240e8b87d21bbd4d81fef78e9af7090 SOURCES/redis-doc-3fdb6df.tar.gz

View File

@ -1,5 +1,5 @@
#
# Fedora spec file for redis
# RHEL / Fedora spec file for redis
#
# License: MIT
# http://opensource.org/licenses/MIT
@ -19,7 +19,7 @@
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
Name: redis
Version: 6.2.7
Version: 6.2.17
Release: 1%{?dist}
Summary: A persistent key-value database
# redis, jemalloc, linenoise, lzf, hiredis are BSD
@ -63,7 +63,7 @@ Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
# from deps/hiredis/hiredis.h
Provides: bundled(hiredis) = 0.14.0
Provides: bundled(hiredis) = 1.0.0
# from deps/jemalloc/VERSION
Provides: bundled(jemalloc) = 5.1.0
# from deps/lua/src/lua.h
@ -127,7 +127,7 @@ administration and development.
%setup -q -b 10
%setup -q
mv ../%{name}-doc-%{doc_commit} doc
%patch0001 -p1
%patch -P0001 -p1
mv deps/lua/COPYRIGHT COPYRIGHT-lua
mv deps/jemalloc/COPYING COPYING-jemalloc
@ -296,6 +296,9 @@ fi
%changelog
* Mon Jan 13 2025 Remi Collet <rcollet@redhat.com> - 6.2.17-1
- rebase to 6.2.17 for CVE-2024-46981
* Tue May 10 2022 Remi Collet <rcollet@redhat.com> - 6.2.7-1
- rebase to 6.2.7 #2083151