Skip to content

Commit

Permalink
Merge pull request #19254 from ajayk/valkey-fix
Browse files Browse the repository at this point in the history
fix: valkey provides redis which seems to be incorrect as redis packa…
  • Loading branch information
ajayk authored May 14, 2024
2 parents 140ca64 + 62af0ff commit 03beebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions valkey.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
package:
name: valkey
version: 7.2.5
epoch: 0
epoch: 1
description: Advanced key-value store
copyright:
- license: BSD-3-Clause
dependencies:
provides:
- redis=${{package.full-version}}
runtime:
- posix-libc-utils # `getent` is required on startup in ha mode for ip introspection cluster formation

Expand Down
3 changes: 3 additions & 0 deletions withdrawn-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ go-doc-1.20rc1-r0.apk
go-doc-1.20rc1-r1.apk
mlflow-bitnami-compat-2.12.1-r0.apk
mlflow-bitnami-compat-2.12.1-r1.apk
valkey-7.2.5-r0.apk
valkey-cli-7.2.5-r0.apk
valkey-benchmark-7.2.5-r0.apk

0 comments on commit 03beebe

Please sign in to comment.