- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 05:08:59 +00:00
parent 5efb0cfe74
commit ad0d8501ac
1 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,7 @@
Name: redis
Version: 6.2.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A persistent key-value database
# redis, jemalloc, linenoise, lzf, hiredis are BSD
# lua is MIT
@ -296,6 +296,9 @@ fi
%changelog
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 6.2.1-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Thu Apr 01 2021 Nathan Scott <nathans@redhat.com> - 6.2.1-1
- Upstream 6.2.1 release
- Merged make-macros spec change from Tom Stellard