Tighten soname globs
This can avoid accidental soname bumps.
Related: #1965889
(cherry picked from Fedora commit a65a7e6b97
)
This commit is contained in:
parent
50b4304c47
commit
1e19e25a0b
@ -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
|
||||
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
||||
- Update to 40.0
|
||||
- Tighten soname globs
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.36.0-5
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
|
Loading…
Reference in New Issue
Block a user