From 7854ea5b463b743fe2dedb0d52008ff1eef25d27 Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 8 Aug 2022 13:58:17 -0400 Subject: [PATCH] Update yaml --- pmdk.yaml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 pmdk.yaml diff --git a/pmdk.yaml b/pmdk.yaml new file mode 100644 index 0000000..fc13e87 --- /dev/null +++ b/pmdk.yaml @@ -0,0 +1,58 @@ +--- +document: modulemd +version: 2 +data: + name: pmdk + stream: 1_fileformat_v6 + version: 8060020220324145225 + context: d63f516d + summary: Persistent Memory Development Kit (former NVML) + description: >- + The Persistent Memory Development Kit is a collection of libraries for using memory-mapped + persistence, optimized specifically for persistent memory. + license: + module: + - BSD + xmd: + mbs: + buildrequires: + platform: + context: 00000000 + filtered_rpms: [] + koji_tag: module-centos-8.6.0-build + ref: virtual + stream: el8.6.0 + stream_collision_modules: + ursine_rpms: + version: 2 + commit: e97bf009d7778c87aa4cde6d5ce63b8770749a4a + mse: TRUE + rpms: + libpmemobj-cpp: + ref: 4aae02b52a8ec6c9004000c37766a474d2b41ee1 + pmdk: + ref: 12906e26f4af9fb9cbd2a4def2b45dba2a6ab5d2 + scmurl: git+https://git.centos.org/modules/pmdk.git?#e97bf009d7778c87aa4cde6d5ce63b8770749a4a + dependencies: + - buildrequires: + platform: [el8.6.0] + requires: + platform: [el8] + references: + community: http://pmem.io/pmdk + components: + rpms: + libpmemobj-cpp: + rationale: depends on (recent version of) pmdk + repository: git+https://git.centos.org/rpms/libpmemobj-cpp + cache: https://git.centos.org/repo/pkgs/libpmemobj-cpp + ref: 4aae02b52a8ec6c9004000c37766a474d2b41ee1 + buildorder: 10 + arches: [aarch64, i686, ppc64le, x86_64] + pmdk: + rationale: main pmdk library + repository: git+https://git.centos.org/rpms/pmdk + cache: https://git.centos.org/repo/pkgs/pmdk + ref: 12906e26f4af9fb9cbd2a4def2b45dba2a6ab5d2 + arches: [aarch64, i686, ppc64le, x86_64] +...