update modulemd etc
This commit is contained in:
commit
a569395f6e
10
gating.yaml
Normal file
10
gating.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate_modules
|
||||||
|
subject_type: redhat-module
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier2.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier3.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.acceptance-tier.functional}
|
68
subversion.yaml
Normal file
68
subversion.yaml
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
---
|
||||||
|
document: modulemd
|
||||||
|
version: 2
|
||||||
|
data:
|
||||||
|
name: subversion
|
||||||
|
stream: 1.14
|
||||||
|
summary: Apache Subversion
|
||||||
|
description: >-
|
||||||
|
Apache Subversion, a Modern Version Control System
|
||||||
|
license:
|
||||||
|
module:
|
||||||
|
- MIT
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
httpd: [2.4]
|
||||||
|
platform: [el8]
|
||||||
|
swig: [4.0]
|
||||||
|
requires:
|
||||||
|
platform: [el8]
|
||||||
|
references:
|
||||||
|
documentation: http://subversion.apache.org/docs/
|
||||||
|
tracker: https://issues.apache.org/jira/projects/SVN
|
||||||
|
profiles:
|
||||||
|
common:
|
||||||
|
rpms:
|
||||||
|
- subversion
|
||||||
|
- subversion-libs
|
||||||
|
- subversion-tools
|
||||||
|
server:
|
||||||
|
rpms:
|
||||||
|
- mod_dav_svn
|
||||||
|
- subversion
|
||||||
|
- subversion-libs
|
||||||
|
- subversion-tools
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- mod_dav_svn
|
||||||
|
- subversion
|
||||||
|
- subversion-devel
|
||||||
|
- subversion-libs
|
||||||
|
filter:
|
||||||
|
rpms:
|
||||||
|
- libserf-devel
|
||||||
|
- subversion-ruby
|
||||||
|
- utf8proc-devel
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_without_kwallet 1
|
||||||
|
%_without_python2 1
|
||||||
|
%_with_python3 1
|
||||||
|
%_without_bdb 1
|
||||||
|
%_with_pyswig 1
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
libserf:
|
||||||
|
rationale: Build dependency.
|
||||||
|
ref: stream-v1-rhel-8.8.0
|
||||||
|
buildorder: 10
|
||||||
|
utf8proc:
|
||||||
|
rationale: Build dependency.
|
||||||
|
ref: stream-v2-rhel-8.8.0
|
||||||
|
buildorder: 10
|
||||||
|
subversion:
|
||||||
|
rationale: Module API.
|
||||||
|
ref: stream-1.14-rhel-8.8.0
|
||||||
|
buildorder: 20
|
||||||
|
...
|
Loading…
Reference in New Issue
Block a user