Petr Gajdos 2021-08-17 11:36:34 +00:00 committed by Git OBS Bridge
parent c65a7cabf5
commit 7c6299350d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 17 11:31:04 UTC 2021 - pgajdos@suse.com
- be more precise in %files section
(https://build.opensuse.org/request/show/911960#comment-1503939)
-------------------------------------------------------------------
Mon Aug 16 11:58:58 UTC 2021 - pgajdos@suse.com

View File

@ -86,6 +86,6 @@ export LD_LIBRARY_PATH="$PWD/build/src/Imath:$LD_LIBRARY_PATH"
%{_libdir}/cmake/Imath/*.cmake
%files -n libImath%{so_suffix}-%{sonum}
%{_libdir}/libImath%{so_suffix}.so.*
%{_libdir}/libImath%{so_suffix}.so.%{sonum}*
%changelog