Tighten soname globs
This can avoid accidental soname bumps.
This commit is contained in:
parent
152faa82cc
commit
a65a7e6b97
@ -56,7 +56,7 @@ developing applications that use %{name}.
|
||||
%files -f %{source_name}-3.0.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS README NEWS
|
||||
%{_libdir}/%{source_name}-3.so.*
|
||||
%{_libdir}/%{source_name}-3.so.0*
|
||||
%{_bindir}/wnck-urgency-monitor
|
||||
%{_libdir}/girepository-1.0/Wnck-3.0.typelib
|
||||
|
||||
@ -72,6 +72,7 @@ developing applications that use %{name}.
|
||||
%changelog
|
||||
* Wed May 26 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
||||
- Update to 40.0
|
||||
- Tighten soname globs
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user