From c2a0723b9c6b045ebac83d13dc2c14a7243fa180 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 6 Oct 2023 13:29:45 +0300 Subject: [PATCH] Use CS modulemd file --- SOURCES/modulemd.src.txt | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index a54779c..065ceff 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -1,25 +1,19 @@ --- -document: modulemd -version: 2 +document: modulemd-packager +version: 3 data: name: redis stream: 7 summary: Redis persistent key-value database description: >- redis 7 module - license: - module: - - GPLv2+ - content: - - BSD - dependencies: - - buildrequires: - platform: [el7] - requires: - platform: [el7] + 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: @@ -31,6 +25,6 @@ data: rpms: redis: rationale: Module API. - ref: stream-7.0-rhel-9.3.0 + ref: stream-redis-7-rhel-9.3.0 buildorder: 1 ...