From ff14c0ec44b5c9b33dfae4add2b3c5db3a06cbe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Mon, 24 Jan 2022 15:03:54 +0100 Subject: [PATCH] Disable automatic .la file removal https://fedoraproject.org/wiki/Changes/RemoveLaFiles --- qt5-qttools.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/qt5-qttools.spec b/qt5-qttools.spec index ef43024..e686f1b 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -1,5 +1,8 @@ %global qt_module qttools +# Disable automatic .la file removal +%global __brp_remove_la_files %nil + #global bootstrap 1 %if ! 0%{?bootstrap} @@ -10,7 +13,7 @@ Summary: Qt5 - QtTool components Name: qt5-qttools Version: 5.15.2 -Release: 9%{?dist} +Release: 10%{?dist} License: LGPLv3 or LGPLv2 Url: http://www.qt.io @@ -479,6 +482,10 @@ fi %changelog +* Mon Jan 24 2022 Timm Bäeder - 5.15.2-10 +- Disable automatic .la file removal +- https://fedoraproject.org/wiki/Changes/RemoveLaFiles + * Fri Jan 21 2022 Fedora Release Engineering - 5.15.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild