From 812dc852415952f4cfeb4ff4c861122c100a9873 Mon Sep 17 00:00:00 2001 From: Yangyang Shen Date: Mon, 22 Mar 2021 20:36:36 +0800 Subject: [PATCH] Add debuginfo package and also make ELF files stripped --- libevent.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libevent.spec b/libevent.spec index 5d20e87..86a484e 100644 --- a/libevent.spec +++ b/libevent.spec @@ -1,8 +1,6 @@ -%global debug_package %{nil} - Name: libevent Version: 2.1.12 -Release: 2 +Release: 3 Summary: An event notification library License: BSD @@ -39,10 +37,6 @@ with %{name}. cp -a %{_libdir}/libevent* %{buildroot}%{_libdir} rm -f %{buildroot}%{_libdir}/*.la -pushd %{buildroot}%{_libdir} -strip libevent*.so* -popd - %check make check @@ -75,6 +69,12 @@ make check %changelog +* Mon Mar 22 2021 shenyangyang - 2.1.12-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:Add debuginfo package and also make ELF files stripped + * Sat Mar 20 2021 shenyangyang - 2.1.12-2 - Type:enhancement - ID:NA -- Gitee