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:
parent
b4bf7eca11
commit
3af9c79599
@ -1,4 +1,4 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>gnu-openmpi-hpc</package>
|
<!-- <package>gnu-openmpi-hpc</package> -->
|
||||||
<package>gnu-mvapich2-hpc</package>
|
<package>gnu-mvapich2-hpc</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
@ -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
|
Fri Sep 1 16:00:04 UTC 2017 - eich@suse.com
|
||||||
|
|
||||||
|
@ -157,10 +157,11 @@ EOF
|
|||||||
%{hpc_libdir}/*so
|
%{hpc_libdir}/*so
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%attr(644,root,root) %{_docdir}/%{name}/
|
%defattr(0644,root,root,-)
|
||||||
|
%{_docdir}/%{name}/
|
||||||
|
|
||||||
%files devel-static
|
%files devel-static
|
||||||
%defattr(644,root,root,-)
|
%defattr(0644,root,root,-)
|
||||||
%{hpc_libdir}/*.a
|
%{hpc_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user