Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Remi Collet
372fde3309 v8.0.3
(cherry picked from commit 3b6f43e0a5)
2025-04-24 09:59:43 +02:00
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@
/valkey-doc-8.0.1.tar.gz
/valkey-8.0.2.tar.gz
/valkey-doc-8.0.2.tar.gz
/valkey-8.0.3.tar.gz

View file

@ -1,2 +1,2 @@
SHA512 (valkey-8.0.2.tar.gz) = 432e9b869234b784edcf644b1062bbc0ff1eb79e49c6fb7e66d5db9ddf0e089dfdccf5e5d5201119976699d4dab1b5ddb865767a8087551e9c8f2eff5d157df9
SHA512 (valkey-8.0.3.tar.gz) = 3639855d2eced9dd1b38e95e46c515441c850b4fb087c45b2c81a15c5e864555281715fa90b47dc60260485c9469f523f1fac716b3e2114cf7e05c39833e6c96
SHA512 (valkey-doc-8.0.2.tar.gz) = 205eefb7aea66bc7750307b0c9c72c59cc472c12d3f593d4dfcfcc0d68446593c30f84ef697323bccdf5be4518058d13027d414deeebe2330603b22c9c83eb50

View file

@ -4,11 +4,12 @@
%else
%bcond_with docs
%endif
%global doc_version 8.0.2
# Tests fail in mock, not in local build.
%bcond_with tests
Name: valkey
Version: 8.0.2
Version: 8.0.3
Release: 1%{?dist}
Summary: A persistent key-value database
# valkey: BSD-3-Clause
@ -25,7 +26,7 @@ Source3: %{name}.service
Source4: %{name}.sysusers
Source8: macros.%{name}
Source9: migrate_redis_to_valkey.sh
Source50: https://github.com/valkey-io/%{name}-doc/archive/%{version}/%{name}-doc-%{version}.tar.gz
Source50: https://github.com/valkey-io/%{name}-doc/archive/%{doc_version}/%{name}-doc-%{doc_version}.tar.gz
BuildRequires: make
BuildRequires: gcc
@ -204,7 +205,7 @@ echo '# valkey-sentinel_rpm_conf' >> sentinel.conf
%if %{with docs}
# docs
pushd %{name}-doc-%{version}
pushd %{name}-doc-%{doc_version}
# build man pages
%make_build VALKEY_ROOT=../
# build html docs
@ -217,7 +218,7 @@ popd
%make_install %{make_flags}
%if %{with docs}
# install docs
pushd %{name}-doc-%{version}
pushd %{name}-doc-%{doc_version}
# man pages
%make_install INSTALL_MAN_DIR=%{buildroot}%{_mandir} VALKEY_ROOT=../
# install html docs
@ -399,6 +400,10 @@ fi
%changelog
* Thu Apr 24 2025 Remi Collet <remi@fedoraproject.org> - 8.0.3-1
- update to 8.0.3
fixes CVE-2025-21605
* Wed Jan 08 2025 Jonathan Wright <jonathan@almalinux.org> - 8.0.2-1
- update to 8.0.2 rhbz#2336259
fixes CVE-2024-46981