Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openmpi1 for openSUSE:Factory checked in at 2021-10-20 20:23:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openmpi1 (Old) and /work/SRC/openSUSE:Factory/.openmpi1.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openmpi1" Wed Oct 20 20:23:55 2021 rev:6 rq:926468 version:1.10.7 Changes: -------- --- /work/SRC/openSUSE:Factory/openmpi1/openmpi1.changes 2020-06-10 00:50:31.787276750 +0200 +++ /work/SRC/openSUSE:Factory/.openmpi1.new.1890/openmpi1.changes 2021-10-20 20:24:48.957397767 +0200 @@ -1,0 +2,5 @@ +Tue Oct 19 15:22:37 UTC 2021 - Nicolas Morey-Chaisemartin <[email protected]> + +- Move rpm macros to %_rpmmacrodir (bsc#1191388) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openmpi1.spec ++++++ --- /var/tmp/diff_new_pack.kRf8WT/_old 2021-10-20 20:24:49.597398161 +0200 +++ /var/tmp/diff_new_pack.kRf8WT/_new 2021-10-20 20:24:49.601398164 +0200 @@ -1,7 +1,7 @@ # -# spec file for package openmpi1 +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -157,7 +157,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 @@ -550,8 +550,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 # @@ -597,8 +597,8 @@ sed -e "s/export/setenv/" -e "s/=/ /" \ %{buildroot}/%{mpi_bindir}/mpivars.sh > \ %{buildroot}/%{mpi_bindir}/mpivars.csh -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 @@ -771,9 +771,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}
