From 3f9bb1293be9d8017250fabc2739d0d1707f5ac5 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Thu, 15 Feb 2018 11:18:28 -0500 Subject: [PATCH] Explicitly express SONAME in the %%file section Signed-off-by: Steve Dickson --- libevent.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/libevent.spec b/libevent.spec index ca5d5fc..d273765 100644 --- a/libevent.spec +++ b/libevent.spec @@ -6,7 +6,7 @@ Name: libevent Version: 2.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Abstract asynchronous event notification library License: BSD @@ -98,11 +98,11 @@ mkdir -p $RPM_BUILD_ROOT/%{develdocdir}/sample %files %license LICENSE %doc ChangeLog -%{_libdir}/libevent-*.so.* -%{_libdir}/libevent_core-*.so.* -%{_libdir}/libevent_extra-*.so.* -%{_libdir}/libevent_openssl-*.so.* -%{_libdir}/libevent_pthreads-*.so.* +%{_libdir}/libevent-2.1.so.* +%{_libdir}/libevent_core-2.1.so.* +%{_libdir}/libevent_extra-2.1.so.* +%{_libdir}/libevent_openssl-2.1.so.* +%{_libdir}/libevent_pthreads-2.1.so.* %files devel %{_includedir}/event.h @@ -128,6 +128,9 @@ mkdir -p $RPM_BUILD_ROOT/%{develdocdir}/sample %{develdocdir}/ %changelog +* Thu Feb 15 2018 Steve Dickson - 2.1.8-2 +- Explicitly express SONAME in the %%file section + * Thu Feb 15 2018 Igor Gnatenko - 2.1.8-1 - Fix ownership of pkg-config files - Remove unneeded Group tag