diff --git a/subversion.spec b/subversion.spec index 3eb69e4..50e37ac 100644 --- a/subversion.spec +++ b/subversion.spec @@ -1,6 +1,9 @@ # Disable to avoid all the test suites %bcond_without tests +# Disable automatic .la file removal +%global __brp_remove_la_files %nil + %if 0%{?rhel} || 0%{?eln} %bcond_with kwallet %else @@ -56,7 +59,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.14.1 -Release: 8%{?dist} +Release: 9%{?dist} License: ASL 2.0 URL: https://subversion.apache.org/ Source0: https://downloads.apache.org/subversion/subversion-%{version}.tar.bz2 @@ -580,6 +583,10 @@ make check-javahl %endif %changelog +* Mon Jan 24 2022 Timm Bäder - 1.14.1-9 +- Disable automatic .la file removal +- https://fedoraproject.org/wiki/Changes/RemoveLaFiles + * Sat Jan 22 2022 Fedora Release Engineering - 1.14.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild