#5 Disable automatic .la file removal
Merged 2 years ago by rlescak. Opened 2 years ago by tbaeder.
rpms/ tbaeder/subversion rawhide  into  rawhide

file modified
+8 -1
@@ -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 @@ 

  %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

  

Metadata