d4dbc7f2e0
* Fix subversion integration test on Fedora 29. This upgrades the sqlite-libs and subversion packages to make sure that the version of sqlite expected by subversion is installed. * Fix compatibility with RHEL and CentOS.
10 lines
219 B
YAML
10 lines
219 B
YAML
---
|
|
subversion_packages:
|
|
- mod_dav_svn
|
|
- subversion
|
|
upgrade_packages:
|
|
# prevent sqlite from being out-of-sync with the version subversion was compiled with
|
|
- subversion
|
|
- sqlite
|
|
apache_user: apache
|
|
apache_group: apache
|