#8 Disable automatic .la file removal
Merged 2 years ago by than. Opened 2 years ago by tbaeder.
rpms/ tbaeder/qt5-qtbase rawhide  into  rawhide

file modified
+8 -1
@@ -29,6 +29,9 @@ 

  %endif

  %endif

  

+ # Disable automatic .la file removal

+ %global __brp_remove_la_files %nil

+ 

  %global platform linux-g++

  

  %if 0%{?use_clang}
@@ -55,7 +58,7 @@ 

  Name:    qt5-qtbase

  Summary: Qt5 - QtBase components

  Version: 5.15.2

- Release: 32%{?dist}

+ Release: 33%{?dist}

  

  # See LGPL_EXCEPTIONS.txt, for exception details

  License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -1092,6 +1095,10 @@ 

  

  

  %changelog

+ * Mon Jan 24 2022 Timm Bäder <tbaeder@redhat.com> - 5.15.2-33

+ - Disable automatic .la file removal

+ - https://fedoraproject.org/wiki/Changes/RemoveLaFiles

+ 

  * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.2-32

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

  

Pull-Request has been merged by than

2 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Metadata