diff --git a/libevent.spec b/libevent.spec index 5d20e8785fc85743cd6bb4e332aeb1b8e24c25b0..86a484e4324de8e126fbfd624b075f24cf7a1be0 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