diff --git a/subversion.spec b/subversion.spec index 0cec5c9..1cd74ae 100644 --- a/subversion.spec +++ b/subversion.spec @@ -1,6 +1,11 @@ # set to zero to avoid running test suite +%if 0%{?rhel} && 0%{?eln} +%bcond_with kwallet +%else %bcond_without kwallet +%endif + %bcond_without tests %if 0%{?fedora} > 32 || 0%{?rhel} > 8 @@ -52,7 +57,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 +570,10 @@ make check-javahl %endif %changelog +* Mon Nov 30 2020 Jan Grulich - 1.14.0-8 +- Disable KWallet for RHEL and ELN + Resolves: bz#1902598 + * Tue Sep 29 2020 Joe Orton - 1.14.0-7 - bump required apr-devel - BR gcc, gcc-c++