forked from pool/mvapich2
Accepting request 926462 from home:NMoreyChaisemartin:branches:science:HPC
- Move rpm macros to %_rpmmacrodir (bsc#1191386) OBS-URL: https://build.opensuse.org/request/show/926462 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=85
This commit is contained in:
parent
e231080008
commit
cada7fd327
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 19 15:20:53 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
- Move rpm macros to %_rpmmacrodir (bsc#1191386)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 28 07:20:18 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
Tue Sep 28 07:20:18 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
@ -494,8 +494,8 @@ set ModulesVersion "%{version}"
|
|||||||
EOF
|
EOF
|
||||||
%else # with hpc
|
%else # with hpc
|
||||||
|
|
||||||
install -d -m 755 %{buildroot}%{_sysconfdir}/rpm
|
install -d -m 755 %{buildroot}%{_rpmmacrodir}
|
||||||
cp %{S:3} %{buildroot}%{_sysconfdir}/rpm
|
cp %{S:3} %{buildroot}%{_rpmmacrodir}
|
||||||
|
|
||||||
%hpc_write_modules_files
|
%hpc_write_modules_files
|
||||||
#%%Module1.0#####################################################################
|
#%%Module1.0#####################################################################
|
||||||
@ -611,7 +611,7 @@ fi
|
|||||||
%if %{with hpc}
|
%if %{with hpc}
|
||||||
%files macros-devel
|
%files macros-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config %{_sysconfdir}/rpm/macros.hpc-mvapich2
|
%config %{_rpmmacrodir}/macros.hpc-mvapich2
|
||||||
%endif # with hpc
|
%endif # with hpc
|
||||||
|
|
||||||
%endif # !testsuite
|
%endif # !testsuite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user