#2 Disable automatic .la file removal
Closed 2 years ago by jorton. Opened 2 years ago by tbaeder.
rpms/ tbaeder/neon rawhide  into  rawhide

file modified
+8 -1
@@ -10,10 +10,13 @@ 

  %bcond_with libproxy

  %endif

  

+ # Disable automatic .la file removal

+ %global __brp_remove_la_files %nil

+ 

  Summary: An HTTP and WebDAV client library

  Name: neon

  Version: 0.32.2

- Release: 2%{?dist}

+ Release: 3%{?dist}

  License: LGPLv2+

  URL: https://notroj.github.io/neon/

  Source0: https://notroj.github.io/neon/neon-%{version}.tar.gz
@@ -97,6 +100,10 @@ 

  %{_libdir}/*.so

  

  %changelog

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

+ - Disable automatic .la file removal

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

+ 

  * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.2-2

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

  

Hand merged in 33cf452 - thanks for the PR

Pull-Request has been closed by jorton

2 years ago
Metadata