From 3af9c795996141e233384f189ec3ac68f0c5eb88f73511abc05456d205544062 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 13 Oct 2017 10:42:48 +0000 Subject: [PATCH] Accepting request 533877 from home:eeich:hpc_alt - Fix permissions in the doc and static package. OBS-URL: https://build.opensuse.org/request/show/533877 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mpiP?expand=0&rev=2 --- _multibuild | 2 +- mpiP.changes | 5 +++++ mpiP.spec | 5 +++-- 3 files changed, 9 insertions(+), 3 deletions(-) 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