Compare commits
2 Commits
c8-stream-
...
c9-stream-
Author | SHA1 | Date | |
---|---|---|---|
c2a0723b9c | |||
5d13ac86b8 |
@ -1,25 +1,19 @@
|
||||
---
|
||||
document: modulemd
|
||||
version: 2
|
||||
document: modulemd-packager
|
||||
version: 3
|
||||
data:
|
||||
name: redis
|
||||
stream: 5
|
||||
stream: 7
|
||||
summary: Redis persistent key-value database
|
||||
description: >-
|
||||
redis 5 module
|
||||
license:
|
||||
module:
|
||||
- GPLv2+
|
||||
content:
|
||||
- BSD
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: [el8]
|
||||
requires:
|
||||
platform: [el8]
|
||||
redis 7 module
|
||||
license: [GPLv2+]
|
||||
configurations:
|
||||
- context: '9'
|
||||
platform: el9
|
||||
references:
|
||||
documentation: https://redis.io/documentation
|
||||
tracker: https://github.com/antirez/redis/issues
|
||||
tracker: https://github.com/redis/redis/issues
|
||||
profiles:
|
||||
common:
|
||||
rpms:
|
||||
@ -27,14 +21,10 @@ data:
|
||||
api:
|
||||
rpms:
|
||||
- redis
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_redistrib 1
|
||||
components:
|
||||
rpms:
|
||||
redis:
|
||||
rationale: Module API.
|
||||
ref: stream-5.0-rhel-8.4.0
|
||||
ref: stream-redis-7-rhel-9.3.0
|
||||
buildorder: 1
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user