Compare commits

...

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

1 changed files with 9 additions and 10 deletions

View File

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