Tighten spec file globs to avoid accidental soname bumps in the future
This commit is contained in:
parent
abfaa4cbf6
commit
de92f2fa61
@ -82,7 +82,7 @@ that are needed to write applications that use libpeas.
|
||||
%files -f libpeas-1.0.lang
|
||||
%doc AUTHORS NEWS README
|
||||
%license COPYING
|
||||
%{_libdir}/libpeas-%{apiver}.so.*
|
||||
%{_libdir}/libpeas-%{apiver}.so.0*
|
||||
%dir %{_libdir}/libpeas-%{apiver}/
|
||||
%dir %{_libdir}/libpeas-%{apiver}/loaders
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
@ -90,7 +90,7 @@ that are needed to write applications that use libpeas.
|
||||
%{_datadir}/icons/hicolor/*/actions/libpeas-plugin.*
|
||||
|
||||
%files gtk
|
||||
%{_libdir}/libpeas-gtk-%{apiver}.so.*
|
||||
%{_libdir}/libpeas-gtk-%{apiver}.so.0*
|
||||
%{_libdir}/girepository-1.0/PeasGtk-%{apiver}.typelib
|
||||
|
||||
%files loader-python3
|
||||
@ -113,6 +113,7 @@ that are needed to write applications that use libpeas.
|
||||
%changelog
|
||||
* Tue Aug 20 2019 Kalev Lember <klember@redhat.com> - 1.23.90.1-2
|
||||
- Revert inadvertent soname bump
|
||||
- Tighten spec file globs to avoid accidental soname bumps in the future
|
||||
|
||||
* Tue Aug 20 2019 Kalev Lember <klember@redhat.com> - 1.23.90.1-1
|
||||
- Update to 1.23.90.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user