Compare commits

...

No commits in common. "c8-stream-1_fileformat_v6" and "stream-pmdk-1_fileformat_v6-rhel-8.6.0" have entirely different histories.

4 changed files with 58 additions and 29 deletions

0
.gitignore vendored
View File

View File

View File

@ -1,29 +0,0 @@
document: modulemd
version: 2
data:
name: pmdk
stream: 1_fileformat_v6
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]
dependencies:
- buildrequires:
platform: [el8]
requires:
platform: [el8]
references:
community: http://pmem.io/pmdk
components:
rpms:
pmdk:
rationale: main pmdk library
ref: stream-rhel-8.8.0
buildorder: 0
libpmemobj-cpp:
rationale: depends on (recent version of) pmdk
ref: stream-rhel-8.8.0
buildorder: 10

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