Compare commits

...

No commits in common. "c8-stream-1.0" and "stream-satellite-5-client-1.0-rhel-8.1.0" have entirely different histories.

4 changed files with 97 additions and 54 deletions

0
.gitignore vendored
View File

View File

@ -1,54 +0,0 @@
document: modulemd
version: 2
data:
name: satellite-5-client
stream: 1.0
summary: Red Hat Satellite 5 client packages
description: Red Hat Satellite 5 client packages provide programs and libraries to allow your
system to receive software updates from Red Hat Satellite 5.
license:
module:
- MIT
dependencies:
- buildrequires:
platform: [el8]
requires:
platform: [el8]
references:
community: https://github.com/spacewalkproject/spacewalk/
documentation: https://access.redhat.com/documentation/en-us/red_hat_satellite/5.8/
tracker: https://bugzilla.redhat.com/
profiles:
common:
rpms:
- dnf-plugin-spacewalk
- rhn-client-tools
- rhnlib
- rhnsd
- rhn-setup
gui:
rpms:
- dnf-plugin-spacewalk
- rhn-client-tools
- rhnlib
- rhnsd
- rhn-setup
- rhn-setup-gnome
components:
rpms:
dnf-plugin-spacewalk:
rationale: DNF plugin for communication with Red Hat Satellite 5.
buildorder: 10
ref: rhel-8.0
rhn-client-tools:
rationale: Binaries to allow system to receive software updates from Red Hat Satellite 5.
buildorder: 10
ref: rhel-8.0
rhnlib:
rationale: Libraries to allow system to receive software updates from Red Hat Satellite 5.
buildorder: 10
ref: rhel-8.0
rhnsd:
rationale: Red Hat Satellite update agent.
buildorder: 10
ref: rhel-8.0

97
satellite-5-client.yaml Normal file
View File

@ -0,0 +1,97 @@
---
document: modulemd
version: 2
data:
name: satellite-5-client
stream: 1.0
version: 8010020191114035551
context: cdc1202b
summary: Red Hat Satellite 5 client packages
description: >-
Red Hat Satellite 5 client packages provide programs and libraries to allow your
system to receive software updates from Red Hat Satellite 5.
license:
module:
- MIT
xmd:
mbs:
mse: TRUE
buildrequires:
platform:
ref: virtual
stream: el8.1.0
context: 00000000
version: 2
koji_tag: module-centos-8.1.0-build
stream_collision_modules:
ursine_rpms:
filtered_rpms: []
scmurl: git+https://git.centos.org/modules/satellite-5-client.git?#02d37d6fa75f37940d58c0020387d659ef2b77b1
commit: 02d37d6fa75f37940d58c0020387d659ef2b77b1
rpms:
dnf-plugin-spacewalk:
ref: e77f0511edd95a5c5e391d2599b8d1a4161690dd
rhn-client-tools:
ref: 6b6cbe731f7a7c466f5b008a5dcc22e0d0856011
rhnlib:
ref: 893c2b1845bb7d9e7f99ac65159ebc9bd1cc6945
rhnsd:
ref: 062feb09b53484176b377d0aaa7302cb274d178b
dependencies:
- buildrequires:
platform: [el8.1.0]
requires:
platform: [el8]
references:
community: https://github.com/spacewalkproject/spacewalk/
documentation: https://access.redhat.com/documentation/en-us/red_hat_satellite/5.8/
tracker: https://bugzilla.redhat.com/
profiles:
common:
rpms:
- dnf-plugin-spacewalk
- rhn-client-tools
- rhn-setup
- rhnlib
- rhnsd
gui:
rpms:
- dnf-plugin-spacewalk
- rhn-client-tools
- rhn-setup
- rhn-setup-gnome
- rhnlib
- rhnsd
components:
rpms:
dnf-plugin-spacewalk:
rationale: DNF plugin for communication with Red Hat Satellite 5.
repository: git+https://git.centos.org/rpms/dnf-plugin-spacewalk
cache: https://git.centos.org/repo/pkgs/dnf-plugin-spacewalk
ref: e77f0511edd95a5c5e391d2599b8d1a4161690dd
buildorder: 10
arches: [aarch64, i686, ppc64le, x86_64]
rhn-client-tools:
rationale: Binaries to allow system to receive software updates from Red Hat
Satellite 5.
repository: git+https://git.centos.org/rpms/rhn-client-tools
cache: https://git.centos.org/repo/pkgs/rhn-client-tools
ref: 6b6cbe731f7a7c466f5b008a5dcc22e0d0856011
buildorder: 10
arches: [aarch64, i686, ppc64le, x86_64]
rhnlib:
rationale: Libraries to allow system to receive software updates from Red
Hat Satellite 5.
repository: git+https://git.centos.org/rpms/rhnlib
cache: https://git.centos.org/repo/pkgs/rhnlib
ref: 893c2b1845bb7d9e7f99ac65159ebc9bd1cc6945
buildorder: 10
arches: [aarch64, i686, ppc64le, x86_64]
rhnsd:
rationale: Red Hat Satellite update agent.
repository: git+https://git.centos.org/rpms/rhnsd
cache: https://git.centos.org/repo/pkgs/rhnsd
ref: 062feb09b53484176b377d0aaa7302cb274d178b
buildorder: 10
arches: [aarch64, i686, ppc64le, x86_64]
...