Tighten soname globs
This can avoid accidental soname bumps in the future.
This commit is contained in:
parent
5ac2f6182f
commit
698c9ec235
@ -65,12 +65,12 @@ Libraries and headers for gobject-introspection
|
|||||||
%files
|
%files
|
||||||
%doc NEWS README.rst
|
%doc NEWS README.rst
|
||||||
%license COPYING COPYING.GPL COPYING.LGPL
|
%license COPYING COPYING.GPL COPYING.LGPL
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/libgirepository-1.0.so.1*
|
||||||
%dir %{_libdir}/girepository-1.0
|
%dir %{_libdir}/girepository-1.0
|
||||||
%{_libdir}/girepository-1.0/*.typelib
|
%{_libdir}/girepository-1.0/*.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/libgirepository-1.0.so
|
||||||
%{_libdir}/gobject-introspection/
|
%{_libdir}/gobject-introspection/
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
@ -89,6 +89,7 @@ Libraries and headers for gobject-introspection
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 1.69.0-1
|
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 1.69.0-1
|
||||||
- Update to 1.69.0
|
- Update to 1.69.0
|
||||||
|
- Tighten soname globs
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.68.0-6
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.68.0-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user