diff --git a/tbb.changes b/tbb.changes index 0ffc443..2ef1a6e 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 19 08:07:44 UTC 2017 - idonmez@suse.com + +- Add missing include files boo#1034842 + ------------------------------------------------------------------- Sun Mar 5 19:42:50 UTC 2017 - idonmez@suse.com diff --git a/tbb.spec b/tbb.spec index ab8c974..948395e 100644 --- a/tbb.spec +++ b/tbb.spec @@ -107,7 +107,7 @@ mkdir -p %{buildroot}%{_includedir} mkdir -p %{buildroot}%{_libdir} pushd include - find tbb -type f -name \*.h -exec \ + find tbb -type f -exec \ install -Dpm 644 {} %{buildroot}%{_includedir}/{} \ \; popd