Tighten soname globs
This can avoid accidental soname bumps.
This commit is contained in:
parent
a5dc289d6a
commit
fa8007f76d
@ -63,11 +63,11 @@ the functionality of the installed json-glib package.
|
||||
%files -f json-glib-1.0.lang
|
||||
%doc NEWS
|
||||
%license COPYING
|
||||
%{_libdir}/lib%{name}*.so.*
|
||||
%{_libdir}/libjson-glib-1.0.so.0*
|
||||
%{_libdir}/girepository-1.0/Json-1.0.typelib
|
||||
|
||||
%files devel
|
||||
%{_libdir}/lib%{name}*.so
|
||||
%{_libdir}/libjson-glib-1.0.so
|
||||
%{_libdir}/pkgconfig/%{name}-1.0.pc
|
||||
%{_includedir}/%{name}-1.0/
|
||||
%{_datadir}/doc/json-glib-1.0/
|
||||
@ -86,6 +86,7 @@ the functionality of the installed json-glib package.
|
||||
* Wed Aug 18 2021 Kalev Lember <klember@redhat.com> - 1.6.4-1
|
||||
- Update to 1.6.4
|
||||
- Switch to gi-docgen for generating docs
|
||||
- Tighten soname globs
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user