SHA256
1
0
forked from pool/mpiP

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
This commit is contained in:
Egbert Eich 2017-10-13 10:42:48 +00:00 committed by Git OBS Bridge
parent b4bf7eca11
commit 3af9c79599
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<multibuild>
<package>gnu-openmpi-hpc</package>
<!-- <package>gnu-openmpi-hpc</package> -->
<package>gnu-mvapich2-hpc</package>
</multibuild>

View File

@ -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

View File

@ -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