From 3a80f86a783b20e9cfdb61e5f9ecd0d577da3d7b Mon Sep 17 00:00:00 2001 From: eaglegai Date: Tue, 28 Feb 2023 02:15:30 +0000 Subject: [PATCH] delete *.a file --- libtirpc.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libtirpc.spec b/libtirpc.spec index 1b44e55..bc75299 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,6 +1,6 @@ Name: libtirpc Version: 1.3.2 -Release: 2 +Release: 3 Summary: Transport-independent RPC library License: SISSL and BSD URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary @@ -34,7 +34,7 @@ autoreconf -fisv %install %make_install libdir=/%{_lib} pkgconfigdir=%{_libdir}/pkgconfig -%delete_la +%delete_la_and_a mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t @@ -54,7 +54,6 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t %files devel %defattr(-,root,root) %{!?_licensedir:%global license %%doc} -/%{_lib}/*.a /%{_lib}/*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/tirpc/* @@ -65,6 +64,12 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t %{_mandir}/*/* %changelog +* Tue Feb 28 2023 gaihuiying - 1.3.2-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: delete *.a file + * Fri Jul 22 2022 gaihuiying - 1.3.2-2 - Type:CVE - ID:CVE-2021-46828