Compare commits

...

No commits in common. "c8-stream-1.1" and "c8-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
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-v1-rhel-8.7.0
buildorder: 10
utf8proc:
rationale: Build dependency.
ref: stream-v2-rhel-8.7.0
buildorder: 10
subversion:
rationale: Module API.
ref: stream-1.10-rhel-8.3.0
ref: stream-1.14-rhel-8.7.0
buildorder: 20
utf8proc:
rationale: Build dependency.
ref: stream-v2-rhel-8.3.0
buildorder: 10
...