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