commit 96c7e038c1080e736e030ef8c8713aeaf62cd554 Author: Adam Samalik Date: Thu Feb 23 11:47:58 2023 +0000 update modulemd etc diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..ea86f9d --- /dev/null +++ b/gating.yaml @@ -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} diff --git a/gimp.yaml b/gimp.yaml new file mode 100644 index 0000000..7e4b445 --- /dev/null +++ b/gimp.yaml @@ -0,0 +1,58 @@ +--- +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 + editing program, which can be extremely useful for creating logos and other + graphics for webpages. + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el8] + python27: [2.7] + requires: + platform: [el8] + python27: [2.7] + references: + community: https://www.gimp.org/develop/ + documentation: https://www.gimp.org/docs/ + tracker: https://www.gimp.org/bugs/ + api: + rpms: + - gimp + - gimp-libs + - gimp-devel + - gimp-devel-tools + profiles: + common: + rpms: + - gimp + devel: + rpms: + - gimp-devel + - gimp-devel-tools + components: + rpms: + pygobject2: + rationale: GIMP Module dependency + ref: stream-2.28.7-rhel-8.8.0 + buildorder: 1 + python2-pycairo: + rationale: Python2 binding required by pygtk2 + ref: stream-python2-rhel-8.8.0 + buildorder: 3 + pygtk2: + rationale: GIMP Module dependency + ref: stream-2.24-rhel-8.8.0 + buildorder: 5 + gimp: + rationale: GIMP Module. + ref: stream-2.8-rhel-8.8.0 + buildorder: 10 +...