Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openmpi2 for openSUSE:Factory checked in at 2021-10-20 20:23:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openmpi2 (Old) and /work/SRC/openSUSE:Factory/.openmpi2.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openmpi2" Wed Oct 20 20:23:56 2021 rev:34 rq:926469 version:2.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/openmpi2/openmpi2.changes 2021-05-02 18:36:39.152810639 +0200 +++ /work/SRC/openSUSE:Factory/.openmpi2.new.1890/openmpi2.changes 2021-10-20 20:24:49.885398339 +0200 @@ -1,0 +2,5 @@ +Tue Oct 19 15:23:32 UTC 2021 - Nicolas Morey-Chaisemartin <[email protected]> + +- Move rpm macros to %_rpmmacrodir (bsc#1191389) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openmpi2.spec ++++++ --- /var/tmp/diff_new_pack.KRMWlF/_old 2021-10-20 20:24:50.505398722 +0200 +++ /var/tmp/diff_new_pack.KRMWlF/_new 2021-10-20 20:24:50.505398722 +0200 @@ -1,5 +1,5 @@ # -# spec file for package %{package_name}%{?testsuite:-testsuite} +# spec file # # Copyright (c) 2021 SUSE LLC # Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana @@ -537,8 +537,8 @@ EOF -mkdir -p %{buildroot}%{_sysconfdir}/rpm -cat <<EOF >%{buildroot}%{_sysconfdir}/rpm/macros.openmpi +mkdir -p %{buildroot}%{_rpmmacrodir} +cat <<EOF >%{buildroot}%{_rpmmacrodir}/macros.openmpi # # openmpi # @@ -584,9 +584,8 @@ sed -e "s/export/setenv/" -e "s/=/ /" \ %{buildroot}/%{mpi_bindir}/mpivars.sh > \ %{buildroot}/%{mpi_bindir}/mpivars.csh -mkdir -p %{buildroot}%{_sysconfdir}/rpm -mkdir -p %{buildroot}%{_sysconfdir}/rpm -cp %{S:3} %{buildroot}%{_sysconfdir}/rpm +mkdir -p %{buildroot}%{_rpmmacrodir} +cp %{S:3} %{buildroot}%{_rpmmacrodir} # Drop the files that should go into %{pname}-config as we only package them # in the non HPC build @@ -723,9 +722,9 @@ %files macros-devel %defattr(-,root,root,-) %if %{with hpc} -%config %{_sysconfdir}/rpm/macros.hpc-openmpi +%config %{_rpmmacrodir}/macros.hpc-openmpi %else -%config %{_sysconfdir}/rpm/macros.openmpi +%config %{_rpmmacrodir}/macros.openmpi %endif %if 0%{?build_static_devel}
