import redis-6.2.6-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 13:02:42 -05:00 committed by Stepan Oksanichenko
parent 067e64486c
commit 6dbf23758f
3 changed files with 14 additions and 9 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/redis-6.2.3.tar.gz
SOURCES/redis-doc-6fca484.tar.gz
SOURCES/redis-6.2.6.tar.gz
SOURCES/redis-doc-3fdb6df.tar.gz

View File

@ -1,2 +1,2 @@
63948f6bd033502654bf4a934fa7c7ae9914fde5 SOURCES/redis-6.2.3.tar.gz
1572178a4a8f41d5d4278543b2a1afe9a1e3413f SOURCES/redis-doc-6fca484.tar.gz
e9fb68dfcee194b438bd0af6e4cbc277a2a425e2 SOURCES/redis-6.2.6.tar.gz
1af2e3e6d240e8b87d21bbd4d81fef78e9af7090 SOURCES/redis-doc-3fdb6df.tar.gz

View File

@ -12,15 +12,15 @@
# Commit IDs for the (unversioned) redis-doc repository
# https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"
%global doc_commit 6fca484937fe6d97e2065769a90d16b4caf9dc32
%global doc_commit 3fdb6df44ecd5c4d99ea52a0133177f5ebc24805
%global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
# %%{rpmmacrodir} not usable on EL-6
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
Name: redis
Version: 6.2.3
Release: 3%{?dist}
Version: 6.2.6
Release: 1%{?dist}
Summary: A persistent key-value database
# redis, jemalloc, linenoise, lzf, hiredis are BSD
# lua is MIT
@ -289,13 +289,18 @@ fi
%{macrosdir}/*
%files doc
# main package is not required
%license COPYING
# specific for documentation (CC-BY-SA)
%license doc/LICENSE
%docdir %{_docdir}/%{name}
%{_docdir}/%{name}
%changelog
* Wed Nov 3 2021 Remi Collet <remi@remirepo.net> - 6.2.6-1
- rebase to 6.2.6 #2013992
- refresh documentation
- use proper license file for documentation
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 6.2.3-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688