forked from pool/mvapich2
Accepting request 926467 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/926467 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mvapich2?expand=0&rev=29
This commit is contained in:
commit
fc87769372
@ -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>
|
||||
|
||||
|
@ -494,8 +494,8 @@ set ModulesVersion "%{version}"
|
||||
EOF
|
||||
%else # with hpc
|
||||
|
||||
install -d -m 755 %{buildroot}%{_sysconfdir}/rpm
|
||||
cp %{S:3} %{buildroot}%{_sysconfdir}/rpm
|
||||
install -d -m 755 %{buildroot}%{_rpmmacrodir}
|
||||
cp %{S:3} %{buildroot}%{_rpmmacrodir}
|
||||
|
||||
%hpc_write_modules_files
|
||||
#%%Module1.0#####################################################################
|
||||
@ -611,7 +611,7 @@ fi
|
||||
%if %{with hpc}
|
||||
%files macros-devel
|
||||
%defattr(-,root,root)
|
||||
%config %{_sysconfdir}/rpm/macros.hpc-mvapich2
|
||||
%config %{_rpmmacrodir}/macros.hpc-mvapich2
|
||||
%endif # with hpc
|
||||
|
||||
%endif # !testsuite
|
||||
|
Loading…
x
Reference in New Issue
Block a user