diff --git a/_multibuild b/_multibuild index 1e5398d..f4bc44c 100644 --- a/_multibuild +++ b/_multibuild @@ -1,4 +1,4 @@ - gnu-openmpi-hpc + gnu-mvapich2-hpc diff --git a/mpiP.changes b/mpiP.changes index d81e205..40dcd88 100644 --- a/mpiP.changes +++ b/mpiP.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 13 10:07:40 UTC 2017 - eich@suse.com + +- Fix permissions in the doc and static package. + ------------------------------------------------------------------- Fri Sep 1 16:00:04 UTC 2017 - eich@suse.com diff --git a/mpiP.spec b/mpiP.spec index ec6bda0..f79c239 100644 --- a/mpiP.spec +++ b/mpiP.spec @@ -157,10 +157,11 @@ EOF %{hpc_libdir}/*so %files doc -%attr(644,root,root) %{_docdir}/%{name}/ +%defattr(0644,root,root,-) +%{_docdir}/%{name}/ %files devel-static -%defattr(644,root,root,-) +%defattr(0644,root,root,-) %{hpc_libdir}/*.a %changelog