Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
28fadace46
!20 [sync] PR-17: Update to 4.2.6 for fix CVE-2023-41915
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-09-19 02:09:40 +00:00
starlet-dx
d7362f3edb Update to 4.2.6 for fix CVE-2023-41915
(cherry picked from commit 2ecf0df8fe305341fca8851f43399af335577e88)
2023-09-18 20:07:15 +08:00
openeuler-ci-bot
2193e8351d
!13 [sync] PR-12: Add Obsoletes pmix-pmi pmix-pmi-devel
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-06-12 11:55:32 +00:00
lyn1001
5966253fd7 Add Obsoletes pmix-pmi pmix-pmi-devel
(cherry picked from commit 137773dbf3813763bf32ade7638c81c93ab57657)
2023-06-12 18:43:40 +08:00
openeuler-ci-bot
e954618aa1
!11 [sync] PR-10: Update to 4.1.2
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-10-13 08:00:58 +00:00
lyn1001
7f0efcebb0 Package update
(cherry picked from commit a1f952a600061aa71dd6cafc53fccac3fd5b9bfe)
2022-10-13 14:22:30 +08:00
openeuler-ci-bot
017d078c64 !8 [sync] PR-3: Correct the help information
From: @openeuler-sync-bot
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-09-22 08:39:34 +00:00
caodongxia
fa48a8232a Correct the help information
(cherry picked from commit 42caadfb3041c89f2957fe7a05f447dfa8727ffb)
2021-09-21 15:08:26 +08:00
openeuler-ci-bot
1a6052353e !2 add yaml
From: @wang_yue111
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-12 18:32:56 +08:00
wang_yue111
00e093c1c9 add yaml 2020-10-12 17:27:05 +08:00
4 changed files with 32 additions and 28 deletions

Binary file not shown.

BIN
pmix-4.2.6.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,11 +1,12 @@
Name: pmix
Version: 3.1.4
Release: 2
Version: 4.2.6
Release: 1
Summary: Process Management Interface Exascale (PMIx)
License: BSD
URL: https://pmix.org
Source0: https://github.com/openpmix/openpmix/releases/download/v%{version}/pmix-%{version}.tar.bz2
BuildRequires: autoconf automake flex hwloc-devel libevent-devel libtool munge-devel perl-interpreter
BuildRequires: autoconf automake flex hwloc-devel libevent-devel libtool munge-devel perl-interpreter zlib-devel
Obsoletes: pmix-pmi < 4.1.2 pmix-pmi-devel < 4.1.2
%description
PMI has been used for quite some time as a means of exchanging wireup information needed
@ -14,23 +15,10 @@ for interprocess communication.
%package devel
Summary: Development files for pmix
Requires: pmix = %{version}-%{release}
Requires: %{name}-tools = %{version}-%{release}
%description devel
Libraries and header files for developing with pmix.
%package pmi
Summary: Pmix implementation of libpmi and libpmi2
Requires: pmix = %{version}-%{release}
Conflicts: slurm-pmi
%description pmi
The pmix implementation of the libpmi and libpmi2 backward-compatibility libraries.
%package pmi-devel
Summary: Development files for pmix-pmi
Requires: pmix-pmi = %{version}-%{release}
Conflicts: slurm-pmi-devel
%description pmi-devel
The development files for the libpmi and libpmi2 backward-compatibility libraries.
%package tools
Summary: Pmix tools
Requires: pmix = %{version}-%{release}
@ -38,7 +26,7 @@ Requires: pmix = %{version}-%{release}
Contains for use with PMIx-based RMs and language-based starters (e.g., mpirun).
%prep
%autosetup -n pmix-%{version}
%autosetup -n pmix-%{version} -p1
find src -name \*.l -print -exec touch --no-create {} \;
%build
@ -61,29 +49,41 @@ find src -name \*.l -print -exec touch --no-create {} \;
%postun devel -p /sbin/ldconfig
%files
%doc LICENSE README
%doc LICENSE README.md
%dir %{_datadir}/pmix
%dir %{_libdir}/pmix
%dir %{_sysconfdir}/pmix
%config(noreplace) %{_sysconfdir}/pmix/*.conf
%{_datadir}/pmix/*.txt
%{_libdir}/{libmca_common_dstore.so.1*,libpmix.so.2*,pmix/*.so}
%{_datadir}/doc/pmix/html/
%{_libdir}/libpmix.so.2*
%{_libdir}/pmix/*.so
%{_mandir}/man1/*.1*
%{_mandir}/man3/*.3*
%{_mandir}/man5/*.5*
%files devel
%{_datadir}/pmix/*.supp
%{_includedir}/pmix*.h
%{_libdir}/{libmca_common_dstore.so,libpmix.so}
%files pmi
%{_libdir}/{libpmi.so.1*,libpmi2.so.1*}
%files pmi-devel
%{_includedir}/{pmi,pmi2}.h
%{_libdir}/{libpmi.so,libpmi2.so}
%{_includedir}/pmix/src/*
%{_libdir}/libpmix.so
%{_libdir}/pkgconfig/*.pc
%files tools
%{_bindir}/*
%changelog
* Mon Sep 18 2023 yaoxin <yao_xin001@hoperun.com> - 4.2.6-1
- Update to 4.2.6 for fix CVE-2023-41915
* Mon Jun 12 2023 liyanan <thistleslyn@163.com> - 4.1.2-2
- Add Obsoletes pmix-pmi pmix-pmi-devel
* Thu May 19 2022 liyanan <liyanan32@h-partners.com> - 4.1.2-1
- Update to 4.1.2
* Sat Sep 18 2021 caodongxia <caodongxia@huawei.com> - 3.1.4-3
- Correct the help information
* Wed Mar 4 2020 Ling Yang <lingyang2@huawei.com> - 3.1.4-2
- Package Init

4
pmix.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: openpmix/openpmix
tag_prefix: "^v"
seperator: "."