Tighten soname globs
This can avoid unexpected soname bumps.
This commit is contained in:
parent
7e17560871
commit
21215b19b9
@ -81,7 +81,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop
|
||||
%{_datadir}/yelp-xsl/xslt/common/domains/yelp.xml
|
||||
|
||||
%files libs
|
||||
%{_libdir}/libyelp.so.*
|
||||
%{_libdir}/libyelp.so.0*
|
||||
%dir %{_libdir}/yelp
|
||||
%dir %{_libdir}/yelp/web-extensions
|
||||
%{_libdir}/yelp/web-extensions/libyelpwebextension.so
|
||||
@ -96,6 +96,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop
|
||||
* Sun Feb 28 2021 Kalev Lember <klember@redhat.com> - 2:40~beta-2
|
||||
- Drop libtool as-needed hack as as-needed is in default LDFLAGS now
|
||||
- Remove unneeded ldconfig_scriptlets macro call
|
||||
- Tighten soname globs
|
||||
|
||||
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 2:40~beta-1
|
||||
- Update to 40.beta
|
||||
|
Loading…
Reference in New Issue
Block a user