Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openmpi3 for openSUSE:Factory checked in at 2021-10-20 20:23:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openmpi3 (Old) and /work/SRC/openSUSE:Factory/.openmpi3.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openmpi3" Wed Oct 20 20:23:57 2021 rev:26 rq:926470 version:3.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/openmpi3/openmpi3.changes 2020-07-24 12:10:47.769889403 +0200 +++ /work/SRC/openSUSE:Factory/.openmpi3.new.1890/openmpi3.changes 2021-10-20 20:24:50.797398903 +0200 @@ -1,0 +2,5 @@ +Tue Oct 19 15:24:25 UTC 2021 - Nicolas Morey-Chaisemartin <[email protected]> + +- Move rpm macros to %_rpmmacrodir (bsc#1191390) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openmpi3.spec ++++++ --- /var/tmp/diff_new_pack.lKc180/_old 2021-10-20 20:24:51.289399206 +0200 +++ /var/tmp/diff_new_pack.lKc180/_new 2021-10-20 20:24:51.293399209 +0200 @@ -1,7 +1,7 @@ # -# spec file for package openmpi3 +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana # University Research and Technology # Corporation. All rights reserved. @@ -198,7 +198,7 @@ BuildRequires: gcc-fortran BuildRequires: mpi-selector Requires: mpi-selector -Requires(preun): mpi-selector +Requires(preun):mpi-selector Requires: %{package_name}-libs = %{version} %else BuildRequires: %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel @@ -567,8 +567,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 # @@ -614,9 +614,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 @@ -765,9 +764,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}
