Hello community, here is the log from the commit of package pmix for openSUSE:Leap:15.2 checked in at 2020-04-12 15:38:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/pmix (Old) and /work/SRC/openSUSE:Leap:15.2/.pmix.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pmix" Sun Apr 12 15:38:41 2020 rev:3 rq:792875 version:3.1.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/pmix/pmix.changes 2020-03-27 16:47:14.183902031 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.pmix.new.3248/pmix.changes 2020-04-12 15:38:46.214029340 +0200 @@ -1,0 +2,9 @@ +Wed Apr 8 12:35:30 UTC 2020 - Egbert Eich <[email protected]> + +- Create separate plugins package. Since libpmix2 obtains its + functionality from these plugins, add a dependency. +- Plugins depend on libmca_common_dstore - add an explicit + dependency to the package as there are other providers - like + openmpi3 (bsc#1167983). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pmix.spec ++++++ --- /var/tmp/diff_new_pack.3p2ZW6/_old 2020-04-12 15:38:46.542029588 +0200 +++ /var/tmp/diff_new_pack.3p2ZW6/_new 2020-04-12 15:38:46.546029591 +0200 @@ -55,10 +55,21 @@ %package -n libpmix2 Summary: PMI-X lib version 1 Group: System/Libraries +Requires: pmix-plugins %description -n libpmix2 This package contains the shared library used by the PMI-X standard +%package plugins +Summary: PMI-X plugins version 1 +Group: System/Libraries +Requires: libmca_common_dstore1 +# explicit requires for package libmca_common_dstore1 +# as other providers for libmca_common_dstore.so.1 exist + +%description plugins +This package contains plugins used by libpmix2. + %package -n libmca_common_dstore1 Summary: Communication library used by PMI-X Group: System/Libraries @@ -70,6 +81,7 @@ Summary: Process Management Interface for MPI Group: Development/Libraries/C and C++ Requires: %{name}-headers = %{version} +Requires: libmca_common_dstore1 = %{version} Requires: libpmix2 = %{version} %description devel @@ -126,7 +138,6 @@ %doc README.md NEWS AUTHORS %license LICENSE %dir %{_libdir}/pmix -%{_libdir}/pmix/mca_*.so %{_datadir}/pmix %{_bindir}/pevent %{_bindir}/plookup @@ -139,6 +150,9 @@ %files -n libpmix2 %{_libdir}/libpmix.so.* +%files plugins +%{_libdir}/pmix/mca_*.so + %files -n libmca_common_dstore1 %{_libdir}/libmca_common_dstore.so.*
