Tighten soname globs
This can avoid accidental soname bumps in the future.
This commit is contained in:
parent
3867463b89
commit
3a731806c1
7
gjs.spec
7
gjs.spec
@ -78,14 +78,14 @@ the functionality of the installed gjs package.
|
||||
%doc NEWS README.md
|
||||
%{_bindir}/gjs
|
||||
%{_bindir}/gjs-console
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/gjs
|
||||
%{_libdir}/gjs/
|
||||
%{_libdir}/libgjs.so.0*
|
||||
|
||||
%files devel
|
||||
%doc examples/*
|
||||
%{_includedir}/gjs-1.0
|
||||
%{_libdir}/pkgconfig/gjs-1.0.pc
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libgjs.so
|
||||
%dir %{_datadir}/gjs-1.0
|
||||
%{_datadir}/gjs-1.0/lsan/
|
||||
%{_datadir}/gjs-1.0/valgrind/
|
||||
@ -98,6 +98,7 @@ the functionality of the installed gjs package.
|
||||
%changelog
|
||||
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 1.68.0-1
|
||||
- Update to 1.68.0
|
||||
- Tighten soname globs
|
||||
|
||||
* Fri Mar 19 2021 Adam Williamson <awilliam@redhat.com> - 1.67.3-3
|
||||
- Replace MR #585 reversion with MR #588, hopefully correct fix
|
||||
|
Loading…
Reference in New Issue
Block a user