mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-12-27 12:30:55 +00:00
add valkey
This commit is contained in:
parent
2fa41547bc
commit
a620ffbfa6
1 changed files with 19 additions and 0 deletions
|
@ -26122,6 +26122,25 @@ package {
|
|||
include_filter: "valgrind.x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "valkey"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "AppStream"
|
||||
include_filter: "valkey-compat.aarch64"
|
||||
include_filter: "valkey-devel.aarch64"
|
||||
include_filter: "valkey-doc.noarch"
|
||||
include_filter: "valkey.aarch64"
|
||||
include_filter: "valkey-compat.ppc64le"
|
||||
include_filter: "valkey-devel.ppc64le"
|
||||
include_filter: "valkey.ppc64le"
|
||||
include_filter: "valkey-compat.s390x"
|
||||
include_filter: "valkey-devel.s390x"
|
||||
include_filter: "valkey.s390x"
|
||||
include_filter: "valkey-compat.x86_64"
|
||||
include_filter: "valkey-devel.x86_64"
|
||||
include_filter: "valkey.x86_64"
|
||||
}
|
||||
package {
|
||||
name: "varnish"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
|
|
Loading…
Reference in a new issue