Tighten soname glob to avoid unnoticed soname bumps
This commit is contained in:
parent
4afda21e09
commit
af0d91e155
@ -72,7 +72,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%{_bindir}/secret-tool
|
||||
%{_libdir}/libsecret-1.so.*
|
||||
%{_libdir}/libsecret-1.so.0*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/Secret-1.typelib
|
||||
%{_mandir}/man1/secret-tool.1*
|
||||
@ -95,6 +95,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
* Sat Dec 29 2018 Kalev Lember <klember@redhat.com> - 0.18.7-1
|
||||
- Update to 0.18.7
|
||||
- Fix unowned gir and vala directories
|
||||
- Tighten soname glob to avoid unnoticed soname bumps
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user