|
|
|
@ -1,19 +1,25 @@
|
|
|
|
|
---
|
|
|
|
|
document: modulemd-packager
|
|
|
|
|
version: 3
|
|
|
|
|
document: modulemd
|
|
|
|
|
version: 2
|
|
|
|
|
data:
|
|
|
|
|
name: redis
|
|
|
|
|
stream: 7
|
|
|
|
|
stream: 6
|
|
|
|
|
summary: Redis persistent key-value database
|
|
|
|
|
description: >-
|
|
|
|
|
redis 7 module
|
|
|
|
|
license: [GPLv2+]
|
|
|
|
|
configurations:
|
|
|
|
|
- context: '9'
|
|
|
|
|
platform: el9
|
|
|
|
|
redis 6 module
|
|
|
|
|
license:
|
|
|
|
|
module:
|
|
|
|
|
- GPLv2+
|
|
|
|
|
content:
|
|
|
|
|
- BSD
|
|
|
|
|
dependencies:
|
|
|
|
|
- buildrequires:
|
|
|
|
|
platform: [el8]
|
|
|
|
|
requires:
|
|
|
|
|
platform: [el8]
|
|
|
|
|
references:
|
|
|
|
|
documentation: https://redis.io/documentation
|
|
|
|
|
tracker: https://github.com/redis/redis/issues
|
|
|
|
|
tracker: https://github.com/antirez/redis/issues
|
|
|
|
|
profiles:
|
|
|
|
|
common:
|
|
|
|
|
rpms:
|
|
|
|
@ -25,6 +31,6 @@ data:
|
|
|
|
|
rpms:
|
|
|
|
|
redis:
|
|
|
|
|
rationale: Module API.
|
|
|
|
|
ref: stream-redis-7-rhel-9.3.0
|
|
|
|
|
ref: stream-6-rhel-8.7.0
|
|
|
|
|
buildorder: 1
|
|
|
|
|
...
|