summaryrefslogtreecommitdiffstats
path: root/valkey.spec
diff options
context:
space:
mode:
Diffstat (limited to 'valkey.spec')
-rw-r--r--valkey.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/valkey.spec b/valkey.spec
index 0927ee6..a43f7e2 100644
--- a/valkey.spec
+++ b/valkey.spec
@@ -5,14 +5,14 @@
%bcond_with tests
# See https://github.com/valkey-io/valkey-doc/tags
-%global doc_version 9.0.0
+%global doc_version 9.0.1
-%global upstream_version 9.0.0
+%global upstream_version 9.0.1
#global upstream_prever rc3
Name: valkey
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: A persistent key-value database
# valkey: BSD-3-Clause
# libvalkey: BSD-3-Clause
@@ -340,6 +340,10 @@ exit 0
%changelog
+* Wed Dec 10 2025 Remi Collet <remi@remirepo.net> - 9.0.1-1
+- Valkey 9.0.1 - December 9, 2025
+- Upgrade urgency MODERATE
+
* Thu Nov 27 2025 Remi Collet <remi@fedoraproject.org> - 9.0.0-2
- build TLS statically as module not supported by sentinel
see https://github.com/remicollet/remirepo/issues/325