Update yaml

This commit is contained in:
James Antill 2022-08-08 13:58:17 -04:00
commit 7854ea5b46
1 changed files with 58 additions and 0 deletions

58
pmdk.yaml Normal file
View File

@ -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]
...