Don't use globs in the form of libFOO.so.* for listing files
This commit is contained in:
parent
f0727e282d
commit
110e26f3a4
@ -131,7 +131,7 @@ rm -vf %{buildroot}%{_libdir}/*.la
|
|||||||
%files
|
%files
|
||||||
%license COPYING.txt
|
%license COPYING.txt
|
||||||
%doc BUGS.txt CREDITS.txt README-SDL.txt
|
%doc BUGS.txt CREDITS.txt README-SDL.txt
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/libSDL2-2.0.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc README.txt TODO.txt WhatsNew.txt
|
%doc README.txt TODO.txt WhatsNew.txt
|
||||||
@ -150,6 +150,7 @@ rm -vf %{buildroot}%{_libdir}/*.la
|
|||||||
* Thu Jan 21 2021 Pete Walter <pwalter@fedoraproject.org> - 2.0.14-1
|
* Thu Jan 21 2021 Pete Walter <pwalter@fedoraproject.org> - 2.0.14-1
|
||||||
- Update to 2.0.14
|
- Update to 2.0.14
|
||||||
- Rebase multilib.patch
|
- Rebase multilib.patch
|
||||||
|
- Don't use globs in the form of libFOO.so.* for listing files
|
||||||
|
|
||||||
* Tue Jan 12 2021 Wim Taymans <wtaymans@redhat.com> - 2.0.12-5
|
* Tue Jan 12 2021 Wim Taymans <wtaymans@redhat.com> - 2.0.12-5
|
||||||
- Disable JACK on rhel >= 8
|
- Disable JACK on rhel >= 8
|
||||||
|
Loading…
Reference in New Issue
Block a user