Disable automatic .la file removal

https://fedoraproject.org/wiki/Changes/RemoveLaFiles
This commit is contained in:
Timm Bäder 2022-01-24 15:07:31 +01:00
parent 6a438d0695
commit 9928155ef9
1 changed files with 8 additions and 1 deletions

View File

@ -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 <tbaeder@redhat.com> - 1.14.1-9
- Disable automatic .la file removal
- https://fedoraproject.org/wiki/Changes/RemoveLaFiles
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild