Compare commits

...

No commits in common. "c8-stream-1.1" and "stream-subversion-1.14-rhel-8.9.0" have entirely different histories.

4 changed files with 19 additions and 10 deletions

0
.gitignore vendored
View File

View File

10
gating.yaml Normal file
View 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}

View File

@ -3,7 +3,7 @@ document: modulemd
version: 2
data:
name: subversion
stream: 1.10
stream: 1.14
summary: Apache Subversion
description: >-
Apache Subversion, a Modern Version Control System
@ -14,7 +14,7 @@ data:
- buildrequires:
httpd: [2.4]
platform: [el8]
swig: [3.0]
swig: [4.0]
requires:
platform: [el8]
references:
@ -41,7 +41,6 @@ data:
filter:
rpms:
- libserf-devel
- python3-subversion
- subversion-ruby
- utf8proc-devel
buildopts:
@ -51,19 +50,19 @@ data:
%_without_python2 1
%_with_python3 1
%_without_bdb 1
%_without_pyswig 1
%_with_pyswig 1
components:
rpms:
libserf:
rationale: Build dependency.
ref: stream-v1-rhel-8.3.0
ref: stream-subversion-1.14-rhel-8.9.0
buildorder: 10
utf8proc:
rationale: Build dependency.
ref: stream-subversion-1.14-rhel-8.9.0
buildorder: 10
subversion:
rationale: Module API.
ref: stream-1.10-rhel-8.3.0
ref: stream-subversion-1.14-rhel-8.9.0
buildorder: 20
utf8proc:
rationale: Build dependency.
ref: stream-v2-rhel-8.3.0
buildorder: 10
...