Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/subversion.git#499cd8e83d2788804d534a3bedf2e614b1709594
This commit is contained in:
DistroBaker 2020-12-02 17:47:46 +00:00
parent b76e4d08d6
commit c4fe4cd00c

View File

@ -1,8 +1,12 @@
# set to zero to avoid running test suite
%bcond_without kwallet
%bcond_without tests
%if 0%{?rhel} && 0%{?eln}
%bcond_with kwallet
%else
%bcond_without kwallet
%endif
%if 0%{?fedora} > 32 || 0%{?rhel} > 8
%bcond_with bdb
%else
@ -52,7 +56,7 @@
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.14.0
Release: 7%{?dist}
Release: 8%{?dist}
License: ASL 2.0
URL: https://subversion.apache.org/
@ -565,6 +569,10 @@ make check-javahl
%endif
%changelog
* Mon Nov 30 2020 Jan Grulich <jgrulich@redhat.com> - 1.14.0-8
- Disable KWallet for RHEL and ELN
Resolves: bz#1902598
* Tue Sep 29 2020 Joe Orton <jorton@redhat.com> - 1.14.0-7
- bump required apr-devel
- BR gcc, gcc-c++