Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ior for openSUSE:Factory checked in at 2023-06-16 16:55:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ior (Old) and /work/SRC/openSUSE:Factory/.ior.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ior" Fri Jun 16 16:55:42 2023 rev:6 rq:1093447 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ior/ior.changes 2021-05-18 18:28:03.906540443 +0200 +++ /work/SRC/openSUSE:Factory/.ior.new.15902/ior.changes 2023-06-16 16:56:46.142388756 +0200 @@ -1,0 +2,5 @@ +Fri Jun 16 08:15:58 UTC 2023 - Martin Pluskal <mplus...@suse.com> + +- Use mpi selection macros + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ior.spec ++++++ --- /var/tmp/diff_new_pack.tybzZi/_old 2023-06-16 16:56:46.698392034 +0200 +++ /var/tmp/diff_new_pack.tybzZi/_new 2023-06-16 16:56:46.702392058 +0200 @@ -1,7 +1,7 @@ # # spec file for package ior # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,19 +21,17 @@ Release: 0 Summary: Parallel filesystem I/O benchmark License: GPL-2.0-only -Group: System/Benchmark URL: https://github.com/hpc/ior Source: https://github.com/hpc/ior/releases/download/%{version}/%{name}-%{version}.tar.gz -BuildRequires: hdf5-openmpi2-devel -%ifarch x86_64 aarch64 ppc64le s390x -BuildRequires: librbd-devel -%endif +BuildRequires: hdf5-openmpi4-devel BuildRequires: libs3-devel -BuildRequires: openmpi2-devel +BuildRequires: openmpi-macros-devel BuildRequires: zlib-devel -Requires: openmpi2 Provides: mdtest = %{version} Obsoletes: mdtest < %{version} +%ifarch x86_64 aarch64 ppc64le s390x +BuildRequires: librbd-devel +%endif %description Parallel filesystem I/O benchmark @@ -43,7 +41,7 @@ chmod -x README.md doc/USER_GUIDE COPYRIGHT %build -export MPICC="%{_libdir}/mpi/gcc/openmpi2/bin/mpicc" +%{setup_openmpi} %configure \ --with-mpiio \ --with-posix \ @@ -51,7 +49,7 @@ %ifarch x86_64 aarch64 ppc64le s390x --with-rados %endif - %nil + %{nil} %make_build %install