Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pmix for openSUSE:Factory checked in 
at 2022-07-12 11:12:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pmix (Old)
 and      /work/SRC/openSUSE:Factory/.pmix.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pmix"

Tue Jul 12 11:12:34 2022 rev:11 rq:988486 version:3.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/pmix/pmix.changes        2022-07-11 
19:11:26.687786976 +0200
+++ /work/SRC/openSUSE:Factory/.pmix.new.1523/pmix.changes      2022-07-12 
11:12:45.727723785 +0200
@@ -1,0 +2,5 @@
+Mon Jul 11 14:57:37 UTC 2022 - Egbert Eich <e...@suse.com>
+
+- Separate out psec munge plugin to avoid dependency creep.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pmix.spec ++++++
--- /var/tmp/diff_new_pack.8OUQRM/_old  2022-07-12 11:12:46.071724235 +0200
+++ /var/tmp/diff_new_pack.8OUQRM/_new  2022-07-12 11:12:46.071724235 +0200
@@ -39,8 +39,8 @@
 BuildRequires:  munge-devel
 BuildRequires:  zlib-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       pmix-runtime-config
-Recommends:     pmix-mca-params
+Requires:       pmix-runtime-config = %version
+Recommends:     pmix-mca-params = %version
 
 %description
 The Process Management Interface (PMI) has been used for quite some time as a
@@ -55,7 +55,7 @@
 %package -n libpmix2
 Summary:        PMI-X lib version 1
 Group:          System/Libraries
-Requires:       pmix-plugins
+Requires:       pmix-plugins = %version
 
 %description  -n libpmix2
 This package contains the shared library used by the PMI-X standard
@@ -63,13 +63,24 @@
 %package plugins
 Summary:        PMI-X plugins version 1
 Group:          System/Libraries
-Requires:       libmca_common_dstore1
+Requires:       libmca_common_dstore1 = %version
+Recommends:     pmix-plugins-munge = %version
 # explicit requires for package libmca_common_dstore1
 # as other providers for libmca_common_dstore.so.1 exit
 
 %description  plugins
 This package contains plugins used by libpmix2.
 
+%package plugin-munge
+Summary:        PMI-X munge plugin version 1
+Group:          System/Libraries
+Requires:       libmca_common_dstore1 = %version
+# explicit requires for package libmca_common_dstore1
+# as other providers for libmca_common_dstore.so.1 exit
+
+%description  plugin-munge
+This package contains the munge plugin for libpmix2.
+
 %package -n libmca_common_dstore1
 Summary:        Communication library used by PMI-X
 Group:          System/Libraries
@@ -99,7 +110,7 @@
 %package -n pmix-mca-params
 Summary:        Settings for the Module Component Architecure
 Group:          Development/Libraries/C and C++
-Provides:       pmix-runtime-config = %{version}
+Provides:       pmix-runtime-config
 Conflicts:      pmix-runtime-config
 BuildArch:      noarch
 
@@ -171,8 +182,12 @@
 %{_libdir}/libpmix.so.*
 
 %files plugins
+%exclude %{_libdir}/pmix/mca_psec_munge.so
 %{_libdir}/pmix/mca_*.so
 
+%files plugin-munge
+%{_libdir}/pmix/mca_psec_munge.so
+
 %files -n libmca_common_dstore1
 %{_libdir}/libmca_common_dstore.so.*
 

Reply via email to