Explicitly express SONAME in the %%file section
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
c67f004492
commit
3f9bb1293b
@ -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 <steved@redhat.com> - 2.1.8-2
|
||||
- Explicitly express SONAME in the %%file section
|
||||
|
||||
* Thu Feb 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.8-1
|
||||
- Fix ownership of pkg-config files
|
||||
- Remove unneeded Group tag
|
||||
|
||||
Loading…
Reference in New Issue
Block a user