Compare commits

...

No commits in common. "c8-stream-2.8" and "stream-gimp-2.8-rhel-8.9.0" have entirely different histories.

4 changed files with 14 additions and 4 deletions

View File

0
.gitignore vendored
View File

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -1,6 +1,9 @@
---
document: modulemd
version: 2
data:
name: gimp
stream: 2.8
summary: gimp module
description: |-
GIMP (GNU Image Manipulation Program) is a powerful image composition and
@ -38,17 +41,18 @@ data:
rpms:
pygobject2:
rationale: GIMP Module dependency
ref: stream-2.28.7
ref: stream-gimp-2.8-rhel-8.9.0
buildorder: 1
python2-pycairo:
rationale: Python2 binding required by pygtk2
ref: stream-python2
ref: stream-gimp-2.8-rhel-8.9.0
buildorder: 3
pygtk2:
rationale: GIMP Module dependency
ref: stream-2.24
ref: stream-gimp-2.8-rhel-8.9.0
buildorder: 5
gimp:
rationale: GIMP Module.
ref: stream-2.8
ref: stream-gimp-2.8-rhel-8.9.0
buildorder: 10
...