Tighten soname glob
... so that a version bump doesn't accidentally bump the soname and break dependencies.
This commit is contained in:
parent
8155c6f0b7
commit
b7a7905946
@ -89,7 +89,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/gir-1.0/GExiv2-0.10.typelib \
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS THANKS README
|
%doc AUTHORS THANKS README
|
||||||
%{_libdir}/libgexiv2.so.*
|
%{_libdir}/libgexiv2.so.2*
|
||||||
%{_libdir}/girepository-1.0/GExiv2-0.10.typelib
|
%{_libdir}/girepository-1.0/GExiv2-0.10.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -116,6 +116,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/gir-1.0/GExiv2-0.10.typelib \
|
|||||||
- Use license macro for COPYING
|
- Use license macro for COPYING
|
||||||
- Rename python2 and python3 subpackages are per latest guidelines
|
- Rename python2 and python3 subpackages are per latest guidelines
|
||||||
- Use make_install and make_build macros
|
- Use make_install and make_build macros
|
||||||
|
- Tighten soname glob
|
||||||
|
|
||||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-7
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-7
|
||||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||||
|
Loading…
Reference in New Issue
Block a user