mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-12-26 20:10:57 +00:00
re-add valkey to appstream
This commit is contained in:
parent
3048d1fa26
commit
e651a4dbb0
1 changed files with 15 additions and 0 deletions
|
@ -33484,3 +33484,18 @@ package {
|
|||
include_filter: "ptyxis.x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "valkey"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "AppStream"
|
||||
include_filter: "valkey-devel.aarch64"
|
||||
include_filter: "valkey.aarch64"
|
||||
include_filter: "valkey-devel.ppc64le"
|
||||
include_filter: "valkey.ppc64le"
|
||||
include_filter: "valkey-devel.s390x"
|
||||
include_filter: "valkey.s390x"
|
||||
include_filter: "valkey-devel.x86_64"
|
||||
include_filter: "valkey.x86_64"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue