From f87b608d3164e8ce3c08e78e3d3f39d0588847a1 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 15 Jul 2024 20:06:42 +0800 Subject: [PATCH] Disable automatic .la file removal --- subversion.spec | 37 +++++++------------------------------ 1 file changed, 7 insertions(+), 30 deletions(-) diff --git a/subversion.spec b/subversion.spec index 34417f8..0fcb56c 100644 --- a/subversion.spec +++ b/subversion.spec @@ -1,3 +1,6 @@ +# Disable automatic .la file removal +%global __brp_remove_la_files %nil + %define jdk_path /usr/lib/jvm/java %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) @@ -10,7 +13,7 @@ Summary: Subversion, a version control system. Name: subversion Version: 1.14.3 -Release: 4 +Release: 5 License: ASL 2.0 URL: https://subversion.apache.org/ @@ -239,36 +242,7 @@ fi make check-javahl %endif -%preun - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%post devel -p /sbin/ldconfig - -%postun devel -p /sbin/ldconfig - -%post -n python3-%{name} -p /sbin/ldconfig - -%postun -n python3-%{name} -p /sbin/ldconfig - -%post -n perl-%{name} -p /sbin/ldconfig - -%postun -n perl-%{name} -p /sbin/ldconfig - -%post -n ruby-%{name} -p /sbin/ldconfig - -%postun -n ruby-%{name} -p /sbin/ldconfig - -%if %{with java} -%post -n java-%{name} -p /sbin/ldconfig - -%postun -n java-%{name} -p /sbin/ldconfig -%endif - %files -f %{name}.files -%{!?_licensedir:%global license %%doc} %license LICENSE NOTICE %doc BUGS COMMITTERS INSTALL README CHANGES %doc mod_authz_svn-INSTALL @@ -318,6 +292,9 @@ make check-javahl %endif %changelog +* Mon Jul 15 2024 Funda Wang - 1.14.3-5 +- Disable automatic .la file removal + * Mon Apr 1 2024 luofeng - 1.14.3-4 - Type:enhencement - CVE:NA -- Gitee