Tighten soname globs
This can avoid accidental soname bumps in the future.
This commit is contained in:
parent
b061b458e2
commit
57a34c53e3
@ -62,7 +62,7 @@ This package contains developer documentation for %{name}.
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README NEWS
|
%doc AUTHORS README NEWS
|
||||||
%{_libdir}/libgssdp-1.2.so.*
|
%{_libdir}/libgssdp-1.2.so.0*
|
||||||
%{_libdir}/girepository-1.0/GSSDP-1.2.typelib
|
%{_libdir}/girepository-1.0/GSSDP-1.2.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -86,6 +86,7 @@ This package contains developer documentation for %{name}.
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 20 2021 Kalev Lember <klember@redhat.com> - 1.3.1-1
|
* Fri Aug 20 2021 Kalev Lember <klember@redhat.com> - 1.3.1-1
|
||||||
- Update to 1.3.1
|
- Update to 1.3.1
|
||||||
|
- Tighten soname globs
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-4
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-4
|
||||||
- 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