import subversion-1.10-8030020200519083055.9ce6d490

This commit is contained in:
CentOS Sources 2020-11-03 06:56:59 -05:00 committed by Stepan Oksanichenko
parent 4e32367b0a
commit c4f927c56e

View File

@ -1,16 +1,19 @@
---
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: subversion name: subversion
stream: 1.10 stream: 1.10
summary: Apache Subversion summary: Apache Subversion
description: Apache Subversion, a Modern Version Control System description: >-
Apache Subversion, a Modern Version Control System
license: license:
module: [ MIT ] module:
- MIT
dependencies: dependencies:
- buildrequires: - buildrequires:
platform: [el8]
httpd: [2.4] httpd: [2.4]
platform: [el8]
swig: [3.0] swig: [3.0]
requires: requires:
platform: [el8] platform: [el8]
@ -21,19 +24,25 @@ data:
common: common:
rpms: rpms:
- subversion - subversion
- subversion-tools
- subversion-libs - subversion-libs
- subversion-tools
server: server:
rpms: rpms:
- mod_dav_svn - mod_dav_svn
- subversion - subversion
- subversion-libs - subversion-libs
- subversion-tools - subversion-tools
api:
rpms:
- mod_dav_svn
- subversion
- subversion-devel
- subversion-libs
filter: filter:
rpms: rpms:
- libserf-devel
- python3-subversion - python3-subversion
- subversion-ruby - subversion-ruby
- libserf-devel
- utf8proc-devel - utf8proc-devel
buildopts: buildopts:
rpms: rpms:
@ -43,23 +52,18 @@ data:
%_with_python3 1 %_with_python3 1
%_without_bdb 1 %_without_bdb 1
%_without_pyswig 1 %_without_pyswig 1
api:
rpms:
- subversion
- subversion-devel
- subversion-libs
- mod_dav_svn
components: components:
rpms: rpms:
libserf: libserf:
rationale: Build dependency. rationale: Build dependency.
ref: stream-v1-rhel-8.0.0 ref: stream-v1-rhel-8.3.0
buildorder: 10
utf8proc:
rationale: Build dependency.
ref: stream-v2-rhel-8.0.0
buildorder: 10 buildorder: 10
subversion: subversion:
rationale: Module API. rationale: Module API.
ref: stream-1.10-rhel-8.0.0 ref: stream-1.10-rhel-8.3.0
buildorder: 20 buildorder: 20
utf8proc:
rationale: Build dependency.
ref: stream-v2-rhel-8.3.0
buildorder: 10
...