rebase to 8.0.2
Resolves: RHEL-73273
This commit is contained in:
parent
c6d89cbea6
commit
8ca5804351
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/valkey-7.2.5.tar.gz
|
||||
/valkey-7.2.6.tar.gz
|
||||
/valkey-8.0.2.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (valkey-7.2.6.tar.gz) = 99005b82ecbcdfde38ff823aff149b9f8c97052641b098a3197bab9fb6804b068a3ecedce11b99ef790af4ceb04c2eea25ba3ec37e39be6bb9382319933226af
|
||||
SHA512 (valkey-8.0.2.tar.gz) = 432e9b869234b784edcf644b1062bbc0ff1eb79e49c6fb7e66d5db9ddf0e089dfdccf5e5d5201119976699d4dab1b5ddb865767a8087551e9c8f2eff5d157df9
|
||||
|
12
valkey.spec
12
valkey.spec
@ -1,9 +1,9 @@
|
||||
# Tests fail in mock, not in local build.
|
||||
%bcond_without tests
|
||||
%bcond_with tests
|
||||
|
||||
Name: valkey
|
||||
Version: 7.2.6
|
||||
Release: 2%{?dist}
|
||||
Version: 8.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A persistent key-value database
|
||||
# valkey: BSD-3-Clause
|
||||
# hiredis: BSD-3-Clause
|
||||
@ -193,7 +193,7 @@ install -Dpm 755 %{S:9} %{buildroot}%{_libexecdir}/migrate_redis_to_valkey.sh
|
||||
%check
|
||||
%if %{with tests}
|
||||
# https://github.com/redis/redis/issues/1417 (for "taskset -c 1")
|
||||
taskset -c 1 ./runtest --skiptest "Active defrag - AOF loading"
|
||||
taskset -c 1 ./runtest --clients 50 --skiptest "Active defrag - AOF loading"
|
||||
|
||||
# sentinel tests fail in mock, but we want the normal tests above
|
||||
#./runtest-sentinel
|
||||
@ -258,6 +258,10 @@ taskset -c 1 ./runtest --skiptest "Active defrag - AOF loading"
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 23 2025 Remi Collet <rcollet@redhat.com> - 8.0.2.1
|
||||
- rebase to 8.0.2
|
||||
Resolves: RHEL-73273
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 7.2.6-2
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
Loading…
Reference in New Issue
Block a user